org.csapi.fw
Class TpSvcUnavailReason

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

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

Generated from IDL definition of enum "TpSvcUnavailReason"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _SERVICE_UNAVAILABLE_CLOSED
           
static int _SERVICE_UNAVAILABLE_GATEWAY_FAILURE
           
static int _SERVICE_UNAVAILABLE_LOCAL_FAILURE
           
static int _SERVICE_UNAVAILABLE_OVERLOADED
           
static int _SERVICE_UNAVAILABLE_UNDEFINED
           
static TpSvcUnavailReason SERVICE_UNAVAILABLE_CLOSED
           
static TpSvcUnavailReason SERVICE_UNAVAILABLE_GATEWAY_FAILURE
           
static TpSvcUnavailReason SERVICE_UNAVAILABLE_LOCAL_FAILURE
           
static TpSvcUnavailReason SERVICE_UNAVAILABLE_OVERLOADED
           
static TpSvcUnavailReason SERVICE_UNAVAILABLE_UNDEFINED
           
 
Constructor Summary
protected TpSvcUnavailReason(int i)
           
 
Method Summary
static TpSvcUnavailReason 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

_SERVICE_UNAVAILABLE_UNDEFINED

public static final int _SERVICE_UNAVAILABLE_UNDEFINED
See Also:
Constant Field Values

SERVICE_UNAVAILABLE_UNDEFINED

public static final TpSvcUnavailReason SERVICE_UNAVAILABLE_UNDEFINED

_SERVICE_UNAVAILABLE_LOCAL_FAILURE

public static final int _SERVICE_UNAVAILABLE_LOCAL_FAILURE
See Also:
Constant Field Values

SERVICE_UNAVAILABLE_LOCAL_FAILURE

public static final TpSvcUnavailReason SERVICE_UNAVAILABLE_LOCAL_FAILURE

_SERVICE_UNAVAILABLE_GATEWAY_FAILURE

public static final int _SERVICE_UNAVAILABLE_GATEWAY_FAILURE
See Also:
Constant Field Values

SERVICE_UNAVAILABLE_GATEWAY_FAILURE

public static final TpSvcUnavailReason SERVICE_UNAVAILABLE_GATEWAY_FAILURE

_SERVICE_UNAVAILABLE_OVERLOADED

public static final int _SERVICE_UNAVAILABLE_OVERLOADED
See Also:
Constant Field Values

SERVICE_UNAVAILABLE_OVERLOADED

public static final TpSvcUnavailReason SERVICE_UNAVAILABLE_OVERLOADED

_SERVICE_UNAVAILABLE_CLOSED

public static final int _SERVICE_UNAVAILABLE_CLOSED
See Also:
Constant Field Values

SERVICE_UNAVAILABLE_CLOSED

public static final TpSvcUnavailReason SERVICE_UNAVAILABLE_CLOSED
Constructor Detail

TpSvcUnavailReason

protected TpSvcUnavailReason(int i)
Method Detail

value

public int value()

from_int

public static TpSvcUnavailReason from_int(int value)


Copyright © 2009. All Rights Reserved.