1. package com.sun.corba.se.PortableActivationIDL;
  2. /**
  3. * com/sun/corba/se/PortableActivationIDL/EndpointInfoListHolder.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.2"
  5. * from ../../../../src/share/classes/com/sun/corba/se/PortableActivationIDL/activation.idl
  6. * Wednesday, September 15, 2004 3:50:44 AM PDT
  7. */
  8. /** A list of endpoint information for a particular ORB.
  9. */
  10. public final class EndpointInfoListHolder implements org.omg.CORBA.portable.Streamable
  11. {
  12. public com.sun.corba.se.PortableActivationIDL.EndPointInfo value[] = null;
  13. public EndpointInfoListHolder ()
  14. {
  15. }
  16. public EndpointInfoListHolder (com.sun.corba.se.PortableActivationIDL.EndPointInfo[] initialValue)
  17. {
  18. value = initialValue;
  19. }
  20. public void _read (org.omg.CORBA.portable.InputStream i)
  21. {
  22. value = com.sun.corba.se.PortableActivationIDL.EndpointInfoListHelper.read (i);
  23. }
  24. public void _write (org.omg.CORBA.portable.OutputStream o)
  25. {
  26. com.sun.corba.se.PortableActivationIDL.EndpointInfoListHelper.write (o, value);
  27. }
  28. public org.omg.CORBA.TypeCode _type ()
  29. {
  30. return com.sun.corba.se.PortableActivationIDL.EndpointInfoListHelper.type ();
  31. }
  32. }