jrunx.comp.sql
Interface SQLInvoker


public interface SQLInvoker

The remote interface for the internally-used SQL Invoker Stateful Session bean, which handles all remote requests for a JRun JDBC reource.

Author:
PS Neville

Method Summary
 java.lang.String getPoolName()
           
 java.lang.Object invokeConnection(RemoteSQLInvocation invocation)
           
 java.lang.Object invokeDatabaseMetaData(RemoteSQLInvocation invocation)
           
 java.lang.Object invokeDataSource(RemoteSQLInvocation invocation)
           
 java.lang.Object invokeResultSet(RemoteSQLInvocation invocation)
           
 java.lang.Object invokeResultSetMetaData(RemoteSQLInvocation invocation)
           
 java.lang.Object invokeStatement(RemoteSQLInvocation invocation)
           
 

Method Detail

getPoolName

public java.lang.String getPoolName()
                             throws java.rmi.RemoteException

invokeDatabaseMetaData

public java.lang.Object invokeDatabaseMetaData(RemoteSQLInvocation invocation)
                                        throws java.rmi.RemoteException,
                                               java.sql.SQLException

invokeDataSource

public java.lang.Object invokeDataSource(RemoteSQLInvocation invocation)
                                  throws java.rmi.RemoteException,
                                         java.sql.SQLException

invokeConnection

public java.lang.Object invokeConnection(RemoteSQLInvocation invocation)
                                  throws java.rmi.RemoteException,
                                         java.sql.SQLException

invokeStatement

public java.lang.Object invokeStatement(RemoteSQLInvocation invocation)
                                 throws java.rmi.RemoteException,
                                        java.sql.SQLException

invokeResultSet

public java.lang.Object invokeResultSet(RemoteSQLInvocation invocation)
                                 throws java.rmi.RemoteException,
                                        java.sql.SQLException

invokeResultSetMetaData

public java.lang.Object invokeResultSetMetaData(RemoteSQLInvocation invocation)
                                         throws java.rmi.RemoteException,
                                                java.sql.SQLException


Copyright � 2002 Macromedia Corporation. All Rights Reserved.