public enum SynchronizationPoint extends java.lang.Enum<SynchronizationPoint>
Enum Constant and Description |
---|
INITIALIZATION_COMPLETED |
INITIALIZATION_STARTED |
MPI1 |
MPI2 |
MTR_FREEZE |
MTR_RUN |
MTR_SHUTDOWN |
OBJECTS_DISCOVERED |
Modifier and Type | Method and Description |
---|---|
boolean |
federationIsSynchronized() |
void |
federationIsSynchronized(boolean value) |
java.lang.String |
getValue() |
boolean |
isAnnounced() |
void |
isAnnounced(boolean value) |
boolean |
isRegistered() |
void |
isRegistered(boolean value) |
static SynchronizationPoint |
lookup(java.lang.String value) |
void |
resetProperties() |
static SynchronizationPoint |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SynchronizationPoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SynchronizationPoint INITIALIZATION_STARTED
public static final SynchronizationPoint INITIALIZATION_COMPLETED
public static final SynchronizationPoint OBJECTS_DISCOVERED
public static final SynchronizationPoint MTR_RUN
public static final SynchronizationPoint MTR_FREEZE
public static final SynchronizationPoint MTR_SHUTDOWN
public static final SynchronizationPoint MPI1
public static final SynchronizationPoint MPI2
public static SynchronizationPoint[] values()
for (SynchronizationPoint c : SynchronizationPoint.values()) System.out.println(c);
public static SynchronizationPoint valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static SynchronizationPoint lookup(java.lang.String value)
public java.lang.String getValue()
public void isAnnounced(boolean value)
public void federationIsSynchronized(boolean value)
public boolean isAnnounced()
public boolean federationIsSynchronized()
public void isRegistered(boolean value)
public boolean isRegistered()
public void resetProperties()
Author: SMASH LAB - University of Calabria (UNICAL)