ValueHandler.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_rmi_CORBA_ValueHandler__
  3. #define __javax_rmi_CORBA_ValueHandler__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace javax
  9. {
  10. namespace rmi
  11. {
  12. namespace CORBA
  13. {
  14. class ValueHandler;
  15. }
  16. }
  17. }
  18. namespace org
  19. {
  20. namespace omg
  21. {
  22. namespace CORBA
  23. {
  24. namespace portable
  25. {
  26. class InputStream;
  27. class OutputStream;
  28. }
  29. }
  30. namespace SendingContext
  31. {
  32. class RunTime;
  33. }
  34. }
  35. }
  36. }
  37. class javax::rmi::CORBA::ValueHandler : public ::java::lang::Object
  38. {
  39. public:
  40. virtual ::java::lang::String * getRMIRepositoryID(::java::lang::Class *) = 0;
  41. virtual ::org::omg::SendingContext::RunTime * getRunTimeCodeBase() = 0;
  42. virtual jboolean isCustomMarshaled(::java::lang::Class *) = 0;
  43. virtual ::java::io::Serializable * readValue(::org::omg::CORBA::portable::InputStream *, jint, ::java::lang::Class *, ::java::lang::String *, ::org::omg::SendingContext::RunTime *) = 0;
  44. virtual ::java::io::Serializable * writeReplace(::java::io::Serializable *) = 0;
  45. virtual void writeValue(::org::omg::CORBA::portable::OutputStream *, ::java::io::Serializable *) = 0;
  46. static ::java::lang::Class class$;
  47. } __attribute__ ((java_interface));
  48. #endif // __javax_rmi_CORBA_ValueHandler__