org.ourgrid.common.executor
Interface ExecutorHandle
- All Superinterfaces:
- java.lang.Comparable, java.io.Serializable
- All Known Implementing Classes:
- IntegerExecutorHandle
public interface ExecutorHandle
- extends java.io.Serializable, java.lang.Comparable
This interface defines a handle used to identify a command execution. In
general, implementations of this interface are used like keys in Maps of
processes to identify each process in the map.
Methods inherited from interface java.lang.Comparable |
compareTo |
serialVersionUID
static final long serialVersionUID
- Serial identification of the class. It need to be changed only if the
class interface is changed.
- See Also:
- Constant Field Values