|
SolarMetric Kodo JDO 2.5.8 generated on January 11 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.solarmetric.kodo.runtime.ClassGroupStateManagerSet
StateManagerSet implementation that orders objects in some
per-class ordering.
| Constructor Summary | |
ClassGroupStateManagerSet()
|
|
| Method Summary | |
void |
add(StateManagerImpl sm,
boolean hard)
Add a new StateManagerImpl to this set. |
Collection |
collection()
Returns an unmodifiable list containing all the StateManagerImpl objects that have been added to this
set. |
boolean |
contains(StateManagerImpl sm)
Returns true if sm is in this set;
otherwise returns false. |
Iterator |
iterator()
Returns an iterator containing all the StateManagerImpl objects that have been added to this
set. |
void |
remove(StateManagerImpl sm)
Remove sm from this set. |
void |
setPersistenceManager(PersistenceManagerImpl pm)
Sets the PersistenceManagerImpl associated with this set. |
int |
size()
Returns the number of objects in this set. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public ClassGroupStateManagerSet()
| Method Detail |
public void setPersistenceManager(PersistenceManagerImpl pm)
StateManagerSetPersistenceManagerImpl associated with this set.setPersistenceManager in interface StateManagerSet
public void add(StateManagerImpl sm,
boolean hard)
StateManagerSetStateManagerImpl to this set. If
hard is true, maintain a hard reference to
sm; otherwise, an implementation is free to
maintain a soft / weak reference to sm.add in interface StateManagerSetpublic boolean contains(StateManagerImpl sm)
StateManagerSettrue if sm is in this set;
otherwise returns false.contains in interface StateManagerSetpublic int size()
StateManagerSetsize in interface StateManagerSetpublic void remove(StateManagerImpl sm)
StateManagerSetsm from this set.remove in interface StateManagerSetpublic Iterator iterator()
StateManagerSetStateManagerImpl objects that have been added to this
set. This iterator is in some order determined by the
implementation of this method.iterator in interface StateManagerSetpublic Collection collection()
StateManagerSetStateManagerImpl objects that have been added to this
set. This list is in some order determined by the
implementation of this method.collection in interface StateManagerSet
|
SolarMetric Kodo JDO 2.5.8 generated on January 11 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||