com.ibm.websphere.ilm.bpel.deploy
Interface CorrelationDefinitionReader


public interface CorrelationDefinitionReader

An interface for a CorrelationDefinitionReader which is an interface used by the Instance Location Manager to read deployed Correlation Metadata

Since:
1.0
Version:
1.0

Method Summary
 java.util.Collection getCorrelationMetadata(java.lang.String operation)
          This returns a collection of CorrelationSets.
 javax.ejb.EJBLocalHome getEJBLocalHome()
          This returns the EJBLocalHome of the stateful web service
 boolean isImplicitCreate(java.lang.String operation)
          Returns true if the implicit create semantic = "yes" for this operation
 

Method Detail

getCorrelationMetadata

public java.util.Collection getCorrelationMetadata(java.lang.String operation)
This returns a collection of CorrelationSets. Each CorrelationSet is a collection of PropertyAliases.

Parameters:
operation - - A String representing the operation
Returns:
a collection of CorrelationSets

isImplicitCreate

public boolean isImplicitCreate(java.lang.String operation)
Returns true if the implicit create semantic = "yes" for this operation

Parameters:
operation - - A String representing the operation
Returns:
true if the implicit create semantic = "yes" for this operation (else false)

getEJBLocalHome

public javax.ejb.EJBLocalHome getEJBLocalHome()
This returns the EJBLocalHome of the stateful web service

Returns:
local home of the stateful web service