net.sf.farrago.jdbc.rmi
Interface FarragoRJConnectionInterface

All Superinterfaces:
Remote, org.objectweb.rmijdbc.RJConnectionInterface
All Known Implementing Classes:
FarragoRJConnectionServer

public interface FarragoRJConnectionInterface
extends org.objectweb.rmijdbc.RJConnectionInterface

RMI server interface corresponding to FarragoMedDataWrapper.

Version:
$Id: //open/dev/farrago/src/net/sf/farrago/jdbc/rmi/FarragoRJConnectionInterface.java#11 $
Author:
Tim Leung

Method Summary
 String findMofId(String wrapperName)
           
 long getFarragoSessionId()
           
 FarragoRJMedDataWrapperInterface getWrapper(String mofId, String libraryName, Properties options)
           
 
Methods inherited from interface org.objectweb.rmijdbc.RJConnectionInterface
clearWarnings, close, commit, createStatement, createStatement, createStatement, getAutoCommit, getCatalog, getHoldability, getMetaData, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap
 

Method Detail

getFarragoSessionId

long getFarragoSessionId()
                         throws RemoteException,
                                SQLException
Throws:
RemoteException
SQLException
See Also:
FarragoConnection.getFarragoSessionId()

findMofId

String findMofId(String wrapperName)
                 throws RemoteException,
                        SQLException
Throws:
RemoteException
SQLException
See Also:
FarragoConnection.getWrapper(java.lang.String, java.lang.String, java.util.Properties)

getWrapper

FarragoRJMedDataWrapperInterface getWrapper(String mofId,
                                            String libraryName,
                                            Properties options)
                                            throws RemoteException,
                                                   SQLException
Throws:
RemoteException
SQLException
See Also:
FarragoConnection.getWrapper(java.lang.String, java.lang.String, java.util.Properties)