org.csapi.fw
Class TpFwUnavailReason

java.lang.Object
  extended by org.csapi.fw.TpFwUnavailReason
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class TpFwUnavailReason
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL definition of enum "TpFwUnavailReason"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _FW_UNAVAILABLE_CLOSED
           
static int _FW_UNAVAILABLE_GATEWAY_FAILURE
           
static int _FW_UNAVAILABLE_LOCAL_FAILURE
           
static int _FW_UNAVAILABLE_OVERLOADED
           
static int _FW_UNAVAILABLE_PROTOCOL_FAILURE
           
static int _FW_UNAVAILABLE_UNDEFINED
           
static TpFwUnavailReason FW_UNAVAILABLE_CLOSED
           
static TpFwUnavailReason FW_UNAVAILABLE_GATEWAY_FAILURE
           
static TpFwUnavailReason FW_UNAVAILABLE_LOCAL_FAILURE
           
static TpFwUnavailReason FW_UNAVAILABLE_OVERLOADED
           
static TpFwUnavailReason FW_UNAVAILABLE_PROTOCOL_FAILURE
           
static TpFwUnavailReason FW_UNAVAILABLE_UNDEFINED
           
 
Constructor Summary
protected TpFwUnavailReason(int i)
           
 
Method Summary
static TpFwUnavailReason from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_FW_UNAVAILABLE_UNDEFINED

public static final int _FW_UNAVAILABLE_UNDEFINED
See Also:
Constant Field Values

FW_UNAVAILABLE_UNDEFINED

public static final TpFwUnavailReason FW_UNAVAILABLE_UNDEFINED

_FW_UNAVAILABLE_LOCAL_FAILURE

public static final int _FW_UNAVAILABLE_LOCAL_FAILURE
See Also:
Constant Field Values

FW_UNAVAILABLE_LOCAL_FAILURE

public static final TpFwUnavailReason FW_UNAVAILABLE_LOCAL_FAILURE

_FW_UNAVAILABLE_GATEWAY_FAILURE

public static final int _FW_UNAVAILABLE_GATEWAY_FAILURE
See Also:
Constant Field Values

FW_UNAVAILABLE_GATEWAY_FAILURE

public static final TpFwUnavailReason FW_UNAVAILABLE_GATEWAY_FAILURE

_FW_UNAVAILABLE_OVERLOADED

public static final int _FW_UNAVAILABLE_OVERLOADED
See Also:
Constant Field Values

FW_UNAVAILABLE_OVERLOADED

public static final TpFwUnavailReason FW_UNAVAILABLE_OVERLOADED

_FW_UNAVAILABLE_CLOSED

public static final int _FW_UNAVAILABLE_CLOSED
See Also:
Constant Field Values

FW_UNAVAILABLE_CLOSED

public static final TpFwUnavailReason FW_UNAVAILABLE_CLOSED

_FW_UNAVAILABLE_PROTOCOL_FAILURE

public static final int _FW_UNAVAILABLE_PROTOCOL_FAILURE
See Also:
Constant Field Values

FW_UNAVAILABLE_PROTOCOL_FAILURE

public static final TpFwUnavailReason FW_UNAVAILABLE_PROTOCOL_FAILURE
Constructor Detail

TpFwUnavailReason

protected TpFwUnavailReason(int i)
Method Detail

value

public int value()

from_int

public static TpFwUnavailReason from_int(int value)


Copyright © 2009. All Rights Reserved.