|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractContext | |
org.apache.axis2.cluster.context | |
org.apache.axis2.context |
Uses of AbstractContext in org.apache.axis2.cluster.context |
Methods in org.apache.axis2.cluster.context with parameters of type AbstractContext | |
void |
ContextManager.addContext(AbstractContext context)
|
void |
ContextManager.removeContext(AbstractContext context)
|
void |
ContextManager.updateState(AbstractContext context)
|
boolean |
ContextManager.isContextClusterable(AbstractContext context)
|
Uses of AbstractContext in org.apache.axis2.context |
Subclasses of AbstractContext in org.apache.axis2.context | |
class |
ConfigurationContext
This contains all the configuration information for Axis2. |
class |
MessageContext
MessageContext holds service specific state information. |
class |
OperationContext
An OperationContext represents a running "instance" of an operation, which is represented by an AxisOperation object. |
class |
ServiceContext
Well this is never clearly defined, what it does or the life-cycle. |
class |
ServiceGroupContext
|
class |
SessionContext
All the engine components are stateless across the executions and all the states should be kept in the Contexts, there are three context Global, Session and Message. |
Fields in org.apache.axis2.context declared as AbstractContext | |
protected AbstractContext |
AbstractContext.parent
|
Methods in org.apache.axis2.context that return AbstractContext | |
AbstractContext |
AbstractContext.getParent()
|
Methods in org.apache.axis2.context with parameters of type AbstractContext | |
void |
AbstractContext.setParent(AbstractContext context)
|
Constructors in org.apache.axis2.context with parameters of type AbstractContext | |
AbstractContext(AbstractContext parent)
|
|
SessionContext(AbstractContext parent)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |