IORInfoOperations.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_PortableInterceptor_IORInfoOperations__
  3. #define __org_omg_PortableInterceptor_IORInfoOperations__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace org
  9. {
  10. namespace omg
  11. {
  12. namespace CORBA
  13. {
  14. class Policy;
  15. }
  16. namespace IOP
  17. {
  18. class TaggedComponent;
  19. }
  20. namespace PortableInterceptor
  21. {
  22. class IORInfoOperations;
  23. class ObjectReferenceFactory;
  24. class ObjectReferenceTemplate;
  25. }
  26. }
  27. }
  28. }
  29. class org::omg::PortableInterceptor::IORInfoOperations : public ::java::lang::Object
  30. {
  31. public:
  32. virtual void add_ior_component_to_profile(::org::omg::IOP::TaggedComponent *, jint) = 0;
  33. virtual void add_ior_component(::org::omg::IOP::TaggedComponent *) = 0;
  34. virtual ::org::omg::CORBA::Policy * get_effective_policy(jint) = 0;
  35. virtual ::org::omg::PortableInterceptor::ObjectReferenceTemplate * adapter_template() = 0;
  36. virtual ::org::omg::PortableInterceptor::ObjectReferenceFactory * current_factory() = 0;
  37. virtual void current_factory(::org::omg::PortableInterceptor::ObjectReferenceFactory *) = 0;
  38. virtual jint manager_id() = 0;
  39. virtual jshort state() = 0;
  40. static ::java::lang::Class class$;
  41. } __attribute__ ((java_interface));
  42. #endif // __org_omg_PortableInterceptor_IORInfoOperations__