Skeleton.h 793 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_rmi_server_Skeleton__
  3. #define __java_rmi_server_Skeleton__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace java
  10. {
  11. namespace rmi
  12. {
  13. class Remote;
  14. namespace server
  15. {
  16. class Operation;
  17. class RemoteCall;
  18. class Skeleton;
  19. }
  20. }
  21. }
  22. }
  23. class java::rmi::server::Skeleton : public ::java::lang::Object
  24. {
  25. public:
  26. virtual void dispatch(::java::rmi::Remote *, ::java::rmi::server::RemoteCall *, jint, jlong) = 0;
  27. virtual JArray< ::java::rmi::server::Operation * > * getOperations() = 0;
  28. static ::java::lang::Class class$;
  29. } __attribute__ ((java_interface));
  30. #endif // __java_rmi_server_Skeleton__