org.omg.GIOP
Class MsgType_1_0

java.lang.Object
  |
  +--org.omg.GIOP.MsgType_1_0
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

See Also:
Serialized Form

Field Summary
static int _CancelRequest
           
static int _CloseConnection
           
static int _LocateReply
           
static int _LocateRequest
           
static int _MessageError
           
static int _Reply
           
static int _Request
           
static MsgType_1_0 CancelRequest
           
static MsgType_1_0 CloseConnection
           
static MsgType_1_0 LocateReply
           
static MsgType_1_0 LocateRequest
           
static MsgType_1_0 MessageError
           
static MsgType_1_0 Reply
           
static MsgType_1_0 Request
           
 
Method Summary
static MsgType_1_0 from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Request

public static final int _Request

Request

public static final MsgType_1_0 Request

_Reply

public static final int _Reply

Reply

public static final MsgType_1_0 Reply

_CancelRequest

public static final int _CancelRequest

CancelRequest

public static final MsgType_1_0 CancelRequest

_LocateRequest

public static final int _LocateRequest

LocateRequest

public static final MsgType_1_0 LocateRequest

_LocateReply

public static final int _LocateReply

LocateReply

public static final MsgType_1_0 LocateReply

_CloseConnection

public static final int _CloseConnection

CloseConnection

public static final MsgType_1_0 CloseConnection

_MessageError

public static final int _MessageError

MessageError

public static final MsgType_1_0 MessageError
Method Detail

value

public int value()

from_int

public static MsgType_1_0 from_int(int value)