Uses of Class
org.apache.axis2.context.AbstractContext
Packages that use AbstractContext
-
Uses of AbstractContext in org.apache.axis2.clustering.state
Methods in org.apache.axis2.clustering.state with parameters of type AbstractContextModifier and TypeMethodDescriptionbooleanStateManager.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.contextModifier and TypeClassDescriptionclassAxis2 states are held in two information models, called description hierarchy and context hierarchy.classAxis2 states are held in two information models, called description hierarchy and context hierarchy.classAn OperationContext represents a running "instance" of an operation, which is represented by an AxisOperation object.classWell this is never clearly defined, what it does or the life-cycle.classclassAll 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 AbstractContextMethods in org.apache.axis2.context that return AbstractContextMethods in org.apache.axis2.context with parameters of type AbstractContextModifier and TypeMethodDescriptionvoidContextListener.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 AbstractContextModifierConstructorDescriptionprotectedAbstractContext(AbstractContext parent) SessionContext(AbstractContext parent)