org.jboss.soa.esb.listeners.deployers.mc
Interface EsbDeploymentMBean

All Known Implementing Classes:
EsbDeployment

public interface EsbDeploymentMBean

Interface for exposing JMX operations.

Author:
Daniel Bevenius

Method Summary
 java.lang.String getJbossEsbXml()
          Gets the jboss-esb.xml configuration.
 java.lang.String getJbossEsbXmlAsHtml()
          Gets the jboss-esb.xml configuration as html.
 void start()
          Start a deployment.
 void stop()
          Stop a deployment.
 

Method Detail

start

void start()
           throws java.lang.Exception
Start a deployment.

Throws:
java.lang.Exception - If an exception occurs while starting.

stop

void stop()
          throws java.lang.Exception
Stop a deployment.

Throws:
java.lang.Exception - If an exeption occurs while stoping.

getJbossEsbXml

java.lang.String getJbossEsbXml()
Gets the jboss-esb.xml configuration.

Returns:
String The jboss-esb.xml files content.

getJbossEsbXmlAsHtml

java.lang.String getJbossEsbXmlAsHtml()
Gets the jboss-esb.xml configuration as html.

Returns:
String The jboss-esb.xml files content as html.