|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gvsig.remoteclient.RemoteClient
public abstract class RemoteClient
| Field Summary | |
|---|---|
protected java.lang.String |
hostName
Represents ... |
protected int |
port
Represents ... |
protected java.lang.String |
serviceName
Represents ... |
| Constructor Summary | |
|---|---|
RemoteClient()
|
|
| Method Summary | |
|---|---|
abstract void |
close()
Does ... |
abstract boolean |
connect(boolean override,
org.gvsig.compat.net.ICancellable cancel)
Does ... |
java.lang.String |
getHost()
Represents ... |
int |
getPort()
Represents ... |
java.lang.String |
getServiceName()
Does ... |
java.lang.String |
getSubtype()
Represents ... |
java.lang.String |
getType()
Represents ... |
void |
setHost(java.lang.String _hostName)
Represents ... |
void |
setPort(int _port)
Does ... |
void |
setServiceName(java.lang.String _serviceName)
Does ... |
void |
setSubtype(java.lang.String _subtype)
Represents ... |
void |
setType(java.lang.String _type)
Represents ... |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String hostName
Represents ...
protected int port
Represents ...
protected java.lang.String serviceName
Represents ...
| Constructor Detail |
|---|
public RemoteClient()
| Method Detail |
|---|
public abstract void close()
Does ...
public abstract boolean connect(boolean override,
org.gvsig.compat.net.ICancellable cancel)
Does ...
public java.lang.String getHost()
Represents ...
public int getPort()
Represents ...
public java.lang.String getServiceName()
Does ...
public java.lang.String getSubtype()
Represents ...
public java.lang.String getType()
Represents ...
public void setHost(java.lang.String _hostName)
Represents ...
_hostName - public void setPort(int _port)
Does ...
_port - public void setServiceName(java.lang.String _serviceName)
Does ...
_serviceName - public void setSubtype(java.lang.String _subtype)
Represents ...
_subtype - public void setType(java.lang.String _type)
Represents ...
_type -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||