|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.soa.esb.parameters.ParamRepositoryFactory
public abstract class ParamRepositoryFactory
Factory class for Singleton ParamRepository
creation.
ParamRepository
implementation to be created. If not specified, the
default implementation is the
ParamFileRepository
.
Constructor Summary | |
---|---|
ParamRepositoryFactory()
|
Method Summary | |
---|---|
static ParamRepository |
getInstance()
Factory method for creating the Singleton ParamRepository
instance for the system. |
protected static void |
reset()
Resets the factory, allowing creation of a new Singleton instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParamRepositoryFactory()
Method Detail |
---|
public static ParamRepository getInstance()
ParamRepository
instance for the system.
protected static void reset()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |