|
||||||||||
| 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
|
protected SipResourceAdaptor |
ra
|
| Constructor Summary | |
|---|---|
Wrapper(SipActivityHandle activityHandle,
SipResourceAdaptor ra)
|
|
| 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 |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SipActivityHandle activityHandle
protected SipResourceAdaptor ra
protected boolean ending
| Constructor Detail |
|---|
public Wrapper(SipActivityHandle activityHandle,
SipResourceAdaptor ra)
activityHandle - | Method Detail |
|---|
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 | |||||||||