Uses of Class
org.mobicents.slee.resource.sip11.SipActivityHandle

Packages that use SipActivityHandle
org.mobicents.slee.resource.sip11   
org.mobicents.slee.resource.sip11.wrappers   
 

Uses of SipActivityHandle in org.mobicents.slee.resource.sip11
 

Subclasses of SipActivityHandle in org.mobicents.slee.resource.sip11
 class DialogWithIdActivityHandle
          The SipActivityHandle for DialogActivity
 class DialogWithoutIdActivityHandle
          The SipActivityHandle for DialogActivity related with a Dialog that does not exist yet.
 class TransactionActivityHandle
          The SipActivityHandle for Transaction activity.
 

Methods in org.mobicents.slee.resource.sip11 with parameters of type SipActivityHandle
 boolean SipResourceAdaptor.fireEvent_(boolean fineTrace, java.lang.Object event, SipActivityHandle activityHandle, javax.slee.Address eventFiringAddress, javax.slee.resource.FireableEventType eventID, int eventFlags, boolean transacted)
          Fires an event to the slee container
 Wrapper SipActivityManagement.get(SipActivityHandle handle)
           
 Wrapper LocalSipActivityManagement.get(SipActivityHandle handle)
           
 Wrapper ClusteredSipActivityManagement.get(SipActivityHandle handle)
           
 void SipActivityManagement.put(SipActivityHandle handle, Wrapper activity)
           
 void LocalSipActivityManagement.put(SipActivityHandle handle, Wrapper activity)
           
 void ClusteredSipActivityManagement.put(SipActivityHandle handle, Wrapper activity)
           
 Wrapper SipActivityManagement.remove(SipActivityHandle handle)
           
 Wrapper LocalSipActivityManagement.remove(SipActivityHandle handle)
           
 Wrapper ClusteredSipActivityManagement.remove(SipActivityHandle handle)
           
 

Uses of SipActivityHandle in org.mobicents.slee.resource.sip11.wrappers
 

Fields in org.mobicents.slee.resource.sip11.wrappers declared as SipActivityHandle
protected  SipActivityHandle Wrapper.activityHandle
           
 

Methods in org.mobicents.slee.resource.sip11.wrappers that return SipActivityHandle
 SipActivityHandle Wrapper.getActivityHandle()
          Retrieves the handle associated with the activity.
 SipActivityHandle ClientTransactionAssociation.getDialogActivityHandle()
           
 

Methods in org.mobicents.slee.resource.sip11.wrappers with parameters of type SipActivityHandle
 void ClientTransactionWrapper.associateServerTransaction(java.lang.String branch, SipActivityHandle dialogHandle)
           
 

Constructors in org.mobicents.slee.resource.sip11.wrappers with parameters of type SipActivityHandle
ClientTransactionAssociation(SipActivityHandle dialogActivityHandle, java.lang.String associatedServerTransactionBranchId)
           
DialogWrapper(SipActivityHandle sipActivityHandle, java.lang.String localTag, SipResourceAdaptor ra)
          Extensible constructor.
NullClientTransactionWrapper(SipActivityHandle activityHandle)
           
Wrapper(SipActivityHandle activityHandle)
           
 



Copyright © 2009. All Rights Reserved.