1. package org.omg.IOP;
  2. /**
  3. * org/omg/IOP/ServiceContext.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.2"
  5. * from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl
  6. * Wednesday, September 15, 2004 10:28:42 AM GMT
  7. */
  8. public final class ServiceContext implements org.omg.CORBA.portable.IDLEntity
  9. {
  10. /** The service context id */
  11. public int context_id = (int)0;
  12. /** The data associated with this service context */
  13. public byte context_data[] = null;
  14. public ServiceContext ()
  15. {
  16. } // ctor
  17. public ServiceContext (int _context_id, byte[] _context_data)
  18. {
  19. context_id = _context_id;
  20. context_data = _context_data;
  21. } // ctor
  22. } // class ServiceContext