|
||||||||||
| 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 java.lang.String getHost()
Represents ...
public void setHost(java.lang.String _hostName)
Represents ...
_hostName - public int getPort()
Represents ...
public void setPort(int _port)
Does ...
_port - public java.lang.String getServiceName()
Does ...
public void setServiceName(java.lang.String _serviceName)
Does ...
_serviceName -
public abstract boolean connect(boolean override,
org.gvsig.compat.net.ICancellable cancel)
Does ...
public abstract void close()
Does ...
public java.lang.String getType()
Represents ...
public void setType(java.lang.String _type)
Represents ...
_type - public java.lang.String getSubtype()
Represents ...
public void setSubtype(java.lang.String _subtype)
Represents ...
_subtype -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||