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