RequestInfoOperations.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_PortableInterceptor_RequestInfoOperations__
  3. #define __org_omg_PortableInterceptor_RequestInfoOperations__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace org
  10. {
  11. namespace omg
  12. {
  13. namespace CORBA
  14. {
  15. class Any;
  16. class Object;
  17. class TypeCode;
  18. }
  19. namespace Dynamic
  20. {
  21. class Parameter;
  22. }
  23. namespace IOP
  24. {
  25. class ServiceContext;
  26. }
  27. namespace PortableInterceptor
  28. {
  29. class RequestInfoOperations;
  30. }
  31. }
  32. }
  33. }
  34. class org::omg::PortableInterceptor::RequestInfoOperations : public ::java::lang::Object
  35. {
  36. public:
  37. virtual JArray< ::org::omg::Dynamic::Parameter * > * arguments() = 0;
  38. virtual JArray< ::java::lang::String * > * contexts() = 0;
  39. virtual JArray< ::org::omg::CORBA::TypeCode * > * exceptions() = 0;
  40. virtual ::org::omg::CORBA::Object * forward_reference() = 0;
  41. virtual ::org::omg::IOP::ServiceContext * get_reply_service_context(jint) = 0;
  42. virtual ::org::omg::IOP::ServiceContext * get_request_service_context(jint) = 0;
  43. virtual ::org::omg::CORBA::Any * get_slot(jint) = 0;
  44. virtual JArray< ::java::lang::String * > * operation_context() = 0;
  45. virtual ::java::lang::String * operation() = 0;
  46. virtual jshort reply_status() = 0;
  47. virtual jint request_id() = 0;
  48. virtual jboolean response_expected() = 0;
  49. virtual ::org::omg::CORBA::Any * result() = 0;
  50. virtual jshort sync_scope() = 0;
  51. static ::java::lang::Class class$;
  52. } __attribute__ ((java_interface));
  53. #endif // __org_omg_PortableInterceptor_RequestInfoOperations__