org.mobicents.slee.resource.sip11
Class SipActivityHandle

java.lang.Object
  extended by org.mobicents.slee.resource.sip11.SipActivityHandle
All Implemented Interfaces:
java.io.Serializable, javax.slee.resource.ActivityHandle
Direct Known Subclasses:
MarshableSipActivityHandle, TransactionActivityHandle

public abstract class SipActivityHandle
extends java.lang.Object
implements javax.slee.resource.ActivityHandle, java.io.Serializable

Base class for SIP RA activity handles, which provides a link to the related activity object.

Author:
martins
See Also:
Serialized Form

Constructor Summary
SipActivityHandle()
           
 
Method Summary
 Wrapper getActivity()
          Retrieves the activity related with the handle.
abstract  boolean isReplicated()
           
 void setActivity(Wrapper activity)
          Sets the activity related with the handle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.slee.resource.ActivityHandle
equals, hashCode
 

Constructor Detail

SipActivityHandle

public SipActivityHandle()
Method Detail

isReplicated

public abstract boolean isReplicated()
Returns:

getActivity

public Wrapper getActivity()
Retrieves the activity related with the handle.

Returns:

setActivity

public void setActivity(Wrapper activity)
Sets the activity related with the handle.

Parameters:
activity -


Copyright © 2012. All Rights Reserved.