Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.mobicents.slee.runtime

Interface Summary
ActivityContextFactory Activity context factory implementation interface.
ActivityContextIDInterface An Implementation interface.
EventRouter Implements the Event router from Appendix B.12 of the SLEE spec.
ResourceAdaptor Tagging Interface
SbbConcrete An implementation interface for sbbs.
SbbLocalObjectConcrete An Implementation interface for Sbb Local Object.
SleeEvent Slee Event Object Interface.
SleeInternalEndpoint This is the SLEE endpoint.
 

Class Summary
ActivityContext Create one of these when a new SipTransaction is seen by the stack.
ActivityContextFactoryImpl Activity context factory -- return an activity context given an activity or create one and put it in the table.
ActivityContextInterfaceImpl Activity context interface - default implementation.
ActivityContextState  
ActivityEndEventImpl TODO Class Description
Cacheable  
DeferredEvent A differed event.
EventCounter  
EventRouterImpl Implements the router algorithm.
RolledBackContextImpl Impementation of RolledBackContext
SbbContextImpl SBB Context Implementation.
SbbEntity This class is the Sbb Entity as defined in the Spec The SbbEntity class holds the persistent state of the SbbEntity All the fields that are not transient in this class they will be cached
SbbEntityFactory SbbEntityFactory -- implements a map from SBB Entity Id to SBB Entity instances.
SbbInvocationState This class represents the Invocation State of an sbb object It is used in rollback handling to determine what to do since this depends on whether an sbb object method invocation was happening at the time the exception was thrown
SbbLocalObjectImpl This is a SLEE provided interface to the Sbb object.
SbbObject SbbEntity implementation object.
SbbObjectPoolFactory Implements the methods invoked by the object pool to create the SbbEntity Object
SbbObjectState  
SleeEventImpl Slee Event wrapper.
SleeInternalEndpointImpl Implementation of SleeEndpoint interface