Interface ISpaceState

All Known Implementing Classes:
JSpaceState

public interface ISpaceState
Defines a set of constants that gives an information on the state of a JavaSpace.
Since:
4.0
Version:
1.0
Author:
Michael Konnikov
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Service has been aborted.
    static final int
    Service is during abort process
    static final int
    Service is started.
    static final int
    Service is starting.
    static final int
    Service is stopped.
    static final int
    Service is unreachable.
  • Field Details