KIE API 6.0.0.Beta3

Uses of Interface
org.kie.api.runtime.rule.SessionEntryPoint

Packages that use SessionEntryPoint
org.kie.api.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
org.kie.api.runtime.rule The rule runtime classes. 
 

Uses of SessionEntryPoint in org.kie.api.runtime
 

Subinterfaces of SessionEntryPoint in org.kie.api.runtime
 interface KieRuntime
           
 interface KieSession
          KieSession is the most common way to interact with the engine.
 

Uses of SessionEntryPoint in org.kie.api.runtime.rule
 

Subinterfaces of SessionEntryPoint in org.kie.api.runtime.rule
 interface Session
          The WorkingMemory is a super-interface for all StatefulKnowledgeSessions.
 

Methods in org.kie.api.runtime.rule that return SessionEntryPoint
 SessionEntryPoint Session.getEntryPoint(String name)
          Returns the WorkingMemoryEntryPoint instance associated with the given name.
 

Methods in org.kie.api.runtime.rule that return types with arguments of type SessionEntryPoint
 Collection<? extends SessionEntryPoint> Session.getEntryPoints()
          Returns a collection of all available working memory entry points for this session.
 


KIE API 6.0.0.Beta3

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