1. package com.sun.corba.se.ActivationIDL.LocatorPackage;
  2. /**
  3. * com/sun/corba/se/ActivationIDL/LocatorPackage/ServerLocationPerORB.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.1"
  5. * from ../../../../../../src/share/classes/com/sun/corba/se/ActivationIDL/activation.idl
  6. * Sunday, February 22, 2004 11:21:42 PM PST
  7. */
  8. // ORB
  9. public final class ServerLocationPerORB implements org.omg.CORBA.portable.IDLEntity
  10. {
  11. public String hostname = null;
  12. public com.sun.corba.se.ActivationIDL.EndPointInfo ports[] = null;
  13. public ServerLocationPerORB ()
  14. {
  15. } // ctor
  16. public ServerLocationPerORB (String _hostname, com.sun.corba.se.ActivationIDL.EndPointInfo[] _ports)
  17. {
  18. hostname = _hostname;
  19. ports = _ports;
  20. } // ctor
  21. } // class ServerLocationPerORB