|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.rmi.server.RemoteObject java.rmi.server.RemoteServer java.rmi.server.UnicastRemoteObject org.objectweb.rmijdbc.RJConnectionServer net.sf.farrago.server.FarragoRJConnectionServer
public class FarragoRJConnectionServer
RMI server-side implementation of Connection
, also contains
server-side implementations of the the extended methods of a Farrago JDBC
connection defined by the interface FarragoConnection
.
Field Summary | |
---|---|
private FarragoConnection |
farragoConnection
Holds the underlying connection. |
Fields inherited from class java.rmi.server.RemoteObject |
---|
ref |
Constructor Summary | |
---|---|
FarragoRJConnectionServer(FarragoConnection c)
|
Method Summary | |
---|---|
String |
findMofId(String wrapperName)
|
long |
getFarragoSessionId()
|
FarragoRJMedDataWrapperInterface |
getWrapper(String mofId,
String libraryName,
Properties options)
|
Methods inherited from class org.objectweb.rmijdbc.RJConnectionServer |
---|
clearWarnings, close, commit, createStatement, createStatement, createStatement, finalize, 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, unreferenced |
Methods inherited from class java.rmi.server.UnicastRemoteObject |
---|
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
---|
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
---|
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
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 |
Field Detail |
---|
private final FarragoConnection farragoConnection
Constructor Detail |
---|
public FarragoRJConnectionServer(FarragoConnection c) throws RemoteException
RemoteException
Method Detail |
---|
public String findMofId(String wrapperName) throws RemoteException, SQLException
findMofId
in interface FarragoRJConnectionInterface
RemoteException
SQLException
FarragoConnection.getWrapper(java.lang.String, java.lang.String, java.util.Properties)
public long getFarragoSessionId() throws RemoteException, SQLException
getFarragoSessionId
in interface FarragoRJConnectionInterface
RemoteException
SQLException
FarragoConnection.getFarragoSessionId()
public FarragoRJMedDataWrapperInterface getWrapper(String mofId, String libraryName, Properties options) throws RemoteException, SQLException
getWrapper
in interface FarragoRJConnectionInterface
RemoteException
SQLException
FarragoConnection.getWrapper(java.lang.String, java.lang.String, java.util.Properties)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |