org.jboss.soa.esb.actions.converters
Interface SmooksServiceMBean

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

public interface SmooksServiceMBean
extends org.jboss.system.ServiceMBean

Smooks Service MBean.

Initialization MBean.

Author:
tom.fennelly@jboss.com

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 getPropertyFile()
          Get the property file.
 void setPropertyFile(java.lang.String propertyFile)
          Set the property file.
 
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

getPropertyFile

java.lang.String getPropertyFile()
Get the property file.

Returns:
The name of the property file being used.

setPropertyFile

void setPropertyFile(java.lang.String propertyFile)
Set the property file.

Parameters:
propertyFile - The name of the property file being used.