Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.exolab.castor.jdo.conf.Driver
public class Driver
extends java.lang.Object
implements java.io.Serializable
Constructor Summary | |
|
Method Summary | |
void | |
java.util.Enumeration | |
java.lang.String | |
Param[] |
|
Param |
|
int | |
java.lang.String |
|
boolean |
|
void |
|
void |
|
void | |
Param |
|
void |
|
void | |
void |
|
static Driver |
|
void |
|
public void addParam(Param vParam) throws java.lang.IndexOutOfBoundsException
- Parameters:
vParam
-
public java.util.Enumeration enumerateParam()
public java.lang.String getClassName()
public Param getParam(int index) throws java.lang.IndexOutOfBoundsException
- Parameters:
index
-
public int getParamCount()
public java.lang.String getUrl()
public boolean isValid()
public void marshal(java.io.Writer out) throws MarshalException, ValidationException
- Parameters:
out
-
public void marshal(org.xml.sax.DocumentHandler handler) throws MarshalException, ValidationException
- Parameters:
handler
-
public void removeAllParam()
public void setClassName(java.lang.String _className)
- Parameters:
_className
-
public void setParam(Param vParam, int index) throws java.lang.IndexOutOfBoundsException
- Parameters:
vParam
-index
-
public void setUrl(java.lang.String _url)
- Parameters:
_url
-
public static Driver unmarshal(java.io.Reader reader) throws MarshalException, ValidationException
- Parameters:
reader
-