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)  | 
public GlobalOrderProcessStatus()
public GlobalOrderProcessStatus(long lastProcessedKey,
                                Throwable error)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic long getLastProcessedKey()
public boolean hasPendingError()
public Throwable getError()
public boolean isOk()
Copyright © GigaSpaces.