org.isam.exehda.services.ctxm
Class ContextInfo
java.lang.Object
|
+--org.isam.exehda.services.ctxm.ContextInfo
- public class ContextInfo
- extends java.lang.Object
Constructor Summary |
ContextInfo(java.lang.String ctxDef,
int queuingPolicy)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextInfo
public ContextInfo(java.lang.String ctxDef,
int queuingPolicy)
getContext
public ContextManager.Context getContext()
getCurrentState
public ContextManager.ContextState getCurrentState()
getLastModified
public long getLastModified()
addListener
public void addListener(ContextManager.ContextListener l)
removeListener
public void removeListener(ContextManager.ContextListener l)
hasPendingEvent
public boolean hasPendingEvent()
deliverEvent
public void deliverEvent()
update
public void update(Environment env,
long tsNow)