wt.lifecycle
Class PhaseSuccessionContainerFactory

java.lang.Object
  extended bywt.container.batch.impl.BatchContainerFactoryImpl
      extended bywt.lifecycle.PhaseSuccessionContainerFactory
All Implemented Interfaces:
BatchContainerFactoryIfc, Externalizable, Serializable

public class PhaseSuccessionContainerFactory
extends BatchContainerFactoryImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class wt.container.batch.impl.BatchContainerFactoryImpl
EXTERNALIZATION_VERSION_UID, OLD_FORMAT_VERSION_UID
 
Constructor Summary
PhaseSuccessionContainerFactory()
           
 
Method Summary
 AttributedRoleBatchContainer instantiateAttributedRoleBatchContainer(TransactionContainer txnContainer, String name, String assocName, String roleName, Object fromObj)
          

Supported API: false
 RoleBatchContainer instantiateRoleBatchContainer(TransactionContainer txnContainer, String name, String assocName, String roleName, Object fromObj)
          

Supported API: false
 
Methods inherited from class wt.container.batch.impl.BatchContainerFactoryImpl
instantiateGeneralBatchContainer, instantiateTransactionContainer, readExternal, readVersion, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhaseSuccessionContainerFactory

public PhaseSuccessionContainerFactory()
Method Detail

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