public class IIOPEndpointInfo extends Object
Modifier and Type | Method and Description |
---|---|
void |
dump()
Internal Debug Method.
|
String |
getHost() |
int |
getMajor() |
int |
getMinor() |
int |
getPort() |
boolean |
isSecured() |
void |
setHost(String theHost) |
void |
setPort(int thePort) |
void |
setSecured(boolean secured) |
void |
setVersion(int theMajor,
int theMinor) |
public void setHost(String theHost)
public String getHost()
public void setPort(int thePort)
public int getPort()
public void setSecured(boolean secured)
public boolean isSecured()
public void setVersion(int theMajor, int theMinor)
public int getMajor()
public int getMinor()
public void dump()
Copyright © 2017 JBoss by Red Hat. All rights reserved.