jrun.ejb
Class EntityCollection
java.lang.Object
|
+--jrun.ejb.EntityCollection
- All Implemented Interfaces:
- java.util.Collection, java.io.Serializable, java.util.Set
- public class EntityCollection
- extends java.lang.Object
- implements java.util.Set, java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Set |
hashCode |
EntityCollection
public EntityCollection(java.lang.String fieldName,
java.lang.String ejbName,
java.lang.Class elementType,
EntityCollectionInterface proxy,
javax.transaction.xa.Xid xid,
TyrexTransactionManager transactionManager)
add
public boolean add(java.lang.Object object)
- Specified by:
add in interface java.util.Set
addAll
public boolean addAll(java.util.Collection collection)
- Specified by:
addAll in interface java.util.Set
clear
public void clear()
- Specified by:
clear in interface java.util.Set
contains
public boolean contains(java.lang.Object object)
- Specified by:
contains in interface java.util.Set
containsAll
public boolean containsAll(java.util.Collection collection)
- Specified by:
containsAll in interface java.util.Set
equals
public boolean equals(java.lang.Object object)
- Specified by:
equals in interface java.util.Set- Overrides:
equals in class java.lang.Object
getElementType
public java.lang.Class getElementType()
getEJBName
public java.lang.String getEJBName()
getFieldName
public java.lang.String getFieldName()
getProxy
public java.lang.Object getProxy()
getXid
public javax.transaction.xa.Xid getXid()
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface java.util.Set
iterator
public java.util.Iterator iterator()
- Specified by:
iterator in interface java.util.Set
remove
public boolean remove(java.lang.Object object)
- Specified by:
remove in interface java.util.Set
removeAll
public boolean removeAll(java.util.Collection collection)
- Specified by:
removeAll in interface java.util.Set
retainAll
public boolean retainAll(java.util.Collection collection)
- Specified by:
retainAll in interface java.util.Set
size
public int size()
- Specified by:
size in interface java.util.Set
toArray
public java.lang.Object[] toArray()
- Specified by:
toArray in interface java.util.Set
toArray
public java.lang.Object[] toArray(java.lang.Object[] objectArray)
- Specified by:
toArray in interface java.util.Set
Copyright � 2002 Macromedia Corporation. All Rights Reserved.