net.sf.farrago.jdbc
Class FarragoRJDriverPropertyInfo
java.lang.Object
org.objectweb.rmijdbc.RJDriverPropertyInfo
net.sf.farrago.jdbc.FarragoRJDriverPropertyInfo
- All Implemented Interfaces:
- Serializable
public class FarragoRJDriverPropertyInfo
- extends org.objectweb.rmijdbc.RJDriverPropertyInfo
- implements Serializable
Serializable DriverPropertyInfo passed through RMI.
This class extends RmiJdbc's RJDriverPropertyInfo which implements Serializable
interface to pass the DriverPropertyInfo class from
server to client via RMI.
- Version:
- $Id: //open/dev/farrago/src/net/sf/farrago/jdbc/FarragoRJDriverPropertyInfo.java#11 $
- Author:
- Tim Leung
- See Also:
- Serialized Form
Field Summary |
private static long |
serialVersionUID
SerialVersionUID created with JDK 1.5 serialver tool. |
Fields inherited from class org.objectweb.rmijdbc.RJDriverPropertyInfo |
choices_, description_, name_, required_, value_ |
Methods inherited from class org.objectweb.rmijdbc.RJDriverPropertyInfo |
getPropertyInfo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- SerialVersionUID created with JDK 1.5 serialver tool.
- See Also:
- Constant Field Values
FarragoRJDriverPropertyInfo
public FarragoRJDriverPropertyInfo(DriverPropertyInfo dpi)