org.omg.CosBridgeAdmin
Class ExternalEndpointErrorCode

java.lang.Object
  extended byorg.omg.CosBridgeAdmin.ExternalEndpointErrorCode
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class ExternalEndpointErrorCode
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of enum "ExternalEndpointErrorCode"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _INVALID_CHANNELID
           
static int _INVALID_JMSDESTINATION
           
static int _MISMATCH_ENDPOINTROLE_NOTIFSTYLE
           
static ExternalEndpointErrorCode INVALID_CHANNELID
           
static ExternalEndpointErrorCode INVALID_JMSDESTINATION
           
static ExternalEndpointErrorCode MISMATCH_ENDPOINTROLE_NOTIFSTYLE
           
 
Constructor Summary
protected ExternalEndpointErrorCode(int i)
           
 
Method Summary
static ExternalEndpointErrorCode from_int(int value)
           
 java.lang.String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_INVALID_CHANNELID

public static final int _INVALID_CHANNELID
See Also:
Constant Field Values

INVALID_CHANNELID

public static final ExternalEndpointErrorCode INVALID_CHANNELID

_INVALID_JMSDESTINATION

public static final int _INVALID_JMSDESTINATION
See Also:
Constant Field Values

INVALID_JMSDESTINATION

public static final ExternalEndpointErrorCode INVALID_JMSDESTINATION

_MISMATCH_ENDPOINTROLE_NOTIFSTYLE

public static final int _MISMATCH_ENDPOINTROLE_NOTIFSTYLE
See Also:
Constant Field Values

MISMATCH_ENDPOINTROLE_NOTIFSTYLE

public static final ExternalEndpointErrorCode MISMATCH_ENDPOINTROLE_NOTIFSTYLE
Constructor Detail

ExternalEndpointErrorCode

protected ExternalEndpointErrorCode(int i)
Method Detail

value

public int value()

from_int

public static ExternalEndpointErrorCode from_int(int value)

toString

public java.lang.String toString()