public abstract class RemoteClient extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
hostName
Represents ...
|
protected int |
port
Represents ...
|
protected String |
serviceName
Represents ...
|
Constructor and Description |
---|
RemoteClient() |
Modifier and Type | Method and Description |
---|---|
abstract void |
close()
Does ...
|
abstract boolean |
connect(boolean override,
ICancellable cancel)
Does ...
|
String |
getHost()
Represents ...
|
int |
getPort()
Represents ...
|
String |
getServiceName()
Does ...
|
String |
getSubtype()
Represents ...
|
String |
getType()
Represents ...
|
void |
setHost(String _hostName)
Represents ...
|
void |
setPort(int _port)
Does ...
|
void |
setServiceName(String _serviceName)
Does ...
|
void |
setSubtype(String _subtype)
Represents ...
|
void |
setType(String _type)
Represents ...
|
protected String hostName
Represents ...
protected int port
Represents ...
protected String serviceName
Represents ...
public String getHost()
Represents ...
public void setHost(String _hostName)
Represents ...
_hostName
- public int getPort()
Represents ...
public void setPort(int _port)
Does ...
_port
- public String getServiceName()
Does ...
public void setServiceName(String _serviceName)
Does ...
_serviceName
- public abstract boolean connect(boolean override, ICancellable cancel)
Does ...
public abstract void close()
Does ...
public String getType()
Represents ...
public void setType(String _type)
Represents ...
_type
- public String getSubtype()
Represents ...
public void setSubtype(String _subtype)
Represents ...
_subtype
-