WebLogic Server 7.0 Code Examples, BEA Systems, Inc.

examples.jdbc.oracle.extensions
Class BaseClient

java.lang.Object
  |
  +--examples.jdbc.oracle.extensions.BaseClient
Direct Known Subclasses:
ArraysClient, RefsClient, StructsClient

public class BaseClient
extends java.lang.Object

Common client functions.

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

Constructor Summary
BaseClient()
           
 
Method Summary
static Extensions getExtensionEJB(java.lang.String url)
           
static void log(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseClient

public BaseClient()
Method Detail

getExtensionEJB

public static Extensions getExtensionEJB(java.lang.String url)
                                  throws javax.naming.NamingException,
                                         javax.ejb.CreateException,
                                         java.rmi.RemoteException

log

public static void log(java.lang.String str)

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

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