|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.beasys.commerce.util.PersistenceHelperPluginFactory
@Deprecated public class PersistenceHelperPluginFactory
Factory for PersistenceHelperPlugin instances. Implements a "Singleton" design pattern for PersistenceHelperPlugins, where a single instance of a plugin exists for each plugin class.
| Constructor Summary | |
|---|---|
PersistenceHelperPluginFactory()
Deprecated See BEA Commerce product offering |
|
| Method Summary | |
|---|---|
static PersistenceHelperPlugin |
createPlugin(String pluginClassName)
Deprecated See BEA Commerce product offering |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PersistenceHelperPluginFactory()
| Method Detail |
|---|
public static PersistenceHelperPlugin createPlugin(String pluginClassName)
throws ClassNotFoundException,
InstantiationException,
IllegalAccessException
pluginClassName - The name of the PersistenceHelperPlugin
implementation class.
ClassCastException - if the class denoted by the pluginClassName is
not an instance of a PersistenceHelperPlugin.
ClassNotFoundException - if the class denoted by the pluginClassName
could not be found.
InstantiationException - if the instantiation of an instance of the class denoted
by the pluginClassName fails for some reason.
IllegalAccessException - if the class or initializer denoted by the
pluginClassName is not accessible.
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||