org.servicemix.jboss.deployment
Interface JBIServiceMBean

All Superinterfaces:
org.jboss.system.Service, org.jboss.system.ServiceMBean
All Known Implementing Classes:
JBIService

public interface JBIServiceMBean
extends org.jboss.system.ServiceMBean

MBean interface.

Author:
Philip Dodds

Field Summary
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 java.lang.String getTransactionManager()
          Gets the location of the transaction manager to use
 void installArchive(java.lang.String archive)
          Request the JBI Container install the given archive
 void installServiceMixXml(java.lang.String archive)
          Request the JBI Container install the given ServiceMix XML
 void setTransactionManager(java.lang.String transactionManager)
          Sets the location of the transaction manager to use
 void uninstallArchive(java.lang.String archive)
          Request the JBI Container uninstall the given archive
 void uninstallServiceMixXml(java.lang.String archive)
          Request the JBI Container uninstall the given ServiceMix XML
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

getTransactionManager

java.lang.String getTransactionManager()
Gets the location of the transaction manager to use

Returns:
The transaction manager

installArchive

void installArchive(java.lang.String archive)
Request the JBI Container install the given archive

Parameters:
archive - The name of the archive to install

uninstallArchive

void uninstallArchive(java.lang.String archive)
Request the JBI Container uninstall the given archive

Parameters:
archive - The name of the archive to install

installServiceMixXml

void installServiceMixXml(java.lang.String archive)
Request the JBI Container install the given ServiceMix XML

Parameters:
archive - The name of the archive to install

uninstallServiceMixXml

void uninstallServiceMixXml(java.lang.String archive)
Request the JBI Container uninstall the given ServiceMix XML

Parameters:
archive - The name of the archive to install

setTransactionManager

void setTransactionManager(java.lang.String transactionManager)
Sets the location of the transaction manager to use

Parameters:
transactionManager -


Copyright © 2005-2011 FuseSource. All Rights Reserved.