#include "tao/Object.h"#include "tao/IOP_IORC.h"Include dependency graph for GIOP_Utils.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
GIOP utility definitions
Carlos O' Ryan <coryan@uci.edu>
Definition in file GIOP_Utils.h.
|
|
|
|
|
All GIOP messages include a header and message type. Not really a message type, but needed to bring that information back somehow. Referenced by TAO_GIOP_Message_Lite::write_protocol_header(), and TAO_GIOP_Message_Base::write_protocol_header(). |
|
|
|
|
|
Definition at line 57 of file GIOP_Utils.h.
00058 {
00059 TAO_GIOP_UNKNOWN_OBJECT,
00060 TAO_GIOP_OBJECT_HERE,
00061 TAO_GIOP_OBJECT_FORWARD,
00062 TAO_GIOP_OBJECT_FORWARD_PERM, //GIOP1.2
00063 TAO_GIOP_LOC_SYSTEM_EXCEPTION, // GIOP1.2
00064 TAO_GIOP_LOC_NEEDS_ADDRESSING_MODE //GIOP 1.2
00065 }TAO_GIOP_Locate_Status_Type;
|
|
|
All GIOP messages include a header and message type. Not really a message type, but needed to bring that information back somehow.
Definition at line 43 of file GIOP_Utils.h.
00044 {
00045 // = GIOP message types.
00046 TAO_GIOP_REQUEST = 0, // sent by client.
00047 TAO_GIOP_REPLY = 1, // by server.
00048 TAO_GIOP_CANCELREQUEST = 2, // by client.
00049 TAO_GIOP_LOCATEREQUEST = 3, // by client.
00050 TAO_GIOP_LOCATEREPLY = 4,
00051 TAO_GIOP_CLOSECONNECTION = 5,
00052 TAO_GIOP_MESSAGERROR = 6, // by both.
00053 TAO_GIOP_FRAGMENT = 7 // by both.
00054 } TAO_GIOP_Message_Type;
|
|
|
Definition at line 90 of file GIOP_Utils.h.
00091 {
00092 /// Request completed successfully
00093 TAO_GIOP_NO_EXCEPTION,
00094
00095 /// Request terminated with user exception
00096 TAO_GIOP_USER_EXCEPTION,
00097
00098 /// Request terminated with system exception
00099 TAO_GIOP_SYSTEM_EXCEPTION,
00100
00101 /// Reply is a location forward type
00102 TAO_GIOP_LOCATION_FORWARD,
00103
00104 /// GIOP 1.2, Reply is a location forward perm type..
00105 TAO_GIOP_LOCATION_FORWARD_PERM,
00106
00107 /// GIOP1.2,
00108 TAO_GIOP_NEEDS_ADDRESSING_MODE
00109
00110 } TAO_GIOP_Reply_Status_Type;
|
|
|
Definition at line 31 of file GIOP_Utils.h. |
|
|
Definition at line 36 of file GIOP_Utils.h. |
1.3.6