gnuClientRequestInfo.h 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_CORBA_Interceptor_gnuClientRequestInfo__
  3. #define __gnu_CORBA_Interceptor_gnuClientRequestInfo__
  4. #pragma interface
  5. #include <org/omg/CORBA/LocalObject.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace gnu
  10. {
  11. namespace CORBA
  12. {
  13. namespace Interceptor
  14. {
  15. class gnuClientRequestInfo;
  16. }
  17. class gnuRequest;
  18. }
  19. }
  20. namespace org
  21. {
  22. namespace omg
  23. {
  24. namespace CORBA
  25. {
  26. class Any;
  27. class Object;
  28. class Policy;
  29. class TypeCode;
  30. }
  31. namespace Dynamic
  32. {
  33. class Parameter;
  34. }
  35. namespace IOP
  36. {
  37. class ServiceContext;
  38. class TaggedComponent;
  39. class TaggedProfile;
  40. }
  41. }
  42. }
  43. }
  44. class gnu::CORBA::Interceptor::gnuClientRequestInfo : public ::org::omg::CORBA::LocalObject
  45. {
  46. public:
  47. gnuClientRequestInfo(::gnu::CORBA::gnuRequest *);
  48. virtual void add_request_service_context(::org::omg::IOP::ServiceContext *, jboolean);
  49. virtual ::org::omg::IOP::TaggedProfile * effective_profile();
  50. virtual ::org::omg::CORBA::Object * effective_target();
  51. virtual ::org::omg::IOP::TaggedComponent * get_effective_component(jint);
  52. virtual JArray< ::org::omg::IOP::TaggedComponent * > * get_effective_components(jint);
  53. virtual ::org::omg::CORBA::Policy * get_request_policy(jint);
  54. virtual ::java::lang::String * received_exception_id();
  55. virtual ::org::omg::CORBA::Any * received_exception();
  56. virtual ::org::omg::CORBA::Object * target();
  57. virtual JArray< ::org::omg::Dynamic::Parameter * > * arguments();
  58. virtual ::org::omg::CORBA::Any * result();
  59. virtual JArray< ::java::lang::String * > * contexts();
  60. virtual JArray< ::org::omg::CORBA::TypeCode * > * exceptions();
  61. virtual ::org::omg::CORBA::Object * forward_reference();
  62. virtual JArray< ::java::lang::String * > * operation_context();
  63. virtual ::org::omg::CORBA::Any * get_slot(jint);
  64. virtual ::java::lang::String * operation();
  65. virtual jshort reply_status();
  66. virtual jint request_id();
  67. virtual jboolean response_expected();
  68. virtual jshort sync_scope();
  69. virtual ::org::omg::IOP::ServiceContext * get_reply_service_context(jint);
  70. virtual ::org::omg::IOP::ServiceContext * get_request_service_context(jint);
  71. private:
  72. static const jlong serialVersionUID = 1LL;
  73. ::gnu::CORBA::gnuRequest * __attribute__((aligned(__alignof__( ::org::omg::CORBA::LocalObject)))) request;
  74. public:
  75. ::org::omg::CORBA::Any * m_wrapped_exception;
  76. static ::java::lang::Class class$;
  77. };
  78. #endif // __gnu_CORBA_Interceptor_gnuClientRequestInfo__