public class ProcessStoreEvent
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ProcessStoreEvent.Type |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
deploymentUnit |
javax.xml.namespace.QName |
pid
Process identifier.
|
ProcessStoreEvent.Type |
type
Event type.
|
Constructor and Description |
---|
ProcessStoreEvent(ProcessStoreEvent.Type type,
javax.xml.namespace.QName pid,
java.lang.String deploymentUnit) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final ProcessStoreEvent.Type type
ProcessStoreEvent.Type
public final javax.xml.namespace.QName pid
public final java.lang.String deploymentUnit
public ProcessStoreEvent(ProcessStoreEvent.Type type, javax.xml.namespace.QName pid, java.lang.String deploymentUnit)