org.drools.common
Class ObjectTypeConfigurationRegistry

java.lang.Object
  extended by org.drools.common.ObjectTypeConfigurationRegistry
All Implemented Interfaces:
Serializable

public class ObjectTypeConfigurationRegistry
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ObjectTypeConfigurationRegistry(InternalRuleBase ruleBase)
           
 
Method Summary
 ObjectTypeConf getObjectTypeConf(EntryPoint entrypoint, Object object)
          Returns the ObjectTypeConfiguration object for the given object or creates a new one if none is found in the cache
 Collection<ObjectTypeConf> values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectTypeConfigurationRegistry

public ObjectTypeConfigurationRegistry(InternalRuleBase ruleBase)
Method Detail

getObjectTypeConf

public ObjectTypeConf getObjectTypeConf(EntryPoint entrypoint,
                                        Object object)
Returns the ObjectTypeConfiguration object for the given object or creates a new one if none is found in the cache

Parameters:
object -
Returns:

values

public Collection<ObjectTypeConf> values()


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