|
WebLogic Server 6.0 Code Examples, BEA Systems, Inc. | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.security.rdbmsrealm.RDBMSDelegate.DFactory
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 |
|
Constructor Detail |
RDBMSDelegate.DFactory(RDBMSRealm owner)
Method Detail |
public void destroyInstance(java.lang.Object obj)
destroyInstance
in interface weblogic.security.utils.Factory
public java.lang.Object newInstance() throws java.lang.reflect.InvocationTargetException
newInstance
in interface weblogic.security.utils.Factory
|
Documentation is available at http://e-docs.bea.com/wls/docs60 |
|||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |