@ManagedData @Description(value="An IP address for the IIOP protocol") public interface IIOPAddress extends Writeable
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
int |
getPort() |
@ManagedAttribute @Description(value="The target host (name or IP address)") String getHost()
@ManagedAttribute @Description(value="The target port (0-65535)") int getPort()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.