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 WriteableIIOPAddress 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.StringgetHost()intgetPort()
-