JMXConnectorServiceMBean.java :  » Workflow-Engines » osbl-1_0 » org » concern » jboss » Java Open Source

Java Open Source » Workflow Engines » osbl 1_0 
osbl 1_0 » org » concern » jboss » JMXConnectorServiceMBean.java
/*
 * $Id: JMXConnectorServiceMBean.java 399 2005-01-03 17:17:35Z hengels $
 * (c) Copyright 2004 con:cern development team.
 *
 * This file is part of con:cern (http://concern.org).
 *
 * con:cern is free software; you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License
 * as published by the Free Software Foundation; either version 2.1
 * of the License, or (at your option) any later version.
 *
 * Please see COPYING for the complete licence.
 */
package org.concern.jboss;

/**
 * @author hengels
 * @version $Revision: 399 $
 */
public interface JMXConnectorServiceMBean
{
    public void start() throws Exception;
    public void stop();

    String getJndiName();

    void setJndiName(String jndiName);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.