org.csapi.fw
Class TpSvcAvailStatusReason

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

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

Generated from IDL definition of enum "TpSvcAvailStatusReason"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _SVC_AVAILABLE
           
static int _SVC_UNAVAILABLE_CLOSED
           
static int _SVC_UNAVAILABLE_GATEWAY_FAILURE
           
static int _SVC_UNAVAILABLE_LOCAL_FAILURE
           
static int _SVC_UNAVAILABLE_NO_RESPONSE
           
static int _SVC_UNAVAILABLE_OVERLOADED
           
static int _SVC_UNAVAILABLE_SW_UPGRADE
           
static int _SVC_UNAVAILABLE_UNDEFINED
           
static TpSvcAvailStatusReason SVC_AVAILABLE
           
static TpSvcAvailStatusReason SVC_UNAVAILABLE_CLOSED
           
static TpSvcAvailStatusReason SVC_UNAVAILABLE_GATEWAY_FAILURE
           
static TpSvcAvailStatusReason SVC_UNAVAILABLE_LOCAL_FAILURE
           
static TpSvcAvailStatusReason SVC_UNAVAILABLE_NO_RESPONSE
           
static TpSvcAvailStatusReason SVC_UNAVAILABLE_OVERLOADED
           
static TpSvcAvailStatusReason SVC_UNAVAILABLE_SW_UPGRADE
           
static TpSvcAvailStatusReason SVC_UNAVAILABLE_UNDEFINED
           
 
Constructor Summary
protected TpSvcAvailStatusReason(int i)
           
 
Method Summary
static TpSvcAvailStatusReason 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

_SVC_UNAVAILABLE_UNDEFINED

public static final int _SVC_UNAVAILABLE_UNDEFINED
See Also:
Constant Field Values

SVC_UNAVAILABLE_UNDEFINED

public static final TpSvcAvailStatusReason SVC_UNAVAILABLE_UNDEFINED

_SVC_UNAVAILABLE_LOCAL_FAILURE

public static final int _SVC_UNAVAILABLE_LOCAL_FAILURE
See Also:
Constant Field Values

SVC_UNAVAILABLE_LOCAL_FAILURE

public static final TpSvcAvailStatusReason SVC_UNAVAILABLE_LOCAL_FAILURE

_SVC_UNAVAILABLE_GATEWAY_FAILURE

public static final int _SVC_UNAVAILABLE_GATEWAY_FAILURE
See Also:
Constant Field Values

SVC_UNAVAILABLE_GATEWAY_FAILURE

public static final TpSvcAvailStatusReason SVC_UNAVAILABLE_GATEWAY_FAILURE

_SVC_UNAVAILABLE_OVERLOADED

public static final int _SVC_UNAVAILABLE_OVERLOADED
See Also:
Constant Field Values

SVC_UNAVAILABLE_OVERLOADED

public static final TpSvcAvailStatusReason SVC_UNAVAILABLE_OVERLOADED

_SVC_UNAVAILABLE_CLOSED

public static final int _SVC_UNAVAILABLE_CLOSED
See Also:
Constant Field Values

SVC_UNAVAILABLE_CLOSED

public static final TpSvcAvailStatusReason SVC_UNAVAILABLE_CLOSED

_SVC_UNAVAILABLE_NO_RESPONSE

public static final int _SVC_UNAVAILABLE_NO_RESPONSE
See Also:
Constant Field Values

SVC_UNAVAILABLE_NO_RESPONSE

public static final TpSvcAvailStatusReason SVC_UNAVAILABLE_NO_RESPONSE

_SVC_UNAVAILABLE_SW_UPGRADE

public static final int _SVC_UNAVAILABLE_SW_UPGRADE
See Also:
Constant Field Values

SVC_UNAVAILABLE_SW_UPGRADE

public static final TpSvcAvailStatusReason SVC_UNAVAILABLE_SW_UPGRADE

_SVC_AVAILABLE

public static final int _SVC_AVAILABLE
See Also:
Constant Field Values

SVC_AVAILABLE

public static final TpSvcAvailStatusReason SVC_AVAILABLE
Constructor Detail

TpSvcAvailStatusReason

protected TpSvcAvailStatusReason(int i)
Method Detail

value

public int value()

from_int

public static TpSvcAvailStatusReason from_int(int value)


Copyright © 2008. All Rights Reserved.