Enum SyncPoint

java.lang.Object
java.lang.Enum<SyncPoint>
org.see.skf.core.SyncPoint
All Implemented Interfaces:
Serializable, Comparable<SyncPoint>

public enum SyncPoint extends Enum<SyncPoint>
An enum representation of all supported synchronization points in the SpaceFOM standard.
Since:
1.5
  • Enum Constant Details

    • INITIALIZATION_STARTED

      public static final SyncPoint INITIALIZATION_STARTED
    • INITIALIZATION_COMPLETED

      public static final SyncPoint INITIALIZATION_COMPLETED
    • OBJECTS_DISCOVERED

      public static final SyncPoint OBJECTS_DISCOVERED
    • ROOT_FRAME_DISCOVERED

      public static final SyncPoint ROOT_FRAME_DISCOVERED
    • MTR_RUN

      public static final SyncPoint MTR_RUN
    • MTR_FREEZE

      public static final SyncPoint MTR_FREEZE
    • MTR_SHUTDOWN

      public static final SyncPoint MTR_SHUTDOWN
    • MPI_1

      public static final SyncPoint MPI_1
    • MPI_2

      public static final SyncPoint MPI_2
  • Method Details

    • values

      public static SyncPoint[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static SyncPoint valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • query

      public static SyncPoint query(String value)
    • resetAll

      public static void resetAll()
    • getLabel

      public String getLabel()
    • isFederationSynchronized

      public boolean isFederationSynchronized()
    • reset

      public void reset()
    • isRegistered

      public boolean isRegistered()
    • isAnnounced

      public boolean isAnnounced()
    • isAchieved

      public boolean isAchieved()
    • registrationSucceeded

      public boolean registrationSucceeded()