org.jbundle.util.webapp.website
Class HttpServiceActivator

java.lang.Object
  extended by org.jbundle.util.osgi.bundle.BaseBundleService
      extended by org.jbundle.util.webapp.osgi.HttpServiceActivator
          extended by org.jbundle.util.webapp.website.HttpServiceActivator
All Implemented Interfaces:
EventListener, org.jbundle.util.osgi.BundleService, org.osgi.framework.BundleActivator, org.osgi.framework.ServiceListener

public class HttpServiceActivator
extends HttpServiceActivator

Start up the web service listener.

Author:
don

Field Summary
 
Fields inherited from class org.jbundle.util.webapp.osgi.HttpServiceActivator
SERVICE_PID
 
Fields inherited from class org.jbundle.util.osgi.bundle.BaseBundleService
context, properties
 
Fields inherited from interface org.jbundle.util.osgi.BundleService
INTERFACE, PACKAGE_NAME, TYPE
 
Constructor Summary
HttpServiceActivator()
           
 
Method Summary
 String getServletClass()
           
 
Methods inherited from class org.jbundle.util.webapp.osgi.HttpServiceActivator
getDefaultSystemContextPath, getHttpContext, getServicePid, serviceChanged, startupThisService
 
Methods inherited from class org.jbundle.util.osgi.bundle.BaseBundleService
checkDependentServicesAndStartup, convertStringToObject, getProperties, getProperty, getResource, makeClass, setProperty, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServiceActivator

public HttpServiceActivator()
Method Detail

getServletClass

public String getServletClass()
Overrides:
getServletClass in class HttpServiceActivator


Copyright © 2011 jbundle.org. All Rights Reserved.