OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / CORBA / Interceptor / gnuClientRequestInfo.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_CORBA_Interceptor_gnuClientRequestInfo__
5 #define __gnu_CORBA_Interceptor_gnuClientRequestInfo__
6
7 #pragma interface
8
9 #include <org/omg/CORBA/LocalObject.h>
10 #include <gcj/array.h>
11
12 extern "Java"
13 {
14   namespace gnu
15   {
16     namespace CORBA
17     {
18       namespace Interceptor
19       {
20           class gnuClientRequestInfo;
21       }
22         class gnuRequest;
23     }
24   }
25   namespace org
26   {
27     namespace omg
28     {
29       namespace CORBA
30       {
31           class Any;
32           class Object;
33           class Policy;
34           class TypeCode;
35       }
36       namespace Dynamic
37       {
38           class Parameter;
39       }
40       namespace IOP
41       {
42           class ServiceContext;
43           class TaggedComponent;
44           class TaggedProfile;
45       }
46     }
47   }
48 }
49
50 class gnu::CORBA::Interceptor::gnuClientRequestInfo : public ::org::omg::CORBA::LocalObject
51 {
52
53 public:
54   gnuClientRequestInfo(::gnu::CORBA::gnuRequest *);
55   virtual void add_request_service_context(::org::omg::IOP::ServiceContext *, jboolean);
56   virtual ::org::omg::IOP::TaggedProfile * effective_profile();
57   virtual ::org::omg::CORBA::Object * effective_target();
58   virtual ::org::omg::IOP::TaggedComponent * get_effective_component(jint);
59   virtual JArray< ::org::omg::IOP::TaggedComponent * > * get_effective_components(jint);
60   virtual ::org::omg::CORBA::Policy * get_request_policy(jint);
61   virtual ::java::lang::String * received_exception_id();
62   virtual ::org::omg::CORBA::Any * received_exception();
63   virtual ::org::omg::CORBA::Object * target();
64   virtual JArray< ::org::omg::Dynamic::Parameter * > * arguments();
65   virtual ::org::omg::CORBA::Any * result();
66   virtual JArray< ::java::lang::String * > * contexts();
67   virtual JArray< ::org::omg::CORBA::TypeCode * > * exceptions();
68   virtual ::org::omg::CORBA::Object * forward_reference();
69   virtual JArray< ::java::lang::String * > * operation_context();
70   virtual ::org::omg::CORBA::Any * get_slot(jint);
71   virtual ::java::lang::String * operation();
72   virtual jshort reply_status();
73   virtual jint request_id();
74   virtual jboolean response_expected();
75   virtual jshort sync_scope();
76   virtual ::org::omg::IOP::ServiceContext * get_reply_service_context(jint);
77   virtual ::org::omg::IOP::ServiceContext * get_request_service_context(jint);
78 private:
79   static const jlong serialVersionUID = 1LL;
80   ::gnu::CORBA::gnuRequest * __attribute__((aligned(__alignof__( ::org::omg::CORBA::LocalObject)))) request;
81 public:
82   ::org::omg::CORBA::Any * m_wrapped_exception;
83   static ::java::lang::Class class$;
84 };
85
86 #endif // __gnu_CORBA_Interceptor_gnuClientRequestInfo__