|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.configuration.ObjectFactoryImpl
public class ObjectFactoryImpl
| Constructor Summary | |
|---|---|
ObjectFactoryImpl()
|
|
ObjectFactoryImpl(Map namedObjectInfos,
List objectInfos)
Deprecated. creating objects by index is no longer supported |
|
| Method Summary | |
|---|---|
void |
addObjectInfo(ObjectInfo objectInfo)
|
Object |
createObject(int index)
Deprecated. creating objects by index is no longer supported |
Object |
createObject(ObjectInfo objectInfo)
create a new object for the given ObjectInfo. |
Object |
createObject(String name)
create a new object of the given name. |
boolean |
hasObject(String name)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectFactoryImpl()
public ObjectFactoryImpl(Map namedObjectInfos,
List objectInfos)
| Method Detail |
|---|
public void addObjectInfo(ObjectInfo objectInfo)
public Object createObject(String name)
createObject in interface ObjectFactorypublic boolean hasObject(String name)
hasObject in interface ObjectFactorypublic Object createObject(int index)
public Object createObject(ObjectInfo objectInfo)
ObjectInfo. Before creation starts, non-singleton
objects will be cleared from the registry. Singletons will remain.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||