jBPM distribution 6.1.0.CR2

Uses of Interface
org.kie.api.time.SessionClock

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

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)
           
 

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

Classes in org.jbpm.process.core.timer.impl that implement SessionClock
 class RegisteredTimerServiceDelegate
          Simple delegate for timer service that fetches the real instance of timer service from TimerServiceRegistry under "default" key.
 

Uses of SessionClock in org.kie.api.runtime
 

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


jBPM distribution 6.1.0.CR2

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