|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.container.batch.impl.BatchContainerImpl
Class used to implement a general purpose BatchContainer. The set of
objects associated with instances of this BatchContainer is determined
by the application.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private com.objectspace.jgl.HashSet |
elements
|
private static String |
RESOURCE
|
private TransactionContainerImpl |
transactionContainer
|
Fields inherited from interface wt.container.batch.BatchContainer |
ELEMENTS |
Constructor Summary | |
BatchContainerImpl(TransactionContainer txnContainer)
Supported API: false |
Method Summary | |
boolean |
add(Object element)
Supported API: false |
boolean |
clearAll()
Supported API: false |
boolean |
contains(Object element)
Supported API: false |
Enumeration |
elements()
Supported API: false |
boolean |
populate(Enumeration a_Elements)
Supported API: false |
boolean |
populate(Object a_Element)
Operation to allow the pre-population of container elements. |
boolean |
remove(Object element)
Supported API: false |
boolean |
replace(Object element)
Supported API: false |
int |
size()
Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private TransactionContainerImpl transactionContainer
private com.objectspace.jgl.HashSet elements
Constructor Detail |
public BatchContainerImpl(TransactionContainer txnContainer)
txnContainer
- Method Detail |
public boolean add(Object element)
add
in interface BatchContainer
element
-
public boolean remove(Object element)
remove
in interface BatchContainer
element
-
public boolean replace(Object element)
replace
in interface BatchContainer
element
-
public Enumeration elements()
elements
in interface BatchContainer
public boolean contains(Object element)
contains
in interface BatchContainer
element
-
public int size()
size
in interface BatchContainer
public boolean clearAll()
public boolean populate(Enumeration a_Elements)
populate
in interface BatchContainer
a_Elements
-
public boolean populate(Object a_Element)
populate
in interface BatchContainer
a_Element
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |