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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [org/] [omg/] [PortableInterceptor/] [ClientRequestInfoOperations.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_ClientRequestInfoOperations__
5
#define __org_omg_PortableInterceptor_ClientRequestInfoOperations__
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
          class TaggedComponent;
33
          class TaggedProfile;
34
      }
35
      namespace PortableInterceptor
36
      {
37
          class ClientRequestInfoOperations;
38
      }
39
    }
40
  }
41
}
42
 
43
class org::omg::PortableInterceptor::ClientRequestInfoOperations : public ::java::lang::Object
44
{
45
 
46
public:
47
  virtual ::org::omg::CORBA::Object * target() = 0;
48
  virtual ::org::omg::CORBA::Object * effective_target() = 0;
49
  virtual ::org::omg::IOP::TaggedProfile * effective_profile() = 0;
50
  virtual ::org::omg::IOP::TaggedComponent * get_effective_component(jint) = 0;
51
  virtual JArray< ::org::omg::IOP::TaggedComponent * > * get_effective_components(jint) = 0;
52
  virtual ::org::omg::CORBA::Policy * get_request_policy(jint) = 0;
53
  virtual ::java::lang::String * received_exception_id() = 0;
54
  virtual ::org::omg::CORBA::Any * received_exception() = 0;
55
  virtual void add_request_service_context(::org::omg::IOP::ServiceContext *, jboolean) = 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_ClientRequestInfoOperations__

powered by: WebSVN 2.1.0

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