public class ContextStateEventContextPartitionAllocated extends ContextStateEventContextPartition
Constructor and Description |
---|
ContextStateEventContextPartitionAllocated(java.lang.String runtimeURI,
java.lang.String contextDeploymentId,
java.lang.String contextName,
int id,
ContextPartitionIdentifier identifier)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
ContextPartitionIdentifier |
getIdentifier()
Returns the identifier; For nested context the identifier is the identifier of the last or innermost context.
|
getId
getContextDeploymentId, getContextName, getRuntimeURI
public ContextStateEventContextPartitionAllocated(java.lang.String runtimeURI, java.lang.String contextDeploymentId, java.lang.String contextName, int id, ContextPartitionIdentifier identifier)
runtimeURI
- runtime URIcontextDeploymentId
- deployment id of create-context statementcontextName
- context nameid
- context partition ididentifier
- identifierpublic ContextPartitionIdentifier getIdentifier()