Oracle Fusion Middleware User Messaging Service 11.1.1.3.0 Java API Reference
E14011-02

oracle.sdp.messaging.driver
Enum WorkingStateType

java.lang.Object
  extended by java.lang.Enum<WorkingStateType>
      extended by oracle.sdp.messaging.driver.WorkingStateType
All Implemented Interfaces:
Serializable, java.lang.Comparable<WorkingStateType>

public enum WorkingStateType
extends java.lang.Enum<WorkingStateType>


Enum Constant Summary
FATAL_FAILURE
           
INITIALIZING
           
NON_FATAL_FAILURE
           
RECEIVING_ONLY_FATAL_FAILURE
           
RECEIVING_ONLY_NON_FATAL_FAILURE
           
RUNNING
           
SENDING_ONLY_FATAL_FAILURE
           
SENDING_ONLY_NON_FATAL_FAILURE
           
STOPPED
           
 
Method Summary
static WorkingStateType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WorkingStateType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

FATAL_FAILURE

public static final WorkingStateType FATAL_FAILURE

INITIALIZING

public static final WorkingStateType INITIALIZING

NON_FATAL_FAILURE

public static final WorkingStateType NON_FATAL_FAILURE

RECEIVING_ONLY_FATAL_FAILURE

public static final WorkingStateType RECEIVING_ONLY_FATAL_FAILURE

RECEIVING_ONLY_NON_FATAL_FAILURE

public static final WorkingStateType RECEIVING_ONLY_NON_FATAL_FAILURE

RUNNING

public static final WorkingStateType RUNNING

SENDING_ONLY_FATAL_FAILURE

public static final WorkingStateType SENDING_ONLY_FATAL_FAILURE

SENDING_ONLY_NON_FATAL_FAILURE

public static final WorkingStateType SENDING_ONLY_NON_FATAL_FAILURE

STOPPED

public static final WorkingStateType STOPPED
Method Detail

valueOf

public static WorkingStateType 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
java.lang.NullPointerException - if the argument is null

values

public static WorkingStateType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (WorkingStateType c : WorkingStateType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

Oracle Fusion Middleware User Messaging Service 11.1.1.3.0 Java API Reference
E14011-02

Copyright © 2010 Oracle and/or its affiliates. All rights reserved.