1.0.0

org.eclipse.soda.dk.testagent.util
Class NotificationProbe

java.lang.Object
  extended by org.eclipse.soda.dk.testagent.util.NotificationProbe

public class NotificationProbe
extends java.lang.Object

Version:
1.0.0

Constructor Summary
NotificationProbe()
          Constructs an instance of this class.
 
Method Summary
 void clear()
          Clear.
 void clearMark()
          Clear mark.
 int countKeyPublished(java.lang.String topicKey)
          Count key published with the specified key parameter and return the int result.
 int countKeyPublished(java.lang.String topicKey, java.util.Dictionary data)
          Count key published with the specified key and data parameters and return the int result.
 int countKeyPublished(java.lang.String topicKey, java.util.Dictionary data, long duration)
          Count key published with the specified key, data and duration parameters and return the int result.
 int countKeyPublished(java.lang.String topicKey, long duration)
          Count key published with the specified key and duration parameters and return the int result.
 int countKeyPublished(java.lang.String topicKey, java.lang.Object dataKey, java.lang.Object dataValue)
          Count key published with the specified key, data key and data value parameters and return the int result.
 int countKeyPublished(java.lang.String topicKey, java.lang.Object dataKey, java.lang.Object dataValue, long duration)
          Count key published with the specified key, data key, data value and duration parameters and return the int result.
 java.util.ArrayList getAllPublishedData(java.lang.String topicKey)
          Get all published data with the specified key parameter and return the ArrayList result.
 java.util.ArrayList getAllPublishedValues(java.lang.String topicKey, java.lang.String dataKey)
          Get all published values with the specified topicKey and dataKey parameters and return the ArrayList result.
 java.util.Dictionary getFirstPublishedData(java.lang.String topicKey)
          Get first published data with the specified key parameter and return the Dictionary result.
 java.lang.Object getFirstPublishedValue(java.lang.String topicKey, java.lang.String dataKey)
          Get first published value with the topicKey and dataKey parameters and return the Dictionary result.
 java.util.Dictionary getLastPublishedData(java.lang.String topicKey)
          Get last published data with the specified key parameter and return the Dictionary result.
 java.lang.Object getLastPublishedValue(java.lang.String topicKey, java.lang.String dataKey)
          Get last published value with the specified topicKey and dataKey parameters and return the Dictionary result.
 void notificationReceived(java.lang.String externalKey, java.util.Dictionary data)
          Notification received with the specified external key and data parameters.
 void setMark()
          Set mark.
static java.util.Dictionary toData(java.lang.Object dataKey, java.lang.Object dataValue)
          To data with the specified data key and data value parameters and return the Dictionary result.
 java.lang.String waitKeyPublished(java.lang.String[] topicKeys, int duration)
          Wait key published with the specified topic keys and duration parameters and return the String result.
 int waitKeyPublished(java.lang.String topicKey, java.util.Dictionary data, int expectedCount, int duration)
          Wait key published with the specified topic key, data, expected count and duration parameters and return the int result.
 int waitKeyPublished(java.lang.String topicKey, int expectedCount, int duration)
          Wait key published with the specified topic key, expected count and duration parameters and return the int result.
 boolean wasDataPublished(java.util.Dictionary data)
          Was data published with the specified data parameter and return the boolean result.
 boolean wasDataPublished(java.util.Dictionary data, int duration)
          Was data published with the specified data and duration parameters and return the boolean result.
 boolean wasKeyPublished(java.lang.String topicKey)
          Was key published with the specified key parameter and return the boolean result.
 java.lang.String wasKeyPublished(java.lang.String[] topicKeys)
          Was key published with the specified topic keys parameter and return the String result.
 boolean wasKeyPublished(java.lang.String topicKey, java.util.Dictionary data)
          Was key published with the specified key and data parameters and return the boolean result.
 boolean wasKeyPublished(java.lang.String topicKey, java.util.Dictionary data, int duration)
          Was key published with the specified key, data and duration parameters and return the boolean result.
 boolean wasKeyPublished(java.lang.String topicKey, int duration)
          Was key published with the specified key and duration parameters and return the boolean result.
 boolean wasKeyPublished(java.lang.String topicKey, java.lang.Object dataKey, java.lang.Object dataValue)
          Was key published with the specified key, data key and data value parameters and return the boolean result.
 boolean wasKeyPublished(java.lang.String topicKey, java.lang.Object dataKey, java.lang.Object dataValue, int duration)
          Was key published with the specified key, data key, data value and duration parameters and return the boolean result.
 boolean wasValuePublished(java.lang.Object dataKey, java.lang.Object dataValue)
          Was value published with the specified data key and data value parameters and return the boolean result.
 boolean wasValuePublished(java.lang.Object dataKey, java.lang.Object dataValue, int duration)
          Was value published with the specified data key, data value and duration parameters and return the boolean result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationProbe

public NotificationProbe()
Constructs an instance of this class.

Method Detail

toData

public static java.util.Dictionary toData(java.lang.Object dataKey,
                                          java.lang.Object dataValue)
To data with the specified data key and data value parameters and return the Dictionary result.

Parameters:
dataKey - The data key (Object) parameter.
dataValue - The data value (Object) parameter.
Returns:
Results of the to data (Dictionary) value.
See Also:
getAllPublishedData(String), getFirstPublishedData(String), getLastPublishedData(String)

clear

public void clear()
Clear.


clearMark

public void clearMark()
Clear mark.

See Also:
setMark()

countKeyPublished

public int countKeyPublished(java.lang.String topicKey,
                             java.lang.Object dataKey,
                             java.lang.Object dataValue,
                             long duration)
Count key published with the specified key, data key, data value and duration parameters and return the int result.

Parameters:
key - The key (String) parameter.
dataKey - The data key (Object) parameter.
dataValue - The data value (Object) parameter.
duration - The duration (long) parameter.
topicKey - The topic key (String) parameter.
Returns:
Results of the count key published (int) value.
See Also:
countKeyPublished(String,Dictionary,long), countKeyPublished(String,Object,Object), countKeyPublished(String,Dictionary), countKeyPublished(String,long), countKeyPublished(String), waitKeyPublished(String,Dictionary,int,int), waitKeyPublished(String,int,int), waitKeyPublished(String[],int), wasKeyPublished(String,Object,Object,int), wasKeyPublished(String,Dictionary,int), wasKeyPublished(String,Object,Object), wasKeyPublished(String,Dictionary), wasKeyPublished(String), wasKeyPublished(String[]), wasKeyPublished(String,int)

countKeyPublished

public int countKeyPublished(java.lang.String topicKey,
                             java.util.Dictionary data,
                             long duration)
Count key published with the specified key, data and duration parameters and return the int result.

Parameters:
key - The key (String) parameter.
data - The data (Dictionary) parameter.
duration - The duration (long) parameter.
topicKey - The topic key (String) parameter.
Returns:
Results of the count key published (int) value.
See Also:
countKeyPublished(String,Object,Object,long), countKeyPublished(String,Object,Object), countKeyPublished(String,Dictionary), countKeyPublished(String,long), countKeyPublished(String), waitKeyPublished(String,Dictionary,int,int), waitKeyPublished(String,int,int), waitKeyPublished(String[],int), wasKeyPublished(String,Object,Object,int), wasKeyPublished(String,Dictionary,int), wasKeyPublished(String,Object,Object), wasKeyPublished(String,Dictionary), wasKeyPublished(String), wasKeyPublished(String[]), wasKeyPublished(String,int)

countKeyPublished

public int countKeyPublished(java.lang.String topicKey,
                             java.lang.Object dataKey,
                             java.lang.Object dataValue)
Count key published with the specified key, data key and data value parameters and return the int result.

Parameters:
key - The key (String) parameter.
dataKey - The data key (Object) parameter.
dataValue - The data value (Object) parameter.
topicKey - The topic key (String) parameter.
Returns:
Results of the count key published (int) value.
See Also:
countKeyPublished(String,Object,Object,long), countKeyPublished(String,Dictionary,long), countKeyPublished(String,Dictionary), countKeyPublished(String,long), countKeyPublished(String), waitKeyPublished(String,Dictionary,int,int), waitKeyPublished(String,int,int), waitKeyPublished(String[],int), wasKeyPublished(String,Object,Object,int), wasKeyPublished(String,Dictionary,int), wasKeyPublished(String,Object,Object), wasKeyPublished(String,Dictionary), wasKeyPublished(String), wasKeyPublished(String[]), wasKeyPublished(String,int)

countKeyPublished

public int countKeyPublished(java.lang.String topicKey,
                             java.util.Dictionary data)
Count key published with the specified key and data parameters and return the int result.

Parameters:
key - The key (String) parameter.
data - The data (Dictionary) parameter.
topicKey - The topic key (String) parameter.
Returns:
Results of the count key published (int) value.
See Also:
countKeyPublished(String,Object,Object,long), countKeyPublished(String,Dictionary,long), countKeyPublished(String,Object,Object), countKeyPublished(String,long), countKeyPublished(String), waitKeyPublished(String,Dictionary,int,int), waitKeyPublished(String,int,int), waitKeyPublished(String[],int), wasKeyPublished(String,Object,Object,int), wasKeyPublished(String,Dictionary,int), wasKeyPublished(String,Object,Object), wasKeyPublished(String,Dictionary), wasKeyPublished(String), wasKeyPublished(String[]), wasKeyPublished(String,int)

countKeyPublished

public int countKeyPublished(java.lang.String topicKey,
                             long duration)
Count key published with the specified key and duration parameters and return the int result.

Parameters:
key - The key (String) parameter.
duration - The duration (long) parameter.
topicKey - The topic key (String) parameter.
Returns:
Results of the count key published (int) value.
See Also:
countKeyPublished(String,Object,Object,long), countKeyPublished(String,Dictionary,long), countKeyPublished(String,Object,Object), countKeyPublished(String,Dictionary), countKeyPublished(String), waitKeyPublished(String,Dictionary,int,int), waitKeyPublished(String,int,int), waitKeyPublished(String[],int), wasKeyPublished(String,Object,Object,int), wasKeyPublished(String,Dictionary,int), wasKeyPublished(String,Object,Object), wasKeyPublished(String,Dictionary), wasKeyPublished(String), wasKeyPublished(String[]), wasKeyPublished(String,int)

countKeyPublished

public int countKeyPublished(java.lang.String topicKey)
Count key published with the specified key parameter and return the int result.

Parameters:
key - The key (String) parameter.
topicKey - The topic key (String) parameter.
Returns:
Results of the count key published (int) value.
See Also:
countKeyPublished(String,Object,Object,long), countKeyPublished(String,Dictionary,long), countKeyPublished(String,Object,Object), countKeyPublished(String,Dictionary), countKeyPublished(String,long), waitKeyPublished(String,Dictionary,int,int), waitKeyPublished(String,int,int), waitKeyPublished(String[],int), wasKeyPublished(String,Object,Object,int), wasKeyPublished(String,Dictionary,int), wasKeyPublished(String,Object,Object), wasKeyPublished(String,Dictionary), wasKeyPublished(String), wasKeyPublished(String[]), wasKeyPublished(String,int)

getAllPublishedData

public java.util.ArrayList getAllPublishedData(java.lang.String topicKey)
Get all published data with the specified key parameter and return the ArrayList result.

Parameters:
key - The key (String) parameter.
topicKey - The topic key (String) parameter.
Returns:
Results of the get all published data (ArrayList) value.

getAllPublishedValues

public java.util.ArrayList getAllPublishedValues(java.lang.String topicKey,
                                                 java.lang.String dataKey)
Get all published values with the specified topicKey and dataKey parameters and return the ArrayList result.

Parameters:
topicKey - The topic key (String) parameter.
dataKey - The data key (Object) parameter.
Returns:
Results of the get all published values (ArrayList) value.

getFirstPublishedData

public java.util.Dictionary getFirstPublishedData(java.lang.String topicKey)
Get first published data with the specified key parameter and return the Dictionary result.

Parameters:
key - The key (String) parameter.
topicKey - The topic key (String) parameter.
Returns:
Results of the get first published data (Dictionary) value.

getFirstPublishedValue

public java.lang.Object getFirstPublishedValue(java.lang.String topicKey,
                                               java.lang.String dataKey)
Get first published value with the topicKey and dataKey parameters and return the Dictionary result.

Parameters:
topicKey - The topic key (String) parameter.
dataKey - The data key (Object) parameter.
Returns:
Results of the get first published value (Object) value.

getLastPublishedData

public java.util.Dictionary getLastPublishedData(java.lang.String topicKey)
Get last published data with the specified key parameter and return the Dictionary result.

Parameters:
key - The key (String) parameter.
topicKey - The topic key (String) parameter.
Returns:
Results of the get last published data (Dictionary) value.

getLastPublishedValue

public java.lang.Object getLastPublishedValue(java.lang.String topicKey,
                                              java.lang.String dataKey)
Get last published value with the specified topicKey and dataKey parameters and return the Dictionary result.

Parameters:
topicKey - The topic key (String) parameter.
dataKey - The data key (Object) parameter.
Returns:
Results of the get last published value (Object) value.

notificationReceived

public void notificationReceived(java.lang.String externalKey,
                                 java.util.Dictionary data)
Notification received with the specified external key and data parameters.

Parameters:
externalKey - The external key (String) parameter.
data - The data (Dictionary) parameter.

setMark

public void setMark()
Set mark.

See Also:
clearMark()

waitKeyPublished

public int waitKeyPublished(java.lang.String topicKey,
                            java.util.Dictionary data,
                            int expectedCount,
                            int duration)
                     throws java.lang.InterruptedException
Wait key published with the specified topic key, data, expected count and duration parameters and return the int result.

Parameters:
topicKey - The topic key (String) parameter.
data - The data (Dictionary) parameter.
expectedCount - The expected count (int) parameter.
duration - The duration (int) parameter.
Returns:
Results of the wait key published (int) value.
Throws:
java.lang.InterruptedException - Interrupted Exception.
See Also:
countKeyPublished(String,Object,Object,long), countKeyPublished(String,Dictionary,long), countKeyPublished(String,Object,Object), countKeyPublished(String,Dictionary), countKeyPublished(String,long), countKeyPublished(String), waitKeyPublished(String,int,int), waitKeyPublished(String[],int), wasKeyPublished(String,Object,Object,int), wasKeyPublished(String,Dictionary,int), wasKeyPublished(String,Object,Object), wasKeyPublished(String,Dictionary), wasKeyPublished(String), wasKeyPublished(String[]), wasKeyPublished(String,int)

waitKeyPublished

public int waitKeyPublished(java.lang.String topicKey,
                            int expectedCount,
                            int duration)
                     throws java.lang.InterruptedException
Wait key published with the specified topic key, expected count and duration parameters and return the int result.

Parameters:
topicKey - The topic key (String) parameter.
expectedCount - The expected count (int) parameter.
duration - The duration (int) parameter.
Returns:
Results of the wait key published (int) value.
Throws:
java.lang.InterruptedException - Interrupted Exception.
See Also:
countKeyPublished(String,Object,Object,long), countKeyPublished(String,Dictionary,long), countKeyPublished(String,Object,Object), countKeyPublished(String,Dictionary), countKeyPublished(String,long), countKeyPublished(String), waitKeyPublished(String,Dictionary,int,int), waitKeyPublished(String[],int), wasKeyPublished(String,Object,Object,int), wasKeyPublished(String,Dictionary,int), wasKeyPublished(String,Object,Object), wasKeyPublished(String,Dictionary), wasKeyPublished(String), wasKeyPublished(String[]), wasKeyPublished(String,int)

waitKeyPublished

public java.lang.String waitKeyPublished(java.lang.String[] topicKeys,
                                         int duration)
                                  throws java.lang.InterruptedException
Wait key published with the specified topic keys and duration parameters and return the String result.

Parameters:
topicKeys - The topic keys (String) parameter.
duration - The duration (int) parameter.
Returns:
Results of the wait key published (String) value.
Throws:
java.lang.InterruptedException - Interrupted Exception.
See Also:
countKeyPublished(String,Object,Object,long), countKeyPublished(String,Dictionary,long), countKeyPublished(String,Object,Object), countKeyPublished(String,Dictionary), countKeyPublished(String,long), countKeyPublished(String), waitKeyPublished(String,Dictionary,int,int), waitKeyPublished(String,int,int), wasKeyPublished(String,Object,Object,int), wasKeyPublished(String,Dictionary,int), wasKeyPublished(String,Object,Object), wasKeyPublished(String,Dictionary), wasKeyPublished(String), wasKeyPublished(String[]), wasKeyPublished(String,int)

wasDataPublished

public boolean wasDataPublished(java.util.Dictionary data,
                                int duration)
                         throws java.lang.InterruptedException
Was data published with the specified data and duration parameters and return the boolean result.

Parameters:
data - The data (Dictionary) parameter.
duration - The duration (int) parameter.
Returns:
Results of the was data published (boolean) value.
Throws:
java.lang.InterruptedException - Interrupted Exception.
See Also:
wasDataPublished(Dictionary)

wasDataPublished

public boolean wasDataPublished(java.util.Dictionary data)
Was data published with the specified data parameter and return the boolean result.

Parameters:
data - The data (Dictionary) parameter.
Returns:
Results of the was data published (boolean) value.
See Also:
wasDataPublished(Dictionary,int)

wasKeyPublished

public boolean wasKeyPublished(java.lang.String topicKey,
                               java.lang.Object dataKey,
                               java.lang.Object dataValue,
                               int duration)
                        throws java.lang.InterruptedException
Was key published with the specified key, data key, data value and duration parameters and return the boolean result.

Parameters:
key - The key (String) parameter.
dataKey - The data key (Object) parameter.
dataValue - The data value (Object) parameter.
duration - The duration (int) parameter.
topicKey - The topic key (String) parameter.
Returns:
Results of the was key published (boolean) value.
Throws:
java.lang.InterruptedException - Interrupted Exception.
See Also:
countKeyPublished(String,Object,Object,long), countKeyPublished(String,Dictionary,long), countKeyPublished(String,Object,Object), countKeyPublished(String,Dictionary), countKeyPublished(String,long), countKeyPublished(String), waitKeyPublished(String,Dictionary,int,int), waitKeyPublished(String,int,int), waitKeyPublished(String[],int), wasKeyPublished(String,Dictionary,int), wasKeyPublished(String,Object,Object), wasKeyPublished(String,Dictionary), wasKeyPublished(String), wasKeyPublished(String[]), wasKeyPublished(String,int)

wasKeyPublished

public boolean wasKeyPublished(java.lang.String topicKey,
                               java.util.Dictionary data,
                               int duration)
                        throws java.lang.InterruptedException
Was key published with the specified key, data and duration parameters and return the boolean result.

Parameters:
key - The key (String) parameter.
data - The data (Dictionary) parameter.
duration - The duration (int) parameter.
topicKey - The topic key (String) parameter.
Returns:
Results of the was key published (boolean) value.
Throws:
java.lang.InterruptedException - Interrupted Exception.
See Also:
countKeyPublished(String,Object,Object,long), countKeyPublished(String,Dictionary,long), countKeyPublished(String,Object,Object), countKeyPublished(String,Dictionary), countKeyPublished(String,long), countKeyPublished(String), waitKeyPublished(String,Dictionary,int,int), waitKeyPublished(String,int,int), waitKeyPublished(String[],int), wasKeyPublished(String,Object,Object,int), wasKeyPublished(String,Object,Object), wasKeyPublished(String,Dictionary), wasKeyPublished(String), wasKeyPublished(String[]), wasKeyPublished(String,int)

wasKeyPublished

public boolean wasKeyPublished(java.lang.String topicKey,
                               java.lang.Object dataKey,
                               java.lang.Object dataValue)
Was key published with the specified key, data key and data value parameters and return the boolean result.

Parameters:
key - The key (String) parameter.
dataKey - The data key (Object) parameter.
dataValue - The data value (Object) parameter.
topicKey - The topic key (String) parameter.
Returns:
Results of the was key published (boolean) value.
See Also:
countKeyPublished(String,Object,Object,long), countKeyPublished(String,Dictionary,long), countKeyPublished(String,Object,Object), countKeyPublished(String,Dictionary), countKeyPublished(String,long), countKeyPublished(String), waitKeyPublished(String,Dictionary,int,int), waitKeyPublished(String,int,int), waitKeyPublished(String[],int), wasKeyPublished(String,Object,Object,int), wasKeyPublished(String,Dictionary,int), wasKeyPublished(String,Dictionary), wasKeyPublished(String), wasKeyPublished(String[]), wasKeyPublished(String,int)

wasKeyPublished

public boolean wasKeyPublished(java.lang.String topicKey,
                               java.util.Dictionary data)
Was key published with the specified key and data parameters and return the boolean result.

Parameters:
key - The key (String) parameter.
data - The data (Dictionary) parameter.
topicKey - The topic key (String) parameter.
Returns:
Results of the was key published (boolean) value.
See Also:
countKeyPublished(String,Object,Object,long), countKeyPublished(String,Dictionary,long), countKeyPublished(String,Object,Object), countKeyPublished(String,Dictionary), countKeyPublished(String,long), countKeyPublished(String), waitKeyPublished(String,Dictionary,int,int), waitKeyPublished(String,int,int), waitKeyPublished(String[],int), wasKeyPublished(String,Object,Object,int), wasKeyPublished(String,Dictionary,int), wasKeyPublished(String,Object,Object), wasKeyPublished(String), wasKeyPublished(String[]), wasKeyPublished(String,int)

wasKeyPublished

public boolean wasKeyPublished(java.lang.String topicKey)
Was key published with the specified key parameter and return the boolean result.

Parameters:
key - The key (String) parameter.
topicKey - The topic key (String) parameter.
Returns:
Results of the was key published (boolean) value.
See Also:
countKeyPublished(String,Object,Object,long), countKeyPublished(String,Dictionary,long), countKeyPublished(String,Object,Object), countKeyPublished(String,Dictionary), countKeyPublished(String,long), countKeyPublished(String), waitKeyPublished(String,Dictionary,int,int), waitKeyPublished(String,int,int), waitKeyPublished(String[],int), wasKeyPublished(String,Object,Object,int), wasKeyPublished(String,Dictionary,int), wasKeyPublished(String,Object,Object), wasKeyPublished(String,Dictionary), wasKeyPublished(String[]), wasKeyPublished(String,int)

wasKeyPublished

public java.lang.String wasKeyPublished(java.lang.String[] topicKeys)
Was key published with the specified topic keys parameter and return the String result.

Parameters:
topicKeys - The topic keys (String) parameter.
Returns:
Results of the was key published (String) value.
See Also:
countKeyPublished(String,Object,Object,long), countKeyPublished(String,Dictionary,long), countKeyPublished(String,Object,Object), countKeyPublished(String,Dictionary), countKeyPublished(String,long), countKeyPublished(String), waitKeyPublished(String,Dictionary,int,int), waitKeyPublished(String,int,int), waitKeyPublished(String[],int), wasKeyPublished(String,Object,Object,int), wasKeyPublished(String,Dictionary,int), wasKeyPublished(String,Object,Object), wasKeyPublished(String,Dictionary), wasKeyPublished(String), wasKeyPublished(String,int)

wasKeyPublished

public boolean wasKeyPublished(java.lang.String topicKey,
                               int duration)
                        throws java.lang.InterruptedException
Was key published with the specified key and duration parameters and return the boolean result.

Parameters:
key - The key (String) parameter.
duration - The duration (int) parameter.
topicKey - The topic key (String) parameter.
Returns:
Results of the was key published (boolean) value.
Throws:
java.lang.InterruptedException - Interrupted Exception.
See Also:
countKeyPublished(String,Object,Object,long), countKeyPublished(String,Dictionary,long), countKeyPublished(String,Object,Object), countKeyPublished(String,Dictionary), countKeyPublished(String,long), countKeyPublished(String), waitKeyPublished(String,Dictionary,int,int), waitKeyPublished(String,int,int), waitKeyPublished(String[],int), wasKeyPublished(String,Object,Object,int), wasKeyPublished(String,Dictionary,int), wasKeyPublished(String,Object,Object), wasKeyPublished(String,Dictionary), wasKeyPublished(String), wasKeyPublished(String[])

wasValuePublished

public boolean wasValuePublished(java.lang.Object dataKey,
                                 java.lang.Object dataValue,
                                 int duration)
                          throws java.lang.InterruptedException
Was value published with the specified data key, data value and duration parameters and return the boolean result.

Parameters:
dataKey - The data key (Object) parameter.
dataValue - The data value (Object) parameter.
duration - The duration (int) parameter.
Returns:
Results of the was value published (boolean) value.
Throws:
java.lang.InterruptedException - Interrupted Exception.
See Also:
wasValuePublished(Object,Object)

wasValuePublished

public boolean wasValuePublished(java.lang.Object dataKey,
                                 java.lang.Object dataValue)
Was value published with the specified data key and data value parameters and return the boolean result.

Parameters:
dataKey - The data key (Object) parameter.
dataValue - The data value (Object) parameter.
Returns:
Results of the was value published (boolean) value.
See Also:
wasValuePublished(Object,Object,int)

1.0.0

Copyright (c) 2007 IBM