org.jboss.messaging.core.plugin
Class DefaultPostOfficeService
java.lang.Object
ServiceMBeanSupport
org.jboss.messaging.core.plugin.JDBCServiceSupport
org.jboss.messaging.core.plugin.DefaultPostOfficeService
- All Implemented Interfaces:
- ServerPlugin
- public class DefaultPostOfficeService
- extends JDBCServiceSupport
A DefaultPostOfficeService
MBean wrapper for a simple post office
- Version:
- $Revision: 2684 $
$Id: DefaultPostOfficeService.java 2684 2007-05-15 07:31:30Z timfox $
- Author:
- Tim Fox
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPostOfficeService
public DefaultPostOfficeService()
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.
getServerPeer
public ObjectName getServerPeer()
setServerPeer
public void setServerPeer(ObjectName on)
getPostOfficeName
public java.lang.String getPostOfficeName()
setPostOfficeName
public void setPostOfficeName(java.lang.String name)
listBindings
public java.lang.String listBindings()
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.