|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.jsr94.rules.Jsr94FactHandleFactory
A factory for creating Handle
s.
Method Summary | |
static Jsr94FactHandleFactory |
getInstance()
Gets the Singleton instance of a Jsr94FactHandleFactory . |
FactHandle |
newFactHandle()
Construct a handle with a new id. |
FactHandle |
newFactHandle(long id)
Construct a handle with a specified id. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Jsr94FactHandleFactory getInstance()
Jsr94FactHandleFactory
.
public FactHandle newFactHandle()
FactHandleFactory
newFactHandle
in interface FactHandleFactory
public FactHandle newFactHandle(long id)
FactHandleFactory
newFactHandle
in interface FactHandleFactory
id
- The id to use.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |