FileDocCategorySizeDatePackage
EndPointInfo.javaAPI DocJava SE 6 API683Tue Jun 10 01:46:34 BST 2008com.sun.corba.se.PortableActivationIDL

EndPointInfo

public final class EndPointInfo extends Object implements org.omg.CORBA.portable.IDLEntity
com/sun/corba/se/PortableActivationIDL/EndPointInfo.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:34 AM GMT-08:00

Fields Summary
public String
endpointType
public int
port
Constructors Summary
public EndPointInfo()


    
  
  
public EndPointInfo(String _endpointType, int _port)

    endpointType = _endpointType;
    port = _port;
  
Methods Summary