|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.container.batch.BatchContainerFactory
public class BatchContainerFactory
Class BatchContainerFactory provides "well-known" access to operations
for instantiating objects associated with BatchContainers. Class BatchContainerFactory
does not really manufacture objects, it defers this to an instance of
BatchContainerFactoryIfc. This way a set of "well-known" or global operations
are available to pgorammers and yet a polymorphic set of actual factories
can be used.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
static BatchContainerFactoryIfc |
getBatchContainerFactoryIfc()
Operation to obtain the real BatchContainerFactory. |
static AttributedRoleBatchContainer |
instantiateAttributedRoleBatchContainer(TransactionContainer txnContainer,
String name,
String assocName,
String roleName,
Object fromObj)
Factory method used to create AttributedRoleBatchContainers. |
static BatchContainer |
instantiateGeneralBatchContainer(TransactionContainer txnContainer,
String name)
Factory method used to create BatchContainers. |
static RoleBatchContainer |
instantiateRoleBatchContainer(TransactionContainer txnContainer,
String name,
String assocName,
String roleName,
Object fromObj)
Factory method used to create RoleBatchContainers. |
static TransactionContainer |
instantiateTransactionContainer()
Factory method used to create TransactionContainers. |
static void |
setBatchContainerFactoryIfc(BatchContainerFactoryIfc factory)
Operation used to specify the real BatchContainerFactory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static TransactionContainer instantiateTransactionContainer()
public static BatchContainer instantiateGeneralBatchContainer(TransactionContainer txnContainer,
String name)
txnContainer - name -
public static RoleBatchContainer instantiateRoleBatchContainer(TransactionContainer txnContainer,
String name,
String assocName,
String roleName,
Object fromObj)
txnContainer - name - assocName - roleName - fromObj -
public static AttributedRoleBatchContainer instantiateAttributedRoleBatchContainer(TransactionContainer txnContainer,
String name,
String assocName,
String roleName,
Object fromObj)
txnContainer - name - assocName - roleName - fromObj -
public static BatchContainerFactoryIfc getBatchContainerFactoryIfc()
public static void setBatchContainerFactoryIfc(BatchContainerFactoryIfc factory)
factory -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||