public abstract class SystemTask<T extends Serializable> extends Object implements SpaceTask<T>, Externalizable
| Constructor and Description | 
|---|
SystemTask()  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
execute(IJSpace spaceProxy,
       Transaction tx)  | 
abstract SpaceRequestInfo | 
getSpaceRequestInfo()  | 
void | 
readExternal(ObjectInput in)  | 
void | 
writeExternal(ObjectOutput out)  | 
public abstract SpaceRequestInfo getSpaceRequestInfo()
public T execute(IJSpace spaceProxy, Transaction tx) throws Exception
execute in interface SpaceTask<T extends Serializable>Exceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © GigaSpaces.