|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractContext | |
---|---|
org.apache.axis2.clustering.state | |
org.apache.axis2.context |
Uses of AbstractContext in org.apache.axis2.clustering.state |
---|
Methods in org.apache.axis2.clustering.state with parameters of type AbstractContext | |
---|---|
boolean |
StateManager.isContextClusterable(AbstractContext context)
This is a check to see whether the properties in an instance of AbstractContext
should be replicated. |
void |
StateManager.removeContext(AbstractContext context)
This method is called when AbstractContext is removed from the system |
static void |
Replicator.replicate(AbstractContext abstractContext)
Replicate all serializable properties stored in the given abstractContext . |
static void |
Replicator.replicate(AbstractContext abstractContext,
java.lang.String[] propertyNames)
Replicate all the properties given in propertyNames
in the specified abstractContext |
void |
StateManager.updateContext(AbstractContext context)
This method is called when properties in an AbstractContext are updated. |
void |
StateManager.updateContext(AbstractContext context,
java.lang.String[] propertyNames)
This method is called when one need to update/replicate only certains properties in the specified context |
void |
StateManager.updateContexts(AbstractContext[] contexts)
This method is called when properties in a collection of AbstractContext s are updated. |
Uses of AbstractContext in org.apache.axis2.context |
---|
Subclasses of AbstractContext in org.apache.axis2.context | |
---|---|
class |
ConfigurationContext
Axis2 states are held in two information models, called description hierarchy and context hierarchy. |
class |
MessageContext
Axis2 states are held in two information models, called description hierarchy and context hierarchy. |
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 |
ContextListener.contextCreated(AbstractContext context)
A context has been added |
void |
ContextListener.contextRemoved(AbstractContext context)
A context has been removed |
boolean |
AbstractContext.isAncestor(AbstractContext context)
|
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 |