Uses of Interface
org.drools.time.SessionClock

Packages that use SessionClock
org.drools.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
org.jbpm.process   
org.jbpm.process.core.timer   
 

Uses of SessionClock in org.drools.runtime
 

Methods in org.drools.runtime with type parameters of type SessionClock
<T extends SessionClock>
T
KnowledgeRuntime.getSessionClock()
          Returns the session clock instance assigned to this session
 

Uses of SessionClock in org.jbpm.process
 

Methods in org.jbpm.process that return SessionClock
 SessionClock StatefulProcessSession.getSessionClock()
           
 

Uses of SessionClock in org.jbpm.process.core.timer
 

Constructors in org.jbpm.process.core.timer with parameters of type SessionClock
BusinessCalendarImpl(Properties configuration, SessionClock clock)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.