public class BaseRuntimeEndpoint extends Object implements RuntimeEndpoint
| Constructor and Description |
|---|
BaseRuntimeEndpoint() |
BaseRuntimeEndpoint(String host,
int port,
String context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getContext() |
String |
getHost() |
int |
getPort() |
int |
hashCode() |
void |
setContext(String context) |
void |
setHost(String host) |
void |
setPort(int port) |
String |
toString() |
public String getHost()
getHost in interface RuntimeEndpointpublic void setHost(String host)
public int getPort()
getPort in interface RuntimeEndpointpublic void setPort(int port)
public String getContext()
getContext in interface RuntimeEndpointpublic void setContext(String context)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.