Package com.sun.corba.ee.spi.ior.iiop
Interface IIOPAddress
- All Superinterfaces:
Writeable
- All Known Implementing Classes:
IIOPAddressBase
,IIOPAddressClosureImpl
,IIOPAddressImpl
@ManagedData
@Description("An IP address for the IIOP protocol")
public interface IIOPAddress
extends Writeable
IIOPAddress represents the host and port used to establish a
TCP connection for an IIOP request.
-
Method Summary
-
Method Details
-
getHost
-
getPort
@ManagedAttribute @Description("The target port (0-65535)") int getPort()
-