com.fatwire.realtime.util
Enum RealTimeConstants.PublishingTasks
java.lang.Object
java.lang.Enum<RealTimeConstants.PublishingTasks>
com.fatwire.realtime.util.RealTimeConstants.PublishingTasks
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<RealTimeConstants.PublishingTasks>
- Enclosing class:
- RealTimeConstants
public static enum RealTimeConstants.PublishingTasks
- extends java.lang.Enum<RealTimeConstants.PublishingTasks>
Complete listing of all RealTime Publishing tasks. GATHERER, PACKAGER, and TRANSPORTER are executed
on the source. UNPACKER and CACHEUPDATER are executed on the target.
Session lifecycle events are identified as SESSION.
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
GATHERER
public static final RealTimeConstants.PublishingTasks GATHERER
PACKAGER
public static final RealTimeConstants.PublishingTasks PACKAGER
TRANSPORTER
public static final RealTimeConstants.PublishingTasks TRANSPORTER
UNPACKER
public static final RealTimeConstants.PublishingTasks UNPACKER
CACHEUPDATER
public static final RealTimeConstants.PublishingTasks CACHEUPDATER
SESSION
public static final RealTimeConstants.PublishingTasks SESSION
values
public static final RealTimeConstants.PublishingTasks[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(RealTimeConstants.PublishingTasks c : RealTimeConstants.PublishingTasks.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static RealTimeConstants.PublishingTasks valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
Copyright (c) 2003 - 2011 FatWire Corporation All Rights Reserved.