BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.common
Interface T3ResourceFactory


Deprecated. Deprecated in WebLogic Server 6.1.

public interface T3ResourceFactory

T3ResourceFactory is an interface that specifies how to manufacture new resources that are associated with objects.

Author:
Copyright (c) 1996-98 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1999 by BEA WebXpress. All Rights Reserved.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
T3ResourceDef

Method Summary
 java.lang.Object createResource()
          Deprecated. Deprecated in WebLogic Server 6.1.
 void refreshResource(java.lang.Object resource)
          Deprecated. Deprecated in WebLogic Server 6.1.
 

Method Detail

createResource

public java.lang.Object createResource()
                                throws ResourceException
Deprecated. Deprecated in WebLogic Server 6.1.
Creates a new instance of a resource when invoked by a resource allocator.

Returns:
New instance of the resource created
Throws:
ResourceException - if the resource cannot be created

refreshResource

public void refreshResource(java.lang.Object resource)
                     throws ResourceException
Deprecated. Deprecated in WebLogic Server 6.1.
Refreshes an instance of a resource when invoked.

Throws:
ResourceException - if the resource cannot be created

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.