Uses of Class
com.ibm.websphere.ilm.bpel.MultipleInstanceException

Packages that use MultipleInstanceException
com.ibm.websphere.ilm.bpel The interfaces and classes in this package are used by clients wishing to locate instances of stateful web services. 
 

Uses of MultipleInstanceException in com.ibm.websphere.ilm.bpel
 

Methods in com.ibm.websphere.ilm.bpel that throw MultipleInstanceException
 javax.ejb.EJBLocalObject InstanceLocator.findInstance(java.lang.String correlationSetKey, org.apache.wsif.WSIFMessage message)
          This method will locate and return a stateful service instance in order that a business method can be invoked upon it.
 javax.ejb.EJBLocalObject InstanceLocator.findInstance(CorrelationProperties correlationProperties)
          Method findInstance.
 javax.ejb.EJBLocalObject InstanceLocator.locateInstance(java.lang.String correlationSetKey, org.apache.wsif.WSIFMessage message)
          This method will locate and return a stateful service instance in order that a business method can be invoked upon it.