Classes | Defines | Typedefs | Enumerations | Variables

Messaging.h File Reference

#include "tao/Messaging/messaging_export.h"
#include "tao/Messaging/MessagingC.h"
#include "tao/Messaging/MessagingA.h"
#include "tao/Messaging/TAO_ExtC.h"
#include "tao/Policy_CurrentC.h"
#include "tao/Policy_ManagerC.h"
#include "tao/TAOC.h"
Include dependency graph for Messaging.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TAO_Messaging_Initializer

Defines

#define TAO_MESSAGING_SAFE_INCLUDE

Typedefs

typedef void(* TAO_Reply_Handler_Stub )(TAO_InputCDR &, Messaging::ReplyHandler_ptr, CORBA::ULong reply_status)

Enumerations

enum  TAO_AMI_Reply_Status {
  TAO_AMI_REPLY_OK, TAO_AMI_REPLY_NOT_OK, TAO_AMI_REPLY_USER_EXCEPTION, TAO_AMI_REPLY_SYSTEM_EXCEPTION,
  TAO_AMI_REPLY_LOCATION_FORWARD, TAO_AMI_REPLY_LOCATION_FORWARD_PERM
}

Variables

static int TAO_Requires_Messaging_Initializer = TAO_Messaging_Initializer::init ()

Detailed Description

Id:
Messaging.h 79859 2007-10-25 13:08:22Z mesnier_p

Include all the required headers to use CORBA Messaging easily.

Author:
Carlos O'Ryan <coryan@uci.edu>

Definition in file Messaging.h.


Define Documentation

#define TAO_MESSAGING_SAFE_INCLUDE

Definition at line 22 of file Messaging.h.


Typedef Documentation

typedef void(* TAO_Reply_Handler_Stub)(TAO_InputCDR &, Messaging::ReplyHandler_ptr, CORBA::ULong reply_status)

Definition at line 71 of file Messaging.h.


Enumeration Type Documentation

Enumerator:
TAO_AMI_REPLY_OK 

Reply is normal.

TAO_AMI_REPLY_NOT_OK 

Reply is not normal and no exceptions.

TAO_AMI_REPLY_USER_EXCEPTION 

An user exception was raised.

TAO_AMI_REPLY_SYSTEM_EXCEPTION 

An system exception was raised.

TAO_AMI_REPLY_LOCATION_FORWARD 

A location forward exception was raised.

TAO_AMI_REPLY_LOCATION_FORWARD_PERM 

A location forward perm exception was raised.

Definition at line 49 of file Messaging.h.

{
  /// Reply is normal.
  TAO_AMI_REPLY_OK,

  /// Reply is not normal and no exceptions
  TAO_AMI_REPLY_NOT_OK,

  /// An user exception was raised.
  TAO_AMI_REPLY_USER_EXCEPTION,

  /// An system exception was raised.
  TAO_AMI_REPLY_SYSTEM_EXCEPTION,

  /// A location forward exception was raised.
  TAO_AMI_REPLY_LOCATION_FORWARD,

  /// A location forward perm exception was raised.
  TAO_AMI_REPLY_LOCATION_FORWARD_PERM
};


Variable Documentation

int TAO_Requires_Messaging_Initializer = TAO_Messaging_Initializer::init () [static]

Definition at line 42 of file Messaging.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines