ORBInitInfoOperations.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_PortableInterceptor_ORBInitInfoOperations__
  3. #define __org_omg_PortableInterceptor_ORBInitInfoOperations__
  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 Object;
  16. }
  17. namespace IOP
  18. {
  19. class CodecFactory;
  20. }
  21. namespace PortableInterceptor
  22. {
  23. class ClientRequestInterceptor;
  24. class IORInterceptor;
  25. class ORBInitInfoOperations;
  26. class PolicyFactory;
  27. class ServerRequestInterceptor;
  28. }
  29. }
  30. }
  31. }
  32. class org::omg::PortableInterceptor::ORBInitInfoOperations : public ::java::lang::Object
  33. {
  34. public:
  35. virtual void add_client_request_interceptor(::org::omg::PortableInterceptor::ClientRequestInterceptor *) = 0;
  36. virtual void add_ior_interceptor(::org::omg::PortableInterceptor::IORInterceptor *) = 0;
  37. virtual void add_server_request_interceptor(::org::omg::PortableInterceptor::ServerRequestInterceptor *) = 0;
  38. virtual jint allocate_slot_id() = 0;
  39. virtual JArray< ::java::lang::String * > * arguments() = 0;
  40. virtual ::org::omg::IOP::CodecFactory * codec_factory() = 0;
  41. virtual ::java::lang::String * orb_id() = 0;
  42. virtual void register_initial_reference(::java::lang::String *, ::org::omg::CORBA::Object *) = 0;
  43. virtual ::org::omg::CORBA::Object * resolve_initial_references(::java::lang::String *) = 0;
  44. virtual void register_policy_factory(jint, ::org::omg::PortableInterceptor::PolicyFactory *) = 0;
  45. static ::java::lang::Class class$;
  46. } __attribute__ ((java_interface));
  47. #endif // __org_omg_PortableInterceptor_ORBInitInfoOperations__