1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __org_omg_PortableServer_ServantActivatorOperations__
5 #define __org_omg_PortableServer_ServantActivatorOperations__
6 
7 #pragma interface
8 
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
11 
12 extern "Java"
13 {
14   namespace org
15   {
16     namespace omg
17     {
18       namespace PortableServer
19       {
20           class POA;
21           class Servant;
22           class ServantActivatorOperations;
23       }
24     }
25   }
26 }
27 
28 class org::omg::PortableServer::ServantActivatorOperations : public ::java::lang::Object
29 {
30 
31 public:
32   virtual void etherealize(JArray< jbyte > *, ::org::omg::PortableServer::POA *, ::org::omg::PortableServer::Servant *, jboolean, jboolean) = 0;
33   virtual ::org::omg::PortableServer::Servant * incarnate(JArray< jbyte > *, ::org::omg::PortableServer::POA *) = 0;
34   static ::java::lang::Class class$;
35 } __attribute__ ((java_interface));
36 
37 #endif // __org_omg_PortableServer_ServantActivatorOperations__
38