public static enum IConcurrentFactory.ScheduledExecServices extends Enum<IConcurrentFactory.ScheduledExecServices>
| Enum Constant and Description |
|---|
ApplicationSession |
ConnectionTimer |
DuplicationMessageTimer |
PeerOverloadTimer |
ProcessingMessageTimer |
RedirectMessageTimer |
StatisticTimer |
| Modifier and Type | Method and Description |
|---|---|
static IConcurrentFactory.ScheduledExecServices |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IConcurrentFactory.ScheduledExecServices[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IConcurrentFactory.ScheduledExecServices ProcessingMessageTimer
public static final IConcurrentFactory.ScheduledExecServices RedirectMessageTimer
public static final IConcurrentFactory.ScheduledExecServices DuplicationMessageTimer
public static final IConcurrentFactory.ScheduledExecServices PeerOverloadTimer
public static final IConcurrentFactory.ScheduledExecServices ConnectionTimer
public static final IConcurrentFactory.ScheduledExecServices StatisticTimer
public static final IConcurrentFactory.ScheduledExecServices ApplicationSession
public static IConcurrentFactory.ScheduledExecServices[] values()
for (IConcurrentFactory.ScheduledExecServices c : IConcurrentFactory.ScheduledExecServices.values()) System.out.println(c);
public static IConcurrentFactory.ScheduledExecServices valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016. All Rights Reserved.