org.jboss.portal.wsrp.producer.config.impl
Class ProducerConfigurationServiceImpl

java.lang.Object
  extended by ServiceMBeanSupport
      extended by org.jboss.portal.jems.as.system.AbstractJBossService
          extended by org.jboss.portal.wsrp.producer.config.impl.ProducerConfigurationServiceImpl
All Implemented Interfaces:
ProducerConfigurationService

public class ProducerConfigurationServiceImpl
extends AbstractJBossService
implements ProducerConfigurationService

Since:
2.6
Version:
$Revision: 7379 $
Author:
Chris Laprun

Constructor Summary
ProducerConfigurationServiceImpl()
           
 
Method Summary
 java.lang.String getConfigLocation()
           
 ProducerConfiguration getConfiguration()
           
 void setConfigLocation(java.lang.String configLocation)
           
protected  void startService()
           
 
Methods inherited from class org.jboss.portal.jems.as.system.AbstractJBossService
create, destroy, getState, getStateString, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProducerConfigurationServiceImpl

public ProducerConfigurationServiceImpl()
Method Detail

getConfigLocation

public java.lang.String getConfigLocation()

setConfigLocation

public void setConfigLocation(java.lang.String configLocation)

getConfiguration

public ProducerConfiguration getConfiguration()
Specified by:
getConfiguration in interface ProducerConfigurationService

startService

protected void startService()
                     throws java.lang.Exception
Throws:
java.lang.Exception