1 |
761 |
jeremybenn |
|
2 |
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
3 |
|
|
|
4 |
|
|
#ifndef __org_omg_CORBA_portable_Delegate__
|
5 |
|
|
#define __org_omg_CORBA_portable_Delegate__
|
6 |
|
|
|
7 |
|
|
#pragma interface
|
8 |
|
|
|
9 |
|
|
#include <java/lang/Object.h>
|
10 |
|
|
#include <gcj/array.h>
|
11 |
|
|
|
12 |
|
|
extern "Java"
|
13 |
|
|
{
|
14 |
|
|
namespace org
|
15 |
|
|
{
|
16 |
|
|
namespace omg
|
17 |
|
|
{
|
18 |
|
|
namespace CORBA
|
19 |
|
|
{
|
20 |
|
|
class Context;
|
21 |
|
|
class ContextList;
|
22 |
|
|
class DomainManager;
|
23 |
|
|
class ExceptionList;
|
24 |
|
|
class NVList;
|
25 |
|
|
class NamedValue;
|
26 |
|
|
class ORB;
|
27 |
|
|
class Object;
|
28 |
|
|
class Policy;
|
29 |
|
|
class Request;
|
30 |
|
|
class SetOverrideType;
|
31 |
|
|
namespace portable
|
32 |
|
|
{
|
33 |
|
|
class Delegate;
|
34 |
|
|
class InputStream;
|
35 |
|
|
class OutputStream;
|
36 |
|
|
class ServantObject;
|
37 |
|
|
}
|
38 |
|
|
}
|
39 |
|
|
}
|
40 |
|
|
}
|
41 |
|
|
}
|
42 |
|
|
|
43 |
|
|
class org::omg::CORBA::portable::Delegate : public ::java::lang::Object
|
44 |
|
|
{
|
45 |
|
|
|
46 |
|
|
public:
|
47 |
|
|
Delegate();
|
48 |
|
|
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 *) = 0;
|
49 |
|
|
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 *) = 0;
|
50 |
|
|
virtual ::org::omg::CORBA::Object * duplicate(::org::omg::CORBA::Object *) = 0;
|
51 |
|
|
virtual JArray< ::org::omg::CORBA::DomainManager * > * get_domain_managers(::org::omg::CORBA::Object *);
|
52 |
|
|
virtual ::org::omg::CORBA::Object * get_interface_def(::org::omg::CORBA::Object *) = 0;
|
53 |
|
|
virtual ::org::omg::CORBA::Policy * get_policy(::org::omg::CORBA::Object *, jint);
|
54 |
|
|
virtual jint hash(::org::omg::CORBA::Object *, jint) = 0;
|
55 |
|
|
virtual jboolean is_a(::org::omg::CORBA::Object *, ::java::lang::String *) = 0;
|
56 |
|
|
virtual jboolean is_equivalent(::org::omg::CORBA::Object *, ::org::omg::CORBA::Object *) = 0;
|
57 |
|
|
virtual jboolean is_local(::org::omg::CORBA::Object *);
|
58 |
|
|
virtual jboolean non_existent(::org::omg::CORBA::Object *) = 0;
|
59 |
|
|
virtual jboolean equals(::org::omg::CORBA::Object *, ::java::lang::Object *);
|
60 |
|
|
virtual jint hashCode(::org::omg::CORBA::Object *);
|
61 |
|
|
virtual ::org::omg::CORBA::portable::InputStream * invoke(::org::omg::CORBA::Object *, ::org::omg::CORBA::portable::OutputStream *);
|
62 |
|
|
virtual ::org::omg::CORBA::ORB * orb(::org::omg::CORBA::Object *);
|
63 |
|
|
virtual void release(::org::omg::CORBA::Object *) = 0;
|
64 |
|
|
virtual void releaseReply(::org::omg::CORBA::Object *, ::org::omg::CORBA::portable::InputStream *);
|
65 |
|
|
virtual ::org::omg::CORBA::Request * request(::org::omg::CORBA::Object *, ::java::lang::String *) = 0;
|
66 |
|
|
virtual ::org::omg::CORBA::portable::OutputStream * request(::org::omg::CORBA::Object *, ::java::lang::String *, jboolean);
|
67 |
|
|
virtual void servant_postinvoke(::org::omg::CORBA::Object *, ::org::omg::CORBA::portable::ServantObject *);
|
68 |
|
|
virtual ::org::omg::CORBA::portable::ServantObject * servant_preinvoke(::org::omg::CORBA::Object *, ::java::lang::String *, ::java::lang::Class *);
|
69 |
|
|
virtual ::org::omg::CORBA::Object * set_policy_override(::org::omg::CORBA::Object *, JArray< ::org::omg::CORBA::Policy * > *, ::org::omg::CORBA::SetOverrideType *);
|
70 |
|
|
virtual ::java::lang::String * toString(::org::omg::CORBA::Object *);
|
71 |
|
|
private:
|
72 |
|
|
static ::java::lang::String * WHY;
|
73 |
|
|
public:
|
74 |
|
|
static ::java::lang::Class class$;
|
75 |
|
|
};
|
76 |
|
|
|
77 |
|
|
#endif // __org_omg_CORBA_portable_Delegate__
|