public abstract class SystemTask<T extends Serializable> extends Object implements SpaceTask<T>, SmartExternalizable
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public abstract SpaceRequestInfo getSpaceRequestInfo()
public T execute(IJSpace spaceProxy, Transaction tx) throws Exception
execute
in interface SpaceTask<T extends Serializable>
Exception
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
Copyright © GigaSpaces.