|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VServer
Method Summary | |
---|---|
void |
connect()
Explicit connect so a Server can be created but does NOT connect yet. |
void |
disconnect()
Explicit disconnect so a server can be disconnected and connected again (=reset!) |
java.lang.String |
getHostname()
Return hostname |
java.lang.String |
getID()
Return identification String for this server |
int |
getPort()
Return port |
java.lang.String |
getScheme()
Return default scheme |
VRL |
getServerVRL()
Returns VRL which identifies this server. |
boolean |
isConnected()
|
Method Detail |
---|
java.lang.String getHostname()
int getPort()
java.lang.String getScheme()
java.lang.String getID()
VRL getServerVRL()
boolean isConnected()
void connect() throws VlException
VlException
void disconnect() throws VlException
VlException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |