|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The PGenClassAccessor interface defines the Accessor for all
generic classes. These methods are the same for all generic classes, they
are defined by this unique interface that extends the PAccessor
interface. Notice that all accessor methods are also prefixed with "pa".
It is also a factory of PIndexedElem that defines the object used by the
bindings in order to store the generic class element, and that are
implemented by generic class MI.
Method Summary | |
void |
paAdd(PIndexedElem elem,
java.lang.Object conn)
It passes one of the elements extracted from the data store to the memory instance. |
boolean |
paDeltaSupported()
It tells if the generic class memory instance supports delta modifications, which means that paadded, padeleted and pamodified are supported. |
int |
paGetNbElem()
It retrieves the number of elements contained within the generic class memory instance before storing it. |
java.util.Iterator |
paIterator()
It returns an Iterator over the elements of a generic class memory instance. |
void |
paSetNbElem(int nbelem)
It passes the number of elements contained within the generic class DSI to the memory instance. |
Methods inherited from interface org.objectweb.jorm.api.PAccessor |
getMemoryInstance |
Methods inherited from interface org.objectweb.jorm.api.PIndexedElemFactory |
createPIndexedElem |
Method Detail |
public void paAdd(PIndexedElem elem, java.lang.Object conn) throws PException
elem
- the PIndexElenm to be added to the memory instance.conn
- the connection to the DS
PException
public boolean paDeltaSupported()
public int paGetNbElem()
public java.util.Iterator paIterator()
public void paSetNbElem(int nbelem)
nbelem
- The number of elements within this generic class DSI.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |