public interface ActivityContextInterfaceExt
extends javax.slee.ActivityContextInterface
ActivityContextInterface Extension.| Modifier and Type | Method and Description |
|---|---|
String[] |
getNamesBound()
Retrieves the names currently bound to the
ActivityContextInterfaceExt. |
javax.slee.facilities.TimerID[] |
getTimers()
Retrieves the IDs of timers currently set in the
ActivityContextInterfaceExt. |
void |
suspend()
Suspends the routing of events on the activity context, till the current
transaction ends.
|
javax.slee.facilities.TimerID[] getTimers()
ActivityContextInterfaceExt.TimerIDs.String[] getNamesBound()
ActivityContextInterfaceExt.void suspend()
throws javax.slee.TransactionRequiredLocalException,
javax.slee.SLEEException
javax.slee.TransactionRequiredLocalException - if it is invoked without a valid transaction context.javax.slee.SLEEException - if the requested operation cannot be performed due to a
system-level failure.Copyright © 2016. All Rights Reserved.