ServerRequest.h 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA_ServerRequest__
  3. #define __org_omg_CORBA_ServerRequest__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace org
  9. {
  10. namespace omg
  11. {
  12. namespace CORBA
  13. {
  14. class Any;
  15. class Context;
  16. class NVList;
  17. class ServerRequest;
  18. }
  19. }
  20. }
  21. }
  22. class org::omg::CORBA::ServerRequest : public ::java::lang::Object
  23. {
  24. public:
  25. ServerRequest();
  26. virtual ::org::omg::CORBA::Context * ctx() = 0;
  27. virtual ::java::lang::String * operation();
  28. virtual void arguments(::org::omg::CORBA::NVList *);
  29. virtual void set_result(::org::omg::CORBA::Any *);
  30. virtual void set_exception(::org::omg::CORBA::Any *);
  31. virtual void result(::org::omg::CORBA::Any *);
  32. virtual void except(::org::omg::CORBA::Any *);
  33. virtual void params(::org::omg::CORBA::NVList *);
  34. virtual ::java::lang::String * op_name();
  35. static ::java::lang::Class class$;
  36. };
  37. #endif // __org_omg_CORBA_ServerRequest__