| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |
Method Summary | |
---|---|
public
int | size()
This method returns the total number of LogElements within
this LogSequence.
|
public
Iterator | getPendingChanges()
This method will return an iterator for processing all of the
"pending" changes for a LogSequence (for example, pending inserts, updates,
and deletes).
|
public
Iterator | getAllChanges()
This method will return an iterator for processing all of the
changes for a LogSequence.
|
public
Iterator | getChangesByTypes(java.util.Collection)
This method will return an iterator for processing the LogElements
that are of the proper type (based on the input parameter).
|
public
Iterator | getChangesByKeys(java.util.Collection)
This method will return an iterator for processing the LogElements
that have the proper key based on the input parameter.
|
public
String | getMapName()
This returns the name of the Map that these changes apply to..
|
public
String | getObjectGridName()
This returns the name of the ObjectGrid that houses the Map that
these changes apply to.
|
public
boolean | isDirty()
This method returns whether this LogSequence has any LogElements that
would "dirty" a Map.
|
public
boolean | isRollback()
Returns whether or not this LogSequence was generated to rollback
a transaction.
|
Method Detail |
public int size( | ) |
public Iterator getPendingChanges( | ) |
public Iterator getAllChanges( | ) |
public Iterator getChangesByTypes( | Collection types )
|
types
-
A Collection of LogElement Types (INSERT, UPDATE, etc)
public Iterator getChangesByKeys( | Collection keys )
|
keys
-
A collection of key objects
public String getMapName( | ) |
public String getObjectGridName( | ) |
public boolean isDirty( | ) |
public boolean isRollback( | ) |
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |