org.exolab.castor.jdo.conf
public class TransactionManager extends Object implements Serializable
Version: $Revision: 1.2 $ $Date: 2005/03/05 13:41:50 $
Constructor Summary | |
---|---|
TransactionManager() |
Method Summary | |
---|---|
void | addParam(Param vParam)
Method addParam
|
void | addParam(int index, Param vParam)
Method addParam
|
void | clearParam()
Method clearParam |
Enumeration | enumerateParam()
Method enumerateParam |
String | getName()
Returns the value of field 'name'.
|
Param | getParam(int index)
Method getParam
|
Param[] | getParam()
Method getParam |
int | getParamCount()
Method getParamCount |
boolean | isValid()
Method isValid |
void | marshal(Writer out)
Method marshal
|
void | marshal(ContentHandler handler)
Method marshal
|
boolean | removeParam(Param vParam)
Method removeParam
|
void | setName(String name)
Sets the value of field 'name'.
|
void | setParam(int index, Param vParam)
Method setParam
|
void | setParam(Param[] paramArray)
Method setParam
|
static Object | unmarshal(Reader reader)
Method unmarshal
|
void | validate()
Method validate |
Parameters: vParam
Parameters: index vParam
Returns: the value of field 'name'.
Parameters: index
Parameters: out
Parameters: handler
Parameters: vParam
Parameters: name the value of field 'name'.
Parameters: index vParam
Parameters: paramArray
Parameters: reader