org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util
Class CollectionManager
java.lang.Object
|
+--org.objectweb.jorm.facility.meminst.manager.basic.lib.ManagerImpl
|
+--org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util.CollectionManager
- All Implemented Interfaces:
- Loggable, Manager, PIndexedElemFactory
- public class CollectionManager
- extends ManagerImpl
- implements PIndexedElemFactory
- Author:
- Sebastien Chassande-Barrioz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
connectionFactory
protected javax.resource.cci.ConnectionFactory connectionFactory
CollectionManager
public CollectionManager()
setConnectionFactory
public void setConnectionFactory(javax.resource.cci.ConnectionFactory connectionFactory)
createPAccessor
public PAccessor createPAccessor()
- Overrides:
createPAccessor in class ManagerImpl
bindingExtendsAccessor
public boolean bindingExtendsAccessor()
- Overrides:
bindingExtendsAccessor in class ManagerImpl
load
public void load(PBinding pb,
java.lang.Object conn)
throws PException
- Overrides:
load in class ManagerImpl
store
public void store(PBinding pb,
java.lang.Object conn)
throws PException
- Overrides:
store in class ManagerImpl
createPIndexedElem
public PIndexedElem createPIndexedElem()
- It creates an indexed element to be used by the binding for exchanging
elements between the MI and the binding, using the paAdd and the
paiterate methods.
- Specified by:
createPIndexedElem in interface PIndexedElemFactory
- Returns:
- The created PIndexedElem.