RemoteObject.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_rmi_server_RemoteObject__
  3. #define __java_rmi_server_RemoteObject__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace rmi
  11. {
  12. class Remote;
  13. namespace server
  14. {
  15. class RemoteObject;
  16. class RemoteRef;
  17. }
  18. }
  19. }
  20. }
  21. class java::rmi::server::RemoteObject : public ::java::lang::Object
  22. {
  23. public: // actually protected
  24. RemoteObject();
  25. RemoteObject(::java::rmi::server::RemoteRef *);
  26. public:
  27. virtual ::java::rmi::server::RemoteRef * getRef();
  28. public: // actually package-private
  29. static void addStub(::java::rmi::Remote *, ::java::rmi::Remote *);
  30. static void deleteStub(::java::rmi::Remote *);
  31. public:
  32. static ::java::rmi::Remote * toStub(::java::rmi::Remote *);
  33. virtual jint hashCode();
  34. virtual jboolean equals(::java::lang::Object *);
  35. virtual ::java::lang::String * toString();
  36. private:
  37. void readObject(::java::io::ObjectInputStream *);
  38. void writeObject(::java::io::ObjectOutputStream *);
  39. static const jlong serialVersionUID = -3215090123894869218LL;
  40. public: // actually protected
  41. ::java::rmi::server::RemoteRef * __attribute__((aligned(__alignof__( ::java::lang::Object)))) ref;
  42. private:
  43. static ::java::util::WeakHashMap * stubs;
  44. public:
  45. static ::java::lang::Class class$;
  46. };
  47. #endif // __java_rmi_server_RemoteObject__