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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [org/] [omg/] [PortableInterceptor/] [RequestInfoOperations.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_RequestInfoOperations__
5
#define __org_omg_PortableInterceptor_RequestInfoOperations__
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 TypeCode;
23
      }
24
      namespace Dynamic
25
      {
26
          class Parameter;
27
      }
28
      namespace IOP
29
      {
30
          class ServiceContext;
31
      }
32
      namespace PortableInterceptor
33
      {
34
          class RequestInfoOperations;
35
      }
36
    }
37
  }
38
}
39
 
40
class org::omg::PortableInterceptor::RequestInfoOperations : public ::java::lang::Object
41
{
42
 
43
public:
44
  virtual JArray< ::org::omg::Dynamic::Parameter * > * arguments() = 0;
45
  virtual JArray< ::java::lang::String * > * contexts() = 0;
46
  virtual JArray< ::org::omg::CORBA::TypeCode * > * exceptions() = 0;
47
  virtual ::org::omg::CORBA::Object * forward_reference() = 0;
48
  virtual ::org::omg::IOP::ServiceContext * get_reply_service_context(jint) = 0;
49
  virtual ::org::omg::IOP::ServiceContext * get_request_service_context(jint) = 0;
50
  virtual ::org::omg::CORBA::Any * get_slot(jint) = 0;
51
  virtual JArray< ::java::lang::String * > * operation_context() = 0;
52
  virtual ::java::lang::String * operation() = 0;
53
  virtual jshort reply_status() = 0;
54
  virtual jint request_id() = 0;
55
  virtual jboolean response_expected() = 0;
56
  virtual ::org::omg::CORBA::Any * result() = 0;
57
  virtual jshort sync_scope() = 0;
58
  static ::java::lang::Class class$;
59
} __attribute__ ((java_interface));
60
 
61
#endif // __org_omg_PortableInterceptor_RequestInfoOperations__

powered by: WebSVN 2.1.0

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