| java.lang.Object org.jbpm.configuration.ObjectFactoryImpl
ObjectFactoryImpl | public ObjectFactoryImpl()(Code) | | |
ObjectFactoryImpl | public ObjectFactoryImpl(Map namedObjectInfos, List objectInfos)(Code) | | |
clearRegistry | void clearRegistry()(Code) | | |
createObject | public synchronized Object createObject(String name)(Code) | | create a new object of the given name.
Before creation starts, the non-singlton objects will be cleared
from the registry. The singletons will remain in the registry.
|
createObject | public Object createObject(int index)(Code) | | create a new object for the given index.
Before creation starts, the non-singlton objects will be cleared
from the registry. The singletons will remain in the registry.
|
createObject | public Object createObject(ObjectInfo objectInfo)(Code) | | create a new object for the given
ObjectInfo .
Before creation starts, the non-singlton objects will be cleared
from the registry. The singletons will remain in the registry.
|
getObject | Object getObject(String name)(Code) | | create an object of the given name.
If the object was created before, that object is returned from
the registry.
|
getObject | Object getObject(ObjectInfo objectInfo)(Code) | | create an object for the given
ObjectInfo .
If the object was created before, that object is returned from
the registry.
|
hasObject | public synchronized boolean hasObject(String name)(Code) | | |
|
|