Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


oracle.security.jps.service.policystore.info.distribution
Enum DistributionStatusEntry.State

java.lang.Object
  extended by java.lang.Enum<DistributionStatusEntry.State>
      extended by oracle.security.jps.service.policystore.info.distribution.DistributionStatusEntry.State

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DistributionStatusEntry.State>
Enclosing interface:
DistributionStatusEntry

public static enum DistributionStatusEntry.State
extends java.lang.Enum<DistributionStatusEntry.State>

Enum Constant Summary
COMMIT
           
CONNECT_PDP
           
DONE_FAILED
           
DONE_NO_PDP
           
DONE_NO_POLICY
           
DONE_SUCCESS
           
FAILED_TO_COMMIT
           
FAILED_TO_PREPARE
           
FAILED_TO_SEND_DATA
           
FAILED_TO_START
           
PREPARE
           
ROLLBACK
           
SEND_DATA
           
START_DISTRIBUTION
           

 

Method Summary
static DistributionStatusEntry.State valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DistributionStatusEntry.State[] 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

PREPARE

public static final DistributionStatusEntry.State PREPARE

START_DISTRIBUTION

public static final DistributionStatusEntry.State START_DISTRIBUTION

CONNECT_PDP

public static final DistributionStatusEntry.State CONNECT_PDP

SEND_DATA

public static final DistributionStatusEntry.State SEND_DATA

COMMIT

public static final DistributionStatusEntry.State COMMIT

ROLLBACK

public static final DistributionStatusEntry.State ROLLBACK

DONE_SUCCESS

public static final DistributionStatusEntry.State DONE_SUCCESS

DONE_NO_POLICY

public static final DistributionStatusEntry.State DONE_NO_POLICY

DONE_NO_PDP

public static final DistributionStatusEntry.State DONE_NO_PDP

DONE_FAILED

public static final DistributionStatusEntry.State DONE_FAILED

FAILED_TO_PREPARE

public static final DistributionStatusEntry.State FAILED_TO_PREPARE

FAILED_TO_START

public static final DistributionStatusEntry.State FAILED_TO_START

FAILED_TO_SEND_DATA

public static final DistributionStatusEntry.State FAILED_TO_SEND_DATA

FAILED_TO_COMMIT

public static final DistributionStatusEntry.State FAILED_TO_COMMIT

Method Detail

values

public static DistributionStatusEntry.State[] 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 (DistributionStatusEntry.State c : DistributionStatusEntry.State.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static DistributionStatusEntry.State 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

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.