BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.jdbc.common
Interface JdbcServices


Deprecated. All methods in this interface are deprecated. In WebLogic Server 7.0 and later, these methods are removed from this interface and are available in the JDBCConnectionPoolRuntimeMBean.

public interface JdbcServices
extends java.rmi.Remote

Interface for JdbcT3 services. T3Clients get access to these services through the T3ClientServices class in weblogic.common.

Author:
Copyright (c) 1997 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1999 by BEA WebXpress. All Rights Reserved.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 void createPool(java.util.Properties props)
          Deprecated. Creates a new connection pool with the properties specified.
 Pool getPool(java.lang.String name)
          Deprecated. Returns an existing connection pool with the name specified.
 boolean poolExists(java.lang.String poolName)
          Deprecated. Returns true if a connection pool with the given name exists.
 

Method Detail

poolExists

public boolean poolExists(java.lang.String poolName)
                   throws java.lang.Exception
Deprecated. 
Returns true if a connection pool with the given name exists.

This is a privileged method, and can only be invoked on a client that has specified an authorized Principal.

Parameters:
name - Name of the pool being looked for
Throws:
java.lang.Exception - if there is an error

createPool

public void createPool(java.util.Properties props)
                throws java.lang.Exception
Deprecated. 
Creates a new connection pool with the properties specified.

This is a privileged method, and can only be invoked on a client that has specified an authorized Principal.

Parameters:
props - properties of the pool to create
Throws:
java.lang.Exception - if there is an error

getPool

public Pool getPool(java.lang.String name)
             throws java.lang.Exception
Deprecated. 
Returns an existing connection pool with the name specified.

This is a privileged method, and can only be invoked on a client that has specified an authorized Principal.

Parameters:
name - name of the pool
Throws:
java.lang.Exception - if there is an error

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.