org.exolab.castor.jdo.conf
public class Driver extends Object implements Serializable
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:09 $
| Constructor Summary | |
|---|---|
| Driver() | |
| Method Summary | |
|---|---|
| void | addParam(Param vParam) |
| Enumeration | enumerateParam() |
| String | getClassName() |
| Param | getParam(int index) |
| Param[] | getParam() |
| int | getParamCount() |
| String | getUrl() |
| boolean | isValid() |
| void | marshal(Writer out) |
| void | marshal(DocumentHandler handler) |
| void | removeAllParam() |
| Param | removeParam(int index) |
| void | setClassName(String _className) |
| void | setParam(Param vParam, int index) |
| void | setUrl(String _url) |
| static Driver | unmarshal(Reader reader) |
| void | validate() |
Parameters: vParam
Parameters: index
Parameters: out
Parameters: handler
Parameters: index
Parameters: _className
Parameters: vParam index
Parameters: _url
Parameters: reader