org.jboss.as.jaxr.service
Class JUDDIContextService
java.lang.Object
org.jboss.as.jaxr.service.JUDDIContextService
- All Implemented Interfaces:
- org.jboss.msc.service.Service<org.apache.catalina.Context>, org.jboss.msc.value.Value<org.apache.catalina.Context>
public final class JUDDIContextService
- extends Object
- implements org.jboss.msc.service.Service<org.apache.catalina.Context>
A service starting a welcome web context driven by simple static content.
- Since:
- 26-Oct-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)
|
org.apache.catalina.Context |
getValue()
|
void |
start(org.jboss.msc.service.StartContext startContext)
|
void |
stop(org.jboss.msc.service.StopContext stopContext)
|
| 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 startContext)
throws org.jboss.msc.service.StartException
- Specified by:
start in interface org.jboss.msc.service.Service<org.apache.catalina.Context>
- Throws:
org.jboss.msc.service.StartException
stop
public void stop(org.jboss.msc.service.StopContext stopContext)
- Specified by:
stop in interface org.jboss.msc.service.Service<org.apache.catalina.Context>
getValue
public org.apache.catalina.Context getValue()
throws IllegalStateException
- Specified by:
getValue in interface org.jboss.msc.value.Value<org.apache.catalina.Context>
- Throws:
IllegalStateException
Copyright © 2011 JBoss by Red Hat. All Rights Reserved.