|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.process.ProcessBaseFactoryService
public class ProcessBaseFactoryService
Constructor Summary | |
---|---|
ProcessBaseFactoryService()
|
Method Summary | |
---|---|
Environment |
newEnvironment()
Instantiate and return an Environment |
KnowledgeBase |
newKnowledgeBase()
Instantiate and return a KnowledgeBase using a default KnowledgeBaseConfiguration |
KnowledgeBase |
newKnowledgeBase(KnowledgeBaseConfiguration conf)
Instantiate and return a KnowledgeBase using the given KnowledgeBaseConfiguration |
KnowledgeBase |
newKnowledgeBase(String kbaseId)
Instantiate and return a KnowledgeBase using a default KnowledgeBaseConfiguration and the given KnowledgeBase ID. |
KnowledgeBase |
newKnowledgeBase(String kbaseId,
KnowledgeBaseConfiguration conf)
Instantiate and return a KnowledgeBase using the given KnowledgeBaseConfiguration and the given KnowledgeBase ID. |
KnowledgeBaseConfiguration |
newKnowledgeBaseConfiguration()
Instantiate and return a new KnowledgeBaseConfiguration |
KnowledgeBaseConfiguration |
newKnowledgeBaseConfiguration(Properties properties,
ClassLoader... classLoaders)
Instantiate and return a new KnowledgeBaseConfiguration |
KnowledgeSessionConfiguration |
newKnowledgeSessionConfiguration()
Instantiate and return a new KnowledgeSessionConfiguration |
KnowledgeSessionConfiguration |
newKnowledgeSessionConfiguration(Properties properties)
Instantiate and return a new KnowledgeSessionConfiguration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessBaseFactoryService()
Method Detail |
---|
public KnowledgeBaseConfiguration newKnowledgeBaseConfiguration()
KnowledgeBaseFactoryService
newKnowledgeBaseConfiguration
in interface KnowledgeBaseFactoryService
public KnowledgeBaseConfiguration newKnowledgeBaseConfiguration(Properties properties, ClassLoader... classLoaders)
KnowledgeBaseFactoryService
newKnowledgeBaseConfiguration
in interface KnowledgeBaseFactoryService
properties
- Properties file to process, can be null;classLoaders
- Provided ClassLoader, can be null and then ClassLoader defaults to Thread.currentThread().getContextClassLoader()
public KnowledgeSessionConfiguration newKnowledgeSessionConfiguration()
KnowledgeBaseFactoryService
newKnowledgeSessionConfiguration
in interface KnowledgeBaseFactoryService
public KnowledgeSessionConfiguration newKnowledgeSessionConfiguration(Properties properties)
KnowledgeBaseFactoryService
newKnowledgeSessionConfiguration
in interface KnowledgeBaseFactoryService
properties
- Properties file to process, can be null;
public KnowledgeBase newKnowledgeBase()
KnowledgeBaseFactoryService
newKnowledgeBase
in interface KnowledgeBaseFactoryService
public KnowledgeBase newKnowledgeBase(String kbaseId)
KnowledgeBaseFactoryService
newKnowledgeBase
in interface KnowledgeBaseFactoryService
kbaseId
- A string Identifier for the knowledge base. Specially useful when enabling
JMX monitoring and management, as that ID will be used to compose the
JMX ObjectName for all related MBeans. The application must ensure all kbase
IDs are unique.
public KnowledgeBase newKnowledgeBase(KnowledgeBaseConfiguration conf)
KnowledgeBaseFactoryService
newKnowledgeBase
in interface KnowledgeBaseFactoryService
conf
- The KnowledgeBaseConfiguration to be used
public KnowledgeBase newKnowledgeBase(String kbaseId, KnowledgeBaseConfiguration conf)
KnowledgeBaseFactoryService
newKnowledgeBase
in interface KnowledgeBaseFactoryService
kbaseId
- A string Identifier for the knowledge base. Specially useful when enabling
JMX monitoring and management, as that ID will be used to compose the
JMX ObjectName for all related MBeans. The application must ensure all kbase
IDs are unique.conf
- The KnowledgeBaseConfiguration to be used
public Environment newEnvironment()
KnowledgeBaseFactoryService
newEnvironment
in interface KnowledgeBaseFactoryService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |