Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

GIOP_Utils.h File Reference

GIOP_Utils.h,v 1.14 2002/05/27 06:26:47 jwillemsen Exp. More...

#include "ace/pre.h"
#include "tao/Object.h"
#include "tao/IOPC.h"
#include "ace/post.h"

Include dependency graph for GIOP_Utils.h:

Include dependency graph

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

Included by dependency graph

Compounds

class  TAO_GIOP_Locate_Status_Msg
 Hold the relevant information for every type of Locate mesg. More...

class  TAO_GIOP_ReplyHeader
 This class embodies the header of a GIOP reply. @Not used. Could be used in future. More...

class  TAO_GIOP_Utils
 Utility class that has some commonly used methods for both GIOP Base & GIOP lite. More...


Typedefs

typedef enum GIOP_Messages TAO_GIOP_Message_Type
typedef enum GIOP_LocateStatusType TAO_GIOP_Locate_Status_Type
typedef enum GIOP_ReplyStatusType TAO_GIOP_Reply_Status_Type

Enumerations

enum  GIOP_Messages {
  TAO_GIOP_REQUEST = 0, TAO_GIOP_REPLY = 1, TAO_GIOP_CANCELREQUEST = 2, TAO_GIOP_LOCATEREQUEST = 3,
  TAO_GIOP_LOCATEREPLY = 4, TAO_GIOP_CLOSECONNECTION = 5, TAO_GIOP_MESSAGERROR = 6, TAO_GIOP_FRAGMENT = 7
}
enum  GIOP_LocateStatusType {
  TAO_GIOP_UNKNOWN_OBJECT, TAO_GIOP_OBJECT_HERE, TAO_GIOP_OBJECT_FORWARD, TAO_GIOP_OBJECT_FORWARD_PERM,
  TAO_GIOP_LOC_SYSTEM_EXCEPTION, TAO_GIOP_LOC_NEEDS_ADDRESSING_MODE
}
enum  GIOP_ReplyStatusType {
  TAO_GIOP_NO_EXCEPTION, TAO_GIOP_USER_EXCEPTION, TAO_GIOP_SYSTEM_EXCEPTION, TAO_GIOP_LOCATION_FORWARD,
  TAO_GIOP_LOCATION_FORWARD_PERM, TAO_GIOP_NEEDS_ADDRESSING_MODE
}

Detailed Description

GIOP_Utils.h,v 1.14 2002/05/27 06:26:47 jwillemsen Exp.

GIOP utility definitions

Author:
Chris Cleeland <[email protected]> Carlos O' Ryan <[email protected]>

Typedef Documentation

typedef enum GIOP_LocateStatusType TAO_GIOP_Locate_Status_Type
 

typedef enum GIOP_Messages TAO_GIOP_Message_Type
 

typedef enum GIOP_ReplyStatusType TAO_GIOP_Reply_Status_Type
 


Enumeration Type Documentation

enum GIOP_LocateStatusType
 

Enumeration values:
TAO_GIOP_UNKNOWN_OBJECT 
TAO_GIOP_OBJECT_HERE 
TAO_GIOP_OBJECT_FORWARD 
TAO_GIOP_OBJECT_FORWARD_PERM 
TAO_GIOP_LOC_SYSTEM_EXCEPTION 
TAO_GIOP_LOC_NEEDS_ADDRESSING_MODE 

enum GIOP_Messages
 

Enumeration values:
TAO_GIOP_REQUEST 
TAO_GIOP_REPLY 
TAO_GIOP_CANCELREQUEST 
TAO_GIOP_LOCATEREQUEST 
TAO_GIOP_LOCATEREPLY 
TAO_GIOP_CLOSECONNECTION 
TAO_GIOP_MESSAGERROR 
TAO_GIOP_FRAGMENT 

enum GIOP_ReplyStatusType
 

Enumeration values:
TAO_GIOP_NO_EXCEPTION  Request completed successfully.
TAO_GIOP_USER_EXCEPTION  Request terminated with user exception.
TAO_GIOP_SYSTEM_EXCEPTION  Request terminated with system exception.
TAO_GIOP_LOCATION_FORWARD  Reply is a location forward type.
TAO_GIOP_LOCATION_FORWARD_PERM  GIOP 1.2, Reply is a location forward perm type..
TAO_GIOP_NEEDS_ADDRESSING_MODE  GIOP1.2,.


Generated on Thu Oct 10 17:49:40 2002 for TAO by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001