org.jboss.configuration
Class ConfigurationService
java.lang.Object
|
+--javax.management.NotificationBroadcasterSupport
|
+--org.jboss.util.ServiceMBeanSupport
|
+--org.jboss.configuration.ConfigurationService
- All Implemented Interfaces:
- ConfigurationServiceMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, Service, ServiceMBean
- public class ConfigurationService
- extends ServiceMBeanSupport
- implements ConfigurationServiceMBean
- Version:
- $Revision: 1.8 $
- Author:
- Rickard Öberg (rickard.oberg@telkel.com)
- See Also:
Method Summary |
java.lang.String |
getName()
|
javax.management.ObjectName |
getObjectName(javax.management.MBeanServer server,
javax.management.ObjectName name)
|
void |
load(java.lang.String configuration)
|
java.lang.String |
save()
|
Methods inherited from class org.jboss.util.ServiceMBeanSupport |
destroy, destroyService, getState, getStateString, init, initService, postDeregister, postRegister, preDeregister, preRegister, start, startService, stop, stopService |
Methods inherited from class javax.management.NotificationBroadcasterSupport |
addNotificationListener, getNotificationInfo, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationService
public ConfigurationService()
getObjectName
public javax.management.ObjectName getObjectName(javax.management.MBeanServer server,
javax.management.ObjectName name)
throws javax.management.MalformedObjectNameException
- Overrides:
getObjectName
in class ServiceMBeanSupport
getName
public java.lang.String getName()
- Overrides:
getName
in class ServiceMBeanSupport
load
public void load(java.lang.String configuration)
throws java.lang.Exception
- Specified by:
load
in interface ConfigurationServiceMBean
save
public java.lang.String save()
throws java.lang.Exception
- Specified by:
save
in interface ConfigurationServiceMBean
Copyright © 2000 The jBoss Organization. All Rights Reserved.