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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [org/] [omg/] [PortableInterceptor/] [ServerRequestInfoOperations.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_ServerRequestInfoOperations__
5
#define __org_omg_PortableInterceptor_ServerRequestInfoOperations__
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 Any;
21
          class Object;
22
          class Policy;
23
          class TypeCode;
24
      }
25
      namespace Dynamic
26
      {
27
          class Parameter;
28
      }
29
      namespace IOP
30
      {
31
          class ServiceContext;
32
      }
33
      namespace PortableInterceptor
34
      {
35
          class ServerRequestInfoOperations;
36
      }
37
    }
38
  }
39
}
40
 
41
class org::omg::PortableInterceptor::ServerRequestInfoOperations : public ::java::lang::Object
42
{
43
 
44
public:
45
  virtual void add_reply_service_context(::org::omg::IOP::ServiceContext *, jboolean) = 0;
46
  virtual JArray< jbyte > * adapter_id() = 0;
47
  virtual JArray< jbyte > * object_id() = 0;
48
  virtual ::org::omg::CORBA::Policy * get_server_policy(jint) = 0;
49
  virtual ::org::omg::CORBA::Any * sending_exception() = 0;
50
  virtual void set_slot(jint, ::org::omg::CORBA::Any *) = 0;
51
  virtual jboolean target_is_a(::java::lang::String *) = 0;
52
  virtual ::java::lang::String * target_most_derived_interface() = 0;
53
  virtual JArray< ::java::lang::String * > * adapter_name() = 0;
54
  virtual ::java::lang::String * orb_id() = 0;
55
  virtual ::java::lang::String * server_id() = 0;
56
  virtual JArray< ::org::omg::Dynamic::Parameter * > * arguments() = 0;
57
  virtual JArray< ::java::lang::String * > * contexts() = 0;
58
  virtual JArray< ::org::omg::CORBA::TypeCode * > * exceptions() = 0;
59
  virtual ::org::omg::CORBA::Object * forward_reference() = 0;
60
  virtual ::org::omg::IOP::ServiceContext * get_reply_service_context(jint) = 0;
61
  virtual ::org::omg::IOP::ServiceContext * get_request_service_context(jint) = 0;
62
  virtual ::org::omg::CORBA::Any * get_slot(jint) = 0;
63
  virtual JArray< ::java::lang::String * > * operation_context() = 0;
64
  virtual ::java::lang::String * operation() = 0;
65
  virtual jshort reply_status() = 0;
66
  virtual jint request_id() = 0;
67
  virtual jboolean response_expected() = 0;
68
  virtual ::org::omg::CORBA::Any * result() = 0;
69
  virtual jshort sync_scope() = 0;
70
  static ::java::lang::Class class$;
71
} __attribute__ ((java_interface));
72
 
73
#endif // __org_omg_PortableInterceptor_ServerRequestInfoOperations__

powered by: WebSVN 2.1.0

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