IBM WebSphere Application ServerTM
Release 8

com.ibm.bpe.api
Interface CorrelationSetInstanceData

All Superinterfaces:
java.io.Serializable

public interface CorrelationSetInstanceData
extends java.io.Serializable

Provides information about correlation set instances.

Since:
7.0

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getCorrelationSetName()
          Returns the name of the correlation set.
 java.util.List getCorrelationSetProperties()
          Returns the properties that are contained in a correlation set instance.
 boolean isInitialized()
          Indicates whether the correlation set is initialized,
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getCorrelationSetName

java.lang.String getCorrelationSetName()
Returns the name of the correlation set.

Returns:
The name of the correlation set.

getCorrelationSetProperties

java.util.List getCorrelationSetProperties()
Returns the properties that are contained in a correlation set instance.

Returns:
A list of correlation property instances - refer to CorrelationPropertyInstanceData.

isInitialized

boolean isInitialized()
Indicates whether the correlation set is initialized,

Returns:
True when the correlation set is initialized else false.

IBM WebSphere Application ServerTM
Release 8