|
||||||||||
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()
Returns a new Handle . |
FactHandle |
newFactHandle(long id)
Returns a new Handle . |
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()
Handle
.
newFactHandle
in interface FactHandleFactory
Handle
.public FactHandle newFactHandle(long id)
Handle
.
newFactHandle
in interface FactHandleFactory
id
- A unique Handle
id.
Handle
with the given id.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |