|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ethz.mxquery.model.updatePrimitives.PendingUpdateList
public class PendingUpdateList
Constructor Summary | |
---|---|
PendingUpdateList(QueryLocation loc)
|
Method Summary | |
---|---|
void |
add(UpdatePrimitive up)
|
void |
apply()
Applies all updates. |
boolean |
checkStoreUsage(Set stores)
Check if all the updates contained in the PUL are working against the stores given as parameter |
void |
clear()
Removes all update primitives from this pending update list. |
void |
merge(PendingUpdateList pul)
Merges the a pending updating list with this list |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PendingUpdateList(QueryLocation loc)
Method Detail |
---|
public void add(UpdatePrimitive up) throws MXQueryException
MXQueryException
public void apply() throws MXQueryException
MXQueryException
public void clear()
public void merge(PendingUpdateList pul) throws MXQueryException
pul
- pending update list that has to be merge to this
.
MXQueryException
public boolean checkStoreUsage(Set stores)
stores
- Set of stores to check
|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |