Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mobicents.slee.runtime.facilities
Class NullActivityImpl  view NullActivityImpl download NullActivityImpl.java

java.lang.Object
  extended byorg.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()