FileDocCategorySizeDatePackage
ServerLocationPerType.javaAPI DocJava SE 6 API842Tue Jun 10 01:46:36 BST 2008com.sun.corba.se.PortableActivationIDL.LocatorPackage

ServerLocationPerType

public final class ServerLocationPerType extends Object implements org.omg.CORBA.portable.IDLEntity
com/sun/corba/se/PortableActivationIDL/LocatorPackage/ServerLocationPerType.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../../../src/share/classes/com/sun/corba/se/PortableActivationIDL/activation.idl Tuesday, June 10, 2008 1:46:35 AM GMT-08:00

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


    
  
  
public ServerLocationPerType(String _hostname, com.sun.corba.se.PortableActivationIDL.ORBPortInfo[] _ports)

    hostname = _hostname;
    ports = _ports;
  
Methods Summary