Delegate.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_PortableServer_portable_Delegate__
  3. #define __org_omg_PortableServer_portable_Delegate__
  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 ORB;
  16. class Object;
  17. }
  18. namespace PortableServer
  19. {
  20. class POA;
  21. class Servant;
  22. namespace portable
  23. {
  24. class Delegate;
  25. }
  26. }
  27. }
  28. }
  29. }
  30. class org::omg::PortableServer::portable::Delegate : public ::java::lang::Object
  31. {
  32. public:
  33. virtual ::org::omg::PortableServer::POA * default_POA(::org::omg::PortableServer::Servant *) = 0;
  34. virtual ::org::omg::CORBA::Object * get_interface_def(::org::omg::PortableServer::Servant *) = 0;
  35. virtual jboolean is_a(::org::omg::PortableServer::Servant *, ::java::lang::String *) = 0;
  36. virtual jboolean non_existent(::org::omg::PortableServer::Servant *) = 0;
  37. virtual JArray< jbyte > * object_id(::org::omg::PortableServer::Servant *) = 0;
  38. virtual ::org::omg::CORBA::ORB * orb(::org::omg::PortableServer::Servant *) = 0;
  39. virtual ::org::omg::PortableServer::POA * poa(::org::omg::PortableServer::Servant *) = 0;
  40. virtual ::org::omg::CORBA::Object * this_object(::org::omg::PortableServer::Servant *) = 0;
  41. static ::java::lang::Class class$;
  42. } __attribute__ ((java_interface));
  43. #endif // __org_omg_PortableServer_portable_Delegate__