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

Quick Search    Search Deep

org.mobicents.slee.runtime
Class RolledBackContextImpl  view RolledBackContextImpl download RolledBackContextImpl.java

java.lang.Object
  extended byorg.mobicents.slee.runtime.RolledBackContextImpl

public class RolledBackContextImpl
extends java.lang.Object

Impementation of RolledBackContext


Field Summary
private  ActivityContextInterfaceImpl activityContextInterface
           
private  java.lang.Object event
           
private  boolean removeRollback
           
 
Constructor Summary
RolledBackContextImpl(java.lang.Object event, ActivityContextInterfaceImpl activityContextInterface, boolean removeRollback)
           
 
Method Summary
 ActivityContextInterface getActivityContextInterface()
           
 java.lang.Object getEvent()
           
 boolean isRemoveRolledBack()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event

private java.lang.Object event

activityContextInterface

private ActivityContextInterfaceImpl activityContextInterface

removeRollback

private boolean removeRollback
Constructor Detail

RolledBackContextImpl

public RolledBackContextImpl(java.lang.Object event,
                             ActivityContextInterfaceImpl activityContextInterface,
                             boolean removeRollback)
Method Detail

getEvent

public java.lang.Object getEvent()

getActivityContextInterface

public ActivityContextInterface getActivityContextInterface()

isRemoveRolledBack

public boolean isRemoveRolledBack()