1. package com.sun.corba.se.PortableActivationIDL.LocatorPackage;
  2. /**
  3. * com/sun/corba/se/PortableActivationIDL/LocatorPackage/ServerLocationPerTypeHolder.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. public final class ServerLocationPerTypeHolder implements org.omg.CORBA.portable.Streamable
  9. {
  10. public com.sun.corba.se.PortableActivationIDL.LocatorPackage.ServerLocationPerType value = null;
  11. public ServerLocationPerTypeHolder ()
  12. {
  13. }
  14. public ServerLocationPerTypeHolder (com.sun.corba.se.PortableActivationIDL.LocatorPackage.ServerLocationPerType initialValue)
  15. {
  16. value = initialValue;
  17. }
  18. public void _read (org.omg.CORBA.portable.InputStream i)
  19. {
  20. value = com.sun.corba.se.PortableActivationIDL.LocatorPackage.ServerLocationPerTypeHelper.read (i);
  21. }
  22. public void _write (org.omg.CORBA.portable.OutputStream o)
  23. {
  24. com.sun.corba.se.PortableActivationIDL.LocatorPackage.ServerLocationPerTypeHelper.write (o, value);
  25. }
  26. public org.omg.CORBA.TypeCode _type ()
  27. {
  28. return com.sun.corba.se.PortableActivationIDL.LocatorPackage.ServerLocationPerTypeHelper.type ();
  29. }
  30. }