OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [org/] [omg/] [PortableInterceptor/] [ORBInitInfoOperations.h] - Blame information for rev 761

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 761 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __org_omg_PortableInterceptor_ORBInitInfoOperations__
5
#define __org_omg_PortableInterceptor_ORBInitInfoOperations__
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 Object;
21
      }
22
      namespace IOP
23
      {
24
          class CodecFactory;
25
      }
26
      namespace PortableInterceptor
27
      {
28
          class ClientRequestInterceptor;
29
          class IORInterceptor;
30
          class ORBInitInfoOperations;
31
          class PolicyFactory;
32
          class ServerRequestInterceptor;
33
      }
34
    }
35
  }
36
}
37
 
38
class org::omg::PortableInterceptor::ORBInitInfoOperations : public ::java::lang::Object
39
{
40
 
41
public:
42
  virtual void add_client_request_interceptor(::org::omg::PortableInterceptor::ClientRequestInterceptor *) = 0;
43
  virtual void add_ior_interceptor(::org::omg::PortableInterceptor::IORInterceptor *) = 0;
44
  virtual void add_server_request_interceptor(::org::omg::PortableInterceptor::ServerRequestInterceptor *) = 0;
45
  virtual jint allocate_slot_id() = 0;
46
  virtual JArray< ::java::lang::String * > * arguments() = 0;
47
  virtual ::org::omg::IOP::CodecFactory * codec_factory() = 0;
48
  virtual ::java::lang::String * orb_id() = 0;
49
  virtual void register_initial_reference(::java::lang::String *, ::org::omg::CORBA::Object *) = 0;
50
  virtual ::org::omg::CORBA::Object * resolve_initial_references(::java::lang::String *) = 0;
51
  virtual void register_policy_factory(jint, ::org::omg::PortableInterceptor::PolicyFactory *) = 0;
52
  static ::java::lang::Class class$;
53
} __attribute__ ((java_interface));
54
 
55
#endif // __org_omg_PortableInterceptor_ORBInitInfoOperations__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.