net.sf.farrago.jdbc
Class FarragoRJDriverPropertyInfo

java.lang.Object
  extended by org.objectweb.rmijdbc.RJDriverPropertyInfo
      extended by 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_
 
Constructor Summary
FarragoRJDriverPropertyInfo(DriverPropertyInfo dpi)
           
 
Method Summary
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
SerialVersionUID created with JDK 1.5 serialver tool.

See Also:
Constant Field Values
Constructor Detail

FarragoRJDriverPropertyInfo

public FarragoRJDriverPropertyInfo(DriverPropertyInfo dpi)