wt.lifecycle
Class PhaseSuccessionContainerFactory
java.lang.Object
wt.container.batch.impl.BatchContainerFactoryImpl
wt.lifecycle.PhaseSuccessionContainerFactory
- All Implemented Interfaces:
- BatchContainerFactoryIfc, Externalizable, Serializable
- public class PhaseSuccessionContainerFactory
- extends BatchContainerFactoryImpl
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhaseSuccessionContainerFactory
public PhaseSuccessionContainerFactory()
instantiateRoleBatchContainer
public RoleBatchContainer instantiateRoleBatchContainer(TransactionContainer txnContainer,
String name,
String assocName,
String roleName,
Object fromObj)
- Description copied from class:
BatchContainerFactoryImpl
Supported API: false
- Specified by:
instantiateRoleBatchContainer
in interface BatchContainerFactoryIfc
- Overrides:
instantiateRoleBatchContainer
in class BatchContainerFactoryImpl
- Parameters:
txnContainer
- name
- assocName
- roleName
- fromObj
-
- Returns:
- RoleBatchContainer
instantiateAttributedRoleBatchContainer
public AttributedRoleBatchContainer instantiateAttributedRoleBatchContainer(TransactionContainer txnContainer,
String name,
String assocName,
String roleName,
Object fromObj)
- Description copied from class:
BatchContainerFactoryImpl
Supported API: false
- Specified by:
instantiateAttributedRoleBatchContainer
in interface BatchContainerFactoryIfc
- Overrides:
instantiateAttributedRoleBatchContainer
in class BatchContainerFactoryImpl
- Parameters:
txnContainer
- name
- assocName
- roleName
- fromObj
-
- Returns:
- AttributedRoleBatchContainer