|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.resource.sip11.wrappers.Wrapper
public abstract class Wrapper
| Field Summary | |
|---|---|
protected SipActivityHandle |
activityHandle
|
protected boolean |
ending
|
| Constructor Summary | |
|---|---|
Wrapper(SipActivityHandle activityHandle)
|
|
| Method Summary | |
|---|---|
void |
clear()
|
void |
ending()
Indicates this activity is ending. |
SipActivityHandle |
getActivityHandle()
Retrieves the handle associated with the activity. |
java.lang.Object |
getApplicationData()
Operation forbidden in the sip interfaces implemented by concrete wrappers. |
abstract javax.slee.Address |
getEventFiringAddress()
Retrieves the slee Address where events on this resource are fired. |
abstract boolean |
isAckTransaction()
Indicates if the wrapper is an ack dummy transaction. |
abstract boolean |
isActivity()
Indicates if the wrapper is an activity. |
abstract boolean |
isDialog()
Indicates if the wrapper is a Dialog |
boolean |
isEnding()
In case the wrapper is an activity, it indicates if it is ending, otherwise it doesn't have a meaning. |
void |
setApplicationData(java.lang.Object arg0)
Operation forbidden in the sip interfaces implemented by concrete wrappers. |
abstract void |
setResourceAdaptor(SipResourceAdaptor ra)
Sets the resource adaptor object, which owns the wrapper. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SipActivityHandle activityHandle
protected boolean ending
| Constructor Detail |
|---|
public Wrapper(SipActivityHandle activityHandle)
activityHandle - | Method Detail |
|---|
public abstract void setResourceAdaptor(SipResourceAdaptor ra)
ra - public abstract boolean isActivity()
public abstract boolean isDialog()
Dialog
public abstract boolean isAckTransaction()
public SipActivityHandle getActivityHandle()
public abstract javax.slee.Address getEventFiringAddress()
Address where events on this resource are fired.
public boolean isEnding()
public void ending()
public java.lang.Object getApplicationData()
public void setApplicationData(java.lang.Object arg0)
arg0 - public void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||