OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / CORBA / Interceptor / IORInterceptors.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_CORBA_Interceptor_IORInterceptors__
5 #define __gnu_CORBA_Interceptor_IORInterceptors__
6
7 #pragma interface
8
9 #include <java/lang/Object.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 IORInterceptors;
21           class Registrator;
22       }
23     }
24   }
25   namespace org
26   {
27     namespace omg
28     {
29       namespace PortableInterceptor
30       {
31           class IORInfo;
32           class IORInterceptor;
33           class ObjectReferenceTemplate;
34       }
35     }
36   }
37 }
38
39 class gnu::CORBA::Interceptor::IORInterceptors : public ::java::lang::Object
40 {
41
42 public:
43   IORInterceptors(::gnu::CORBA::Interceptor::Registrator *);
44   virtual void establish_components(::org::omg::PortableInterceptor::IORInfo *);
45   virtual void destroy();
46   virtual ::java::lang::String * name();
47   virtual void adapter_manager_state_changed(jint, jshort);
48   virtual void adapter_state_changed(JArray< ::org::omg::PortableInterceptor::ObjectReferenceTemplate * > *, jshort);
49   virtual void components_established(::org::omg::PortableInterceptor::IORInfo *);
50 private:
51   JArray< ::org::omg::PortableInterceptor::IORInterceptor * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) interceptors;
52 public:
53   static ::java::lang::Class class$;
54 };
55
56 #endif // __gnu_CORBA_Interceptor_IORInterceptors__