ServerRequestInterceptorOperations.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_PortableInterceptor_ServerRequestInterceptorOperations__
  3. #define __org_omg_PortableInterceptor_ServerRequestInterceptorOperations__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace org
  9. {
  10. namespace omg
  11. {
  12. namespace PortableInterceptor
  13. {
  14. class ServerRequestInfo;
  15. class ServerRequestInterceptorOperations;
  16. }
  17. }
  18. }
  19. }
  20. class org::omg::PortableInterceptor::ServerRequestInterceptorOperations : public ::java::lang::Object
  21. {
  22. public:
  23. virtual void receive_request_service_contexts(::org::omg::PortableInterceptor::ServerRequestInfo *) = 0;
  24. virtual void receive_request(::org::omg::PortableInterceptor::ServerRequestInfo *) = 0;
  25. virtual void send_reply(::org::omg::PortableInterceptor::ServerRequestInfo *) = 0;
  26. virtual void send_exception(::org::omg::PortableInterceptor::ServerRequestInfo *) = 0;
  27. virtual void send_other(::org::omg::PortableInterceptor::ServerRequestInfo *) = 0;
  28. virtual void destroy() = 0;
  29. virtual ::java::lang::String * name() = 0;
  30. static ::java::lang::Class class$;
  31. } __attribute__ ((java_interface));
  32. #endif // __org_omg_PortableInterceptor_ServerRequestInterceptorOperations__