ServantActivatorOperations.h 973 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_PortableServer_ServantActivatorOperations__
  3. #define __org_omg_PortableServer_ServantActivatorOperations__
  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 PortableServer
  14. {
  15. class POA;
  16. class Servant;
  17. class ServantActivatorOperations;
  18. }
  19. }
  20. }
  21. }
  22. class org::omg::PortableServer::ServantActivatorOperations : public ::java::lang::Object
  23. {
  24. public:
  25. virtual void etherealize(JArray< jbyte > *, ::org::omg::PortableServer::POA *, ::org::omg::PortableServer::Servant *, jboolean, jboolean) = 0;
  26. virtual ::org::omg::PortableServer::Servant * incarnate(JArray< jbyte > *, ::org::omg::PortableServer::POA *) = 0;
  27. static ::java::lang::Class class$;
  28. } __attribute__ ((java_interface));
  29. #endif // __org_omg_PortableServer_ServantActivatorOperations__