public class IIOPEndpointInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
dump()
Internal Debug Method.
|
String |
getHost() |
int |
getMajor() |
int |
getMinor() |
int |
getPort() |
void |
setHost(String theHost) |
void |
setPort(int thePort) |
void |
setVersion(int theMajor,
int theMinor) |
String |
toString() |
public void setHost(String theHost)
public String getHost()
public void setPort(int thePort)
public int getPort()
public void setVersion(int theMajor,
int theMinor)
public int getMajor()
public int getMinor()
public void dump()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.