org.apache.ode.bpel.iapi
Class ProcessStoreEvent
java.lang.Object
org.apache.ode.bpel.iapi.ProcessStoreEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ProcessStoreEvent
- extends java.lang.Object
- implements java.io.Serializable
Event generated by the process store.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
type
public final ProcessStoreEvent.Type type
- Event type.
- See Also:
ProcessStoreEvent.Type
pid
public final javax.xml.namespace.QName pid
- Process identifier.
deploymentUnit
public final java.lang.String deploymentUnit
ProcessStoreEvent
public ProcessStoreEvent(ProcessStoreEvent.Type type,
javax.xml.namespace.QName pid,
java.lang.String deploymentUnit)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object