public class GlobalOrderProcessResult extends Object implements IProcessResult
Modifier and Type | Field and Description |
---|---|
static GlobalOrderProcessResult |
OK |
Constructor and Description |
---|
GlobalOrderProcessResult() |
GlobalOrderProcessResult(boolean processed) |
GlobalOrderProcessResult(Throwable error,
long lastProcessedKey) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getError() |
long |
getLastProcessedKey() |
boolean |
isProcessed() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public static final GlobalOrderProcessResult OK
public GlobalOrderProcessResult()
public GlobalOrderProcessResult(boolean processed)
public GlobalOrderProcessResult(Throwable error, long lastProcessedKey)
public boolean isProcessed()
public long getLastProcessedKey()
public Throwable getError()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © GigaSpaces.