/** * $RCSfile$ * $Revision$ * $Date$ * * Copyright (C) 1999-2003 CoolServlets, Inc. All rights reserved. * * This software is the proprietary information of CoolServlets, Inc. * Use is subject to license terms. */packageorg.jivesoftware.messenger.spi;importorg.jivesoftware.messenger.XMPPServerMBean;/** * JMX naming conventions dictate a properly named interface * for static JMX MBeans. * * @author Iain Shigeoka */publicinterfaceBasicServerMBeanextendsXMPPServerMBean{}