| 1 |
761 |
jeremybenn |
|
| 2 |
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
| 3 |
|
|
|
| 4 |
|
|
#ifndef __org_omg_PortableInterceptor_IORInfo__
|
| 5 |
|
|
#define __org_omg_PortableInterceptor_IORInfo__
|
| 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 Object;
|
| 27 |
|
|
class Policy;
|
| 28 |
|
|
class Request;
|
| 29 |
|
|
class SetOverrideType;
|
| 30 |
|
|
}
|
| 31 |
|
|
namespace IOP
|
| 32 |
|
|
{
|
| 33 |
|
|
class TaggedComponent;
|
| 34 |
|
|
}
|
| 35 |
|
|
namespace PortableInterceptor
|
| 36 |
|
|
{
|
| 37 |
|
|
class IORInfo;
|
| 38 |
|
|
class ObjectReferenceFactory;
|
| 39 |
|
|
class ObjectReferenceTemplate;
|
| 40 |
|
|
}
|
| 41 |
|
|
}
|
| 42 |
|
|
}
|
| 43 |
|
|
}
|
| 44 |
|
|
|
| 45 |
|
|
class org::omg::PortableInterceptor::IORInfo : public ::java::lang::Object
|
| 46 |
|
|
{
|
| 47 |
|
|
|
| 48 |
|
|
public:
|
| 49 |
|
|
virtual void add_ior_component_to_profile(::org::omg::IOP::TaggedComponent *, jint) = 0;
|
| 50 |
|
|
virtual void add_ior_component(::org::omg::IOP::TaggedComponent *) = 0;
|
| 51 |
|
|
virtual ::org::omg::CORBA::Policy * get_effective_policy(jint) = 0;
|
| 52 |
|
|
virtual ::org::omg::PortableInterceptor::ObjectReferenceTemplate * adapter_template() = 0;
|
| 53 |
|
|
virtual ::org::omg::PortableInterceptor::ObjectReferenceFactory * current_factory() = 0;
|
| 54 |
|
|
virtual void current_factory(::org::omg::PortableInterceptor::ObjectReferenceFactory *) = 0;
|
| 55 |
|
|
virtual jint manager_id() = 0;
|
| 56 |
|
|
virtual jshort state() = 0;
|
| 57 |
|
|
virtual ::org::omg::CORBA::Request * _create_request(::org::omg::CORBA::Context *, ::java::lang::String *, ::org::omg::CORBA::NVList *, ::org::omg::CORBA::NamedValue *) = 0;
|
| 58 |
|
|
virtual ::org::omg::CORBA::Request * _create_request(::org::omg::CORBA::Context *, ::java::lang::String *, ::org::omg::CORBA::NVList *, ::org::omg::CORBA::NamedValue *, ::org::omg::CORBA::ExceptionList *, ::org::omg::CORBA::ContextList *) = 0;
|
| 59 |
|
|
virtual ::org::omg::CORBA::Object * _duplicate() = 0;
|
| 60 |
|
|
virtual JArray< ::org::omg::CORBA::DomainManager * > * _get_domain_managers() = 0;
|
| 61 |
|
|
virtual ::org::omg::CORBA::Object * _get_interface_def() = 0;
|
| 62 |
|
|
virtual ::org::omg::CORBA::Policy * _get_policy(jint) = 0;
|
| 63 |
|
|
virtual jint _hash(jint) = 0;
|
| 64 |
|
|
virtual jboolean _is_a(::java::lang::String *) = 0;
|
| 65 |
|
|
virtual jboolean _is_equivalent(::org::omg::CORBA::Object *) = 0;
|
| 66 |
|
|
virtual jboolean _non_existent() = 0;
|
| 67 |
|
|
virtual void _release() = 0;
|
| 68 |
|
|
virtual ::org::omg::CORBA::Request * _request(::java::lang::String *) = 0;
|
| 69 |
|
|
virtual ::org::omg::CORBA::Object * _set_policy_override(JArray< ::org::omg::CORBA::Policy * > *, ::org::omg::CORBA::SetOverrideType *) = 0;
|
| 70 |
|
|
static ::java::lang::Class class$;
|
| 71 |
|
|
} __attribute__ ((java_interface));
|
| 72 |
|
|
|
| 73 |
|
|
#endif // __org_omg_PortableInterceptor_IORInfo__
|