org.jboss.as.juddi.service
Class JUDDIConfigurationService
java.lang.Object
org.jboss.msc.service.AbstractService<JUDDIConfiguration>
org.jboss.as.juddi.service.JUDDIConfigurationService
- All Implemented Interfaces:
- org.jboss.msc.service.Service<JUDDIConfiguration>, org.jboss.msc.value.Value<JUDDIConfiguration>
public class JUDDIConfigurationService
- extends org.jboss.msc.service.AbstractService<JUDDIConfiguration>
The configuration service of the jUDDI server
- Since:
- 22-Nov-2011
- Author:
- Thomas.Diesler@jboss.com
| Fields inherited from interface org.jboss.msc.service.Service |
NULL, NULL_VALUE |
|
Method Summary |
static org.jboss.msc.service.ServiceController<?> |
addService(org.jboss.msc.service.ServiceTarget target,
org.jboss.msc.service.ServiceListener<Object>... listeners)
|
JUDDIConfiguration |
getValue()
|
void |
start(org.jboss.msc.service.StartContext context)
|
| Methods inherited from class org.jboss.msc.service.AbstractService |
stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
addService
public static org.jboss.msc.service.ServiceController<?> addService(org.jboss.msc.service.ServiceTarget target,
org.jboss.msc.service.ServiceListener<Object>... listeners)
start
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
- Specified by:
start in interface org.jboss.msc.service.Service<JUDDIConfiguration>- Overrides:
start in class org.jboss.msc.service.AbstractService<JUDDIConfiguration>
- Throws:
org.jboss.msc.service.StartException
getValue
public JUDDIConfiguration getValue()
throws IllegalStateException
- Specified by:
getValue in interface org.jboss.msc.value.Value<JUDDIConfiguration>- Overrides:
getValue in class org.jboss.msc.service.AbstractService<JUDDIConfiguration>
- Throws:
IllegalStateException
Copyright © 2011 JBoss by Red Hat. All Rights Reserved.