org.jboss.jms.server.plugin
Class JDBCJMSUserManagerService

java.lang.Object
  extended byServiceMBeanSupport
      extended byorg.jboss.messaging.core.plugin.JDBCServiceSupport
          extended byorg.jboss.jms.server.plugin.JDBCJMSUserManagerService
All Implemented Interfaces:
ServerPlugin

public class JDBCJMSUserManagerService
extends JDBCServiceSupport

A JDBCJMSUserManagerService MBean wrapper for a JMSUserManager

Version:
$Revision: 2684 $ $Id: JDBCJMSUserManagerService.java 2684 2007-05-15 07:31:30Z timfox $
Author:
Tim Fox
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.messaging.core.plugin.JDBCServiceSupport
createTablesOnStartup, ds, sqlProperties
 
Constructor Summary
JDBCJMSUserManagerService()
           
 
Method Summary
 MessagingComponent getInstance()
          A server plugin will be always accessed via a hard reference, so it is essential that each implementation exposes this method.
protected  void startService()
           
protected  void stopService()
           
 
Methods inherited from class org.jboss.messaging.core.plugin.JDBCServiceSupport
getDataSource, getSqlProperties, getTransactionManager, getTransactionManagerReference, isCreateTablesOnStartup, setCreateTablesOnStartup, setDataSource, setSqlProperties, setTransactionManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCJMSUserManagerService

public JDBCJMSUserManagerService()
Method Detail

getInstance

public MessagingComponent getInstance()
Description copied from interface: ServerPlugin
A server plugin will be always accessed via a hard reference, so it is essential that each implementation exposes this method.


startService

protected void startService()
                     throws java.lang.Exception
Overrides:
startService in class JDBCServiceSupport
Throws:
java.lang.Exception

stopService

protected void stopService()
                    throws java.lang.Exception
Overrides:
stopService in class JDBCServiceSupport
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.