Uses of Class
org.apache.axis2.context.AbstractContext
-
Packages that use AbstractContext Package Description 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 Modifier and Type Method Description booleanStateManager. isContextClusterable(AbstractContext context)This is a check to see whether the properties in an instance ofAbstractContextshould be replicated.voidStateManager. removeContext(AbstractContext context)This method is called whenAbstractContextis removed from the systemstatic voidReplicator. replicate(AbstractContext abstractContext)Replicate all serializable properties stored in the givenabstractContext.static voidReplicator. replicate(AbstractContext abstractContext, String[] propertyNames)Replicate all the properties given inpropertyNamesin the specifiedabstractContextvoidStateManager. updateContext(AbstractContext context)This method is called when properties in anAbstractContextare updated.voidStateManager. updateContext(AbstractContext context, String[] propertyNames)This method is called when one need to update/replicate only certains properties in the specifiedcontextvoidStateManager. updateContexts(AbstractContext[] contexts)This method is called when properties in a collection ofAbstractContexts are updated. -
Uses of AbstractContext in org.apache.axis2.context
Subclasses of AbstractContext in org.apache.axis2.context Modifier and Type Class Description classConfigurationContextAxis2 states are held in two information models, called description hierarchy and context hierarchy.classMessageContextAxis2 states are held in two information models, called description hierarchy and context hierarchy.classOperationContextAn OperationContext represents a running "instance" of an operation, which is represented by an AxisOperation object.classServiceContextWell this is never clearly defined, what it does or the life-cycle.classServiceGroupContextclassSessionContextAll 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 Modifier and Type Field Description protected AbstractContextAbstractContext. parentMethods in org.apache.axis2.context that return AbstractContext Modifier and Type Method Description AbstractContextAbstractContext. getParent()Methods in org.apache.axis2.context with parameters of type AbstractContext Modifier and Type Method Description voidContextListener. contextCreated(AbstractContext context)A context has been addedvoidContextListener. contextRemoved(AbstractContext context)A context has been removedbooleanAbstractContext. isAncestor(AbstractContext context)voidAbstractContext. setParent(AbstractContext context)Constructors in org.apache.axis2.context with parameters of type AbstractContext Constructor Description AbstractContext(AbstractContext parent)SessionContext(AbstractContext parent)
-