org.jboss.soa.esb.common
Interface JBossESBPropertyServiceMBean

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

public interface JBossESBPropertyServiceMBean
extends org.jboss.system.ServiceMBean

This MBean wraps the configuration to allow ServiceBindingManager to alter the configuration.


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.