org.mobicents.slee.resource.sip11
Class LocalSipActivityManagement
java.lang.Object
org.mobicents.slee.resource.sip11.LocalSipActivityManagement
- All Implemented Interfaces:
- SipActivityManagement
public class LocalSipActivityManagement
- extends java.lang.Object
- implements SipActivityManagement
Implementation of SipActivityManagement for usage in a non clustered environment.
In a non clustered environment the activity handle has a direct reference to the activity.
- Author:
- martins
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LocalSipActivityManagement
public LocalSipActivityManagement()
get
public Wrapper get(SipActivityHandle handle)
- Specified by:
get in interface SipActivityManagement
- Returns:
put
public void put(SipActivityHandle handle,
Wrapper activity)
- Specified by:
put in interface SipActivityManagement
remove
public Wrapper remove(SipActivityHandle handle)
- Specified by:
remove in interface SipActivityManagement
- Returns:
handleSet
public java.util.Set<SipActivityHandle> handleSet()
- Retrieves the set of handles managed.
- Returns:
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2011. All Rights Reserved.