|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.norther.tammi.root.db.StaticPersisterFactory
public class StaticPersisterFactory
A convenience class to statically access connection specific persister factories.
| Constructor Summary | |
|---|---|
StaticPersisterFactory()
|
|
| Method Summary | |
|---|---|
static MBeanReference |
getPersisterFactoryMBean(String className,
String alias)
Gets a reference to the persister factory MBean of the specified persister class and connection alias. |
static MBeanReference |
putRegisteredConnection(String className,
String alias,
MBeanReference ref)
Adds a registered connection alias. |
static boolean |
removePersisterFactoryMBean(String className,
MBeanReference ref)
Removes the specified persister factory. |
static boolean |
removeRegisteredConnection(String className,
String alias,
MBeanReference ref)
Removes a registered connection alias. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StaticPersisterFactory()
| Method Detail |
|---|
public static MBeanReference getPersisterFactoryMBean(String className,
String alias)
className - the persister class name.alias - the connection alias.
public static boolean removePersisterFactoryMBean(String className,
MBeanReference ref)
className - the persister class name.ref - a reference to the corresponding persister factory MBean.
public static MBeanReference putRegisteredConnection(String className,
String alias,
MBeanReference ref)
className - the persister class name.alias - the connection alias.ref - the corresponding factory.
public static boolean removeRegisteredConnection(String className,
String alias,
MBeanReference ref)
className - the persister class name.alias - the connection alias.ref - the corresponding factory.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||