EndPointInfopublic final class EndPointInfo extends Object implements org.omg.CORBA.portable.IDLEntitycom/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
Friday, August 26, 2005 4:56:48 PM PDT |
Fields Summary |
---|
public String | endpointType | public int | port |
Constructors Summary |
---|
public EndPointInfo()
| public EndPointInfo(String _endpointType, int _port)
endpointType = _endpointType;
port = _port;
|
|