当前页面:
在线文档首页 >
JBoss JBPM 3.1.3 API 英文版文档
ObjectFactoryImpl (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档
org.jbpm.configuration
Class ObjectFactoryImpl
java.lang.Object
org.jbpm.configuration.ObjectFactoryImpl
- All Implemented Interfaces:
- java.io.Serializable, ObjectFactory
public class ObjectFactoryImpl
- extends java.lang.Object
- implements ObjectFactory
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectFactoryImpl
public ObjectFactoryImpl()
ObjectFactoryImpl
public ObjectFactoryImpl(java.util.Map namedObjectInfos,
java.util.List objectInfos)
addObjectInfo
public void addObjectInfo(ObjectInfo objectInfo)
createObject
public java.lang.Object createObject(java.lang.String name)
- 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.
- Specified by:
createObject
in interface ObjectFactory
hasObject
public boolean hasObject(java.lang.String name)
- Specified by:
hasObject
in interface ObjectFactory
createObject
public java.lang.Object createObject(int index)
- 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 java.lang.Object createObject(ObjectInfo objectInfo)
- 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.
Version : jbpm-3.1.3