_BindingIteratorImplBase.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CosNaming__BindingIteratorImplBase__
  3. #define __org_omg_CosNaming__BindingIteratorImplBase__
  4. #pragma interface
  5. #include <org/omg/CORBA/DynamicImplementation.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace org
  10. {
  11. namespace omg
  12. {
  13. namespace CORBA
  14. {
  15. class ServerRequest;
  16. namespace portable
  17. {
  18. class InputStream;
  19. class OutputStream;
  20. class ResponseHandler;
  21. }
  22. }
  23. namespace CosNaming
  24. {
  25. class BindingHolder;
  26. class BindingListHolder;
  27. class _BindingIteratorImplBase;
  28. }
  29. }
  30. }
  31. }
  32. class org::omg::CosNaming::_BindingIteratorImplBase : public ::org::omg::CORBA::DynamicImplementation
  33. {
  34. public:
  35. _BindingIteratorImplBase();
  36. virtual JArray< ::java::lang::String * > * _ids();
  37. virtual ::org::omg::CORBA::portable::OutputStream * _invoke(::java::lang::String *, ::org::omg::CORBA::portable::InputStream *, ::org::omg::CORBA::portable::ResponseHandler *);
  38. virtual void invoke(::org::omg::CORBA::ServerRequest *);
  39. virtual void destroy() = 0;
  40. virtual jboolean next_n(jint, ::org::omg::CosNaming::BindingListHolder *) = 0;
  41. virtual jboolean next_one(::org::omg::CosNaming::BindingHolder *) = 0;
  42. private:
  43. static const jlong serialVersionUID = 3472591176635005503LL;
  44. static JArray< ::java::lang::String * > * ids;
  45. public:
  46. static ::java::lang::Class class$;
  47. };
  48. #endif // __org_omg_CosNaming__BindingIteratorImplBase__