1 |
756 |
jeremybenn |
|
2 |
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
3 |
|
|
|
4 |
|
|
#ifndef __gnu_CORBA_Poa_LocalDelegate__
|
5 |
|
|
#define __gnu_CORBA_Poa_LocalDelegate__
|
6 |
|
|
|
7 |
|
|
#pragma interface
|
8 |
|
|
|
9 |
|
|
#include <org/omg/CORBA_2_3/portable/Delegate.h>
|
10 |
|
|
#include <gcj/array.h>
|
11 |
|
|
|
12 |
|
|
extern "Java"
|
13 |
|
|
{
|
14 |
|
|
namespace gnu
|
15 |
|
|
{
|
16 |
|
|
namespace CORBA
|
17 |
|
|
{
|
18 |
|
|
class IOR;
|
19 |
|
|
namespace Poa
|
20 |
|
|
{
|
21 |
|
|
class LocalDelegate;
|
22 |
|
|
class gnuPOA;
|
23 |
|
|
class gnuServantObject;
|
24 |
|
|
}
|
25 |
|
|
}
|
26 |
|
|
}
|
27 |
|
|
namespace org
|
28 |
|
|
{
|
29 |
|
|
namespace omg
|
30 |
|
|
{
|
31 |
|
|
namespace CORBA
|
32 |
|
|
{
|
33 |
|
|
class Context;
|
34 |
|
|
class ContextList;
|
35 |
|
|
class ExceptionList;
|
36 |
|
|
class NVList;
|
37 |
|
|
class NamedValue;
|
38 |
|
|
class ORB;
|
39 |
|
|
class Object;
|
40 |
|
|
class Request;
|
41 |
|
|
namespace portable
|
42 |
|
|
{
|
43 |
|
|
class InputStream;
|
44 |
|
|
class InvokeHandler;
|
45 |
|
|
class OutputStream;
|
46 |
|
|
}
|
47 |
|
|
}
|
48 |
|
|
namespace PortableServer
|
49 |
|
|
{
|
50 |
|
|
namespace ServantLocatorPackage
|
51 |
|
|
{
|
52 |
|
|
class CookieHolder;
|
53 |
|
|
}
|
54 |
|
|
}
|
55 |
|
|
}
|
56 |
|
|
}
|
57 |
|
|
}
|
58 |
|
|
|
59 |
|
|
class gnu::CORBA::Poa::LocalDelegate : public ::org::omg::CORBA_2_3::portable::Delegate
|
60 |
|
|
{
|
61 |
|
|
|
62 |
|
|
public:
|
63 |
|
|
LocalDelegate(::gnu::CORBA::Poa::gnuServantObject *, ::gnu::CORBA::Poa::gnuPOA *, JArray< jbyte > *);
|
64 |
|
|
virtual ::gnu::CORBA::IOR * getIor();
|
65 |
|
|
virtual ::org::omg::CORBA::Request * request(::org::omg::CORBA::Object *, ::java::lang::String *);
|
66 |
|
|
virtual void release(::org::omg::CORBA::Object *);
|
67 |
|
|
virtual jboolean is_equivalent(::org::omg::CORBA::Object *, ::org::omg::CORBA::Object *);
|
68 |
|
|
virtual jboolean non_existent(::org::omg::CORBA::Object *);
|
69 |
|
|
virtual jint hash(::org::omg::CORBA::Object *, jint);
|
70 |
|
|
virtual jboolean is_a(::org::omg::CORBA::Object *, ::java::lang::String *);
|
71 |
|
|
virtual ::org::omg::CORBA::Object * duplicate(::org::omg::CORBA::Object *);
|
72 |
|
|
virtual ::org::omg::CORBA::Request * create_request(::org::omg::CORBA::Object *, ::org::omg::CORBA::Context *, ::java::lang::String *, ::org::omg::CORBA::NVList *, ::org::omg::CORBA::NamedValue *, ::org::omg::CORBA::ExceptionList *, ::org::omg::CORBA::ContextList *);
|
73 |
|
|
virtual ::org::omg::CORBA::Request * create_request(::org::omg::CORBA::Object *, ::org::omg::CORBA::Context *, ::java::lang::String *, ::org::omg::CORBA::NVList *, ::org::omg::CORBA::NamedValue *);
|
74 |
|
|
virtual ::org::omg::CORBA::Object * get_interface_def(::org::omg::CORBA::Object *);
|
75 |
|
|
virtual ::org::omg::CORBA::portable::OutputStream * request(::org::omg::CORBA::Object *, ::java::lang::String *, jboolean);
|
76 |
|
|
virtual ::org::omg::CORBA::portable::InvokeHandler * getHandler(::java::lang::String *, ::org::omg::PortableServer::ServantLocatorPackage::CookieHolder *);
|
77 |
|
|
virtual ::org::omg::CORBA::ORB * orb(::org::omg::CORBA::Object *);
|
78 |
|
|
virtual ::org::omg::CORBA::portable::InputStream * invoke(::org::omg::CORBA::Object *, ::org::omg::CORBA::portable::OutputStream *);
|
79 |
|
|
virtual void releaseReply(::org::omg::CORBA::Object *, ::org::omg::CORBA::portable::InputStream *);
|
80 |
|
|
public: // actually package-private
|
81 |
|
|
::gnu::CORBA::Poa::gnuServantObject * __attribute__((aligned(__alignof__( ::org::omg::CORBA_2_3::portable::Delegate)))) object;
|
82 |
|
|
::java::lang::String * operation;
|
83 |
|
|
public:
|
84 |
|
|
::gnu::CORBA::Poa::gnuPOA * poa;
|
85 |
|
|
public: // actually package-private
|
86 |
|
|
JArray< jbyte > * Id;
|
87 |
|
|
public:
|
88 |
|
|
static ::java::lang::Class class$;
|
89 |
|
|
};
|
90 |
|
|
|
91 |
|
|
#endif // __gnu_CORBA_Poa_LocalDelegate__
|