|
|
| WebLogic Server 7.0 Code Examples, BEA Systems, Inc. |
|
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
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 |
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
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.