1. package com.sun.corba.se.PortableActivationIDL;
  2. /**
  3. * com/sun/corba/se/PortableActivationIDL/EndPointInfo.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 EndPointInfo implements org.omg.CORBA.portable.IDLEntity
  9. {
  10. public String endpointType = null;
  11. public int port = (int)0;
  12. public EndPointInfo ()
  13. {
  14. } // ctor
  15. public EndPointInfo (String _endpointType, int _port)
  16. {
  17. endpointType = _endpointType;
  18. port = _port;
  19. } // ctor
  20. } // class EndPointInfo