FileDocCategorySizeDatePackage
ServerLocationPerORB.javaAPI DocJava SE 5 API834Fri Aug 26 17:56:50 BST 2005com.sun.corba.se.PortableActivationIDL.LocatorPackage

ServerLocationPerORB

public final class ServerLocationPerORB extends Object implements org.omg.CORBA.portable.IDLEntity
com/sun/corba/se/PortableActivationIDL/LocatorPackage/ServerLocationPerORB.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../../../src/share/classes/com/sun/corba/se/PortableActivationIDL/activation.idl Friday, August 26, 2005 4:56:49 PM PDT

Fields Summary
public String
hostname
public com.sun.corba.se.PortableActivationIDL.EndPointInfo[]
ports
Constructors Summary
public ServerLocationPerORB()


    
  
  
public ServerLocationPerORB(String _hostname, com.sun.corba.se.PortableActivationIDL.EndPointInfo[] _ports)

    hostname = _hostname;
    ports = _ports;
  
Methods Summary