org.mobicents.slee.resource.sip11
Class LocalSipActivityManagement

java.lang.Object
  extended by 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

Constructor Summary
LocalSipActivityManagement()
           
 
Method Summary
 Wrapper get(SipActivityHandle handle)
           
 void put(SipActivityHandle handle, Wrapper activity)
           
 Wrapper remove(SipActivityHandle handle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalSipActivityManagement

public LocalSipActivityManagement()
Method Detail

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:


Copyright © 2012. All Rights Reserved.