|
|||||||||
| Home >> All >> org >> mobicents >> slee >> runtime >> [ facilities overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mobicents.slee.runtime.facilities
Class NullActivityImpl

java.lang.Objectorg.mobicents.slee.runtime.facilities.NullActivityImpl
- public class NullActivityImpl
- extends java.lang.Object
Implementation of the null activity.
| Field Summary | |
private org.mobicents.slee.runtime.ActivityContextFactoryImpl |
acf
|
private java.lang.String |
acId
|
private static org.jboss.logging.Logger |
log
|
private NullActivityFactoryImpl |
nullActivityFactory
|
private org.mobicents.slee.container.SleeContainer |
serviceContainer
|
| Constructor Summary | |
NullActivityImpl(org.mobicents.slee.container.SleeContainer serviceContainer)
|
|
| Method Summary | |
void |
endActivity()
|
java.lang.String |
getActivityContextId()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
serviceContainer
private org.mobicents.slee.container.SleeContainer serviceContainer
acf
private org.mobicents.slee.runtime.ActivityContextFactoryImpl acf
acId
private java.lang.String acId
log
private static org.jboss.logging.Logger log
nullActivityFactory
private NullActivityFactoryImpl nullActivityFactory
| Constructor Detail |
NullActivityImpl
public NullActivityImpl(org.mobicents.slee.container.SleeContainer serviceContainer)
| Method Detail |
endActivity
public void endActivity()
throws TransactionRequiredLocalException,
SLEEException
getActivityContextId
public java.lang.String getActivityContextId()
|
|||||||||
| Home >> All >> org >> mobicents >> slee >> runtime >> [ facilities overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.mobicents.slee.runtime.facilities.NullActivityImpl