WebLogic Server 7.0 Code Examples, BEA Systems, Inc.

examples.jdbc.oracle.extensions
Interface Extensions

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface Extensions
extends javax.ejb.EJBObject

Author:
Copyright (c) 1999-2002 by BEA Systems, Inc. All Rights Reserved.

Method Summary
 void executeRefs(java.lang.String url)
          Executes refs select and update.
 void getArrays(java.lang.String url)
          Executes arrays select.
 java.util.Vector getStructs(java.lang.String url)
          Executes structs select.
 java.util.Vector insertStructs(EmployeeBO emp, java.lang.String url)
          Executes structs update.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

executeRefs

public void executeRefs(java.lang.String url)
                 throws java.rmi.RemoteException,
                        java.sql.SQLException,
                        javax.naming.NamingException
Executes refs select and update.

getArrays

public void getArrays(java.lang.String url)
               throws java.rmi.RemoteException,
                      java.sql.SQLException,
                      javax.naming.NamingException
Executes arrays select.
Throws:
java.rmi.RemoteException - if there is a communications or systems failure

getStructs

public java.util.Vector getStructs(java.lang.String url)
                            throws java.rmi.RemoteException,
                                   java.sql.SQLException,
                                   javax.naming.NamingException
Executes structs select.
Throws:
java.rmi.RemoteException - if there is a communications or systems failure

insertStructs

public java.util.Vector insertStructs(EmployeeBO emp,
                                      java.lang.String url)
                               throws java.rmi.RemoteException,
                                      java.sql.SQLException,
                                      javax.naming.NamingException
Executes structs update.
Throws:
java.rmi.RemoteException - if there is a communications or systems failure

Documentation is available at
http://e-docs.bea.com/wls/docs70

Copyright © 2002 BEA Systems, Inc. All Rights Reserved.