All Examples  Security Examples  This Package

Class examples.security.rdbmsrealm.RDBMSDelegate.DFactory

java.lang.Object
    |
    +----examples.security.rdbmsrealm.RDBMSDelegate.DFactory

static class RDBMSDelegate.DFactory
extends java.lang.Object
implements weblogic.utils.reuse.Factory
This is the factory class that creates instances of the RDBMSDelegate class for pooling.


Variable Index

 o owner
The realm that owns all delegates created by this factory.

Constructor Index

 o RDBMSDelegate.DFactory(RDBMSRealm)
Create an instance of the factory, owned by the given realm.

Method Index

 o destroyInstance(Object)
Destroy a delegate.
 o newInstance()
Create a new delegate.

Field Detail

 o owner
RDBMSRealm owner
          The realm that owns all delegates created by this factory.

Constructor Detail

 o RDBMSDelegate.DFactory
RDBMSDelegate.DFactory(RDBMSRealm owner)
          Create an instance of the factory, owned by the given realm.

Method Detail

 o newInstance
public java.lang.Object newInstance() throws java.lang.reflect.InvocationTargetException
          Create a new delegate.
 o destroyInstance
public void destroyInstance(java.lang.Object obj)
          Destroy a delegate.

All Examples  Security Examples  This Package