dsnserver
Class XmlRpcGetDSN

java.lang.Object
  extended by dsnserver.XmlRpcGetDSN

public class XmlRpcGetDSN
extends java.lang.Object

A function wich is used as a XmlRpc function. It gives back all rows of the dsninfo table in the DB.

Author:
kaltt

Constructor Summary
XmlRpcGetDSN()
           
 
Method Summary
 java.util.Vector getDSN()
          A function wich is used as a XmlRpc function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcGetDSN

XmlRpcGetDSN()
Method Detail

getDSN

public java.util.Vector getDSN()
A function wich is used as a XmlRpc function. It gives back all rows of the dsninfo table in the DB.

Returns:
Hashtable result (Keys: DSNID, DSNVer, DSNLocation, DSNProgInfo, DSNlastSeen)