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)
           
 
Method Summary
 void addListener(ContextManager.ContextListener l)
           
 void deliverEvent()
           
 ContextManager.Context getContext()
           
 ContextManager.ContextState getCurrentState()
           
 long getLastModified()
           
 boolean hasPendingEvent()
           
 void removeListener(ContextManager.ContextListener l)
           
 void update(Environment env, long tsNow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextInfo

public ContextInfo(java.lang.String ctxDef,
                   int queuingPolicy)
Method Detail

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)