public class ArjunaContext extends Object
Modifier and Type | Method and Description |
---|---|
static ArjunaContext |
getContext(MessageContext messageContext)
Get the arjuna context from the message context.
|
static ArjunaContext |
getCurrentContext(MessageContext messageContext)
Get the arjuna context from the message context if present.
|
InstanceIdentifier |
getInstanceIdentifier()
Get the instance identifier.
|
boolean |
isValid()
Is the configuration of this element valid?
|
void |
setInstanceIdentifier(InstanceIdentifier instanceIdentifier)
Set the instance identifier.
|
public InstanceIdentifier getInstanceIdentifier()
public void setInstanceIdentifier(InstanceIdentifier instanceIdentifier)
instanceIdentifier
- The instance identifier.public boolean isValid()
public static ArjunaContext getCurrentContext(MessageContext messageContext)
messageContext
- The message context.public static ArjunaContext getContext(MessageContext messageContext)
messageContext
- The message context.Copyright © 2016 JBoss by Red Hat. All rights reserved.