|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbackup.client.Connection
public class Connection
Connection for XML-RPC calls to BackupServer.
Constructor Summary | |
---|---|
Connection(BackupClient bc,
java.lang.String host,
int port)
Constructs a new Connection. |
Method Summary | |
---|---|
java.util.Hashtable |
send(java.lang.String action,
java.util.Vector query)
Executes a XML-RPC call on the server. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Connection(BackupClient bc, java.lang.String host, int port)
bc
- parent BackupClienthost
- server addressport
- server portMethod Detail |
---|
public java.util.Hashtable send(java.lang.String action, java.util.Vector query)
action
- method to execute on the serverquery
- parameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |