org.drools.semantics.base
Class SemaphoreFactory

java.lang.Object
  extended by org.drools.semantics.base.SemaphoreFactory
All Implemented Interfaces:
ObjectTypeFactory

public class SemaphoreFactory
extends java.lang.Object
implements ObjectTypeFactory


Constructor Summary
SemaphoreFactory()
           
 
Method Summary
static SemaphoreFactory getInstance()
           
 ObjectType newObjectType(Rule rule, RuleBaseContext context, Configuration config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemaphoreFactory

public SemaphoreFactory()
Method Detail

getInstance

public static SemaphoreFactory getInstance()

newObjectType

public ObjectType newObjectType(Rule rule,
                                RuleBaseContext context,
                                Configuration config)
                         throws FactoryException
Specified by:
newObjectType in interface ObjectTypeFactory
Throws:
FactoryException