ClientRequestInterceptors.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_CORBA_Interceptor_ClientRequestInterceptors__
  3. #define __gnu_CORBA_Interceptor_ClientRequestInterceptors__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace gnu
  10. {
  11. namespace CORBA
  12. {
  13. namespace Interceptor
  14. {
  15. class ClientRequestInterceptors;
  16. class Registrator;
  17. }
  18. }
  19. }
  20. namespace org
  21. {
  22. namespace omg
  23. {
  24. namespace PortableInterceptor
  25. {
  26. class ClientRequestInfo;
  27. class ClientRequestInterceptor;
  28. }
  29. }
  30. }
  31. }
  32. class gnu::CORBA::Interceptor::ClientRequestInterceptors : public ::java::lang::Object
  33. {
  34. public:
  35. ClientRequestInterceptors(::gnu::CORBA::Interceptor::Registrator *);
  36. virtual void receive_exception(::org::omg::PortableInterceptor::ClientRequestInfo *);
  37. virtual void receive_other(::org::omg::PortableInterceptor::ClientRequestInfo *);
  38. virtual void receive_reply(::org::omg::PortableInterceptor::ClientRequestInfo *);
  39. virtual void send_poll(::org::omg::PortableInterceptor::ClientRequestInfo *);
  40. virtual void send_request(::org::omg::PortableInterceptor::ClientRequestInfo *);
  41. virtual void destroy();
  42. virtual ::java::lang::String * name();
  43. private:
  44. JArray< ::org::omg::PortableInterceptor::ClientRequestInterceptor * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) interceptors;
  45. public:
  46. static ::java::lang::Class class$;
  47. };
  48. #endif // __gnu_CORBA_Interceptor_ClientRequestInterceptors__