WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

examples.security.rdbmsrealm
Class RDBMSDelegate.DFactory

java.lang.Object
  |
  +--examples.security.rdbmsrealm.RDBMSDelegate.DFactory
All Implemented Interfaces:
weblogic.security.utils.Factory
Enclosing class:
RDBMSDelegate

static class RDBMSDelegate.DFactory
extends java.lang.Object
implements weblogic.security.utils.Factory

A factory class that creates instances of the RDBMSDelegate class for the purpose of pooling.


Constructor Summary
(package private) RDBMSDelegate.DFactory(RDBMSRealm owner)
          Creates an instance of the factory owned by the specified security realm.
 
Method Summary
 void destroyInstance(java.lang.Object obj)
          Destroys a delegate.
 java.lang.Object newInstance()
          Creates a new delegate.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDBMSDelegate.DFactory

RDBMSDelegate.DFactory(RDBMSRealm owner)
Creates an instance of the factory owned by the specified security realm.
Method Detail

destroyInstance

public void destroyInstance(java.lang.Object obj)
Destroys a delegate.
Specified by:
destroyInstance in interface weblogic.security.utils.Factory

newInstance

public java.lang.Object newInstance()
                             throws java.lang.reflect.InvocationTargetException
Creates a new delegate.
Specified by:
newInstance in interface weblogic.security.utils.Factory

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

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