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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getHost()
int
getPort()
-