JBoss XML Registry: jUDDi Server 1.0.0.Beta3

org.jboss.as.juddi.service
Class JUDDIWebContextService

java.lang.Object
  extended by org.jboss.as.juddi.service.JUDDIWebContextService
All Implemented Interfaces:
org.jboss.msc.service.Service<org.apache.catalina.Context>, org.jboss.msc.value.Value<org.apache.catalina.Context>

public final class JUDDIWebContextService
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

Field Summary
 
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
 

Method Detail

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

JBoss XML Registry: jUDDi Server 1.0.0.Beta3

Copyright © 2011 JBoss by Red Hat. All Rights Reserved.