org.codehaus.plexus.service.jetty
Class JettyPlexusService

java.lang.Object
  extended byorg.codehaus.plexus.logging.AbstractLogEnabled
      extended byorg.codehaus.plexus.service.jetty.JettyPlexusService
All Implemented Interfaces:
org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable, org.codehaus.plexus.logging.LogEnabled, org.codehaus.plexus.application.service.PlexusService, org.codehaus.plexus.personality.plexus.lifecycle.phase.Startable

public class JettyPlexusService
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements org.codehaus.plexus.application.service.PlexusService, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable, org.codehaus.plexus.personality.plexus.lifecycle.phase.Startable

Version:
$Id: JettyPlexusService.java 2210 2005-07-06 09:42:38Z trygvis $
Author:
Trygve Laugstøl

Field Summary
 
Fields inherited from interface org.codehaus.plexus.application.service.PlexusService
ROLE
 
Constructor Summary
JettyPlexusService()
           
 
Method Summary
 void afterApplicationStart(org.codehaus.plexus.application.profile.ApplicationRuntimeProfile applicationRuntimeProfile, org.codehaus.plexus.configuration.PlexusConfiguration serviceConfiguration)
           
 void beforeApplicationStart(org.codehaus.plexus.application.profile.ApplicationRuntimeProfile applicationRuntimeProfile, org.codehaus.plexus.configuration.PlexusConfiguration serviceConfiguration)
           
 void initialize()
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyPlexusService

public JettyPlexusService()
Method Detail

initialize

public void initialize()
Specified by:
initialize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable

start

public void start()
Specified by:
start in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Startable

stop

public void stop()
Specified by:
stop in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Startable

beforeApplicationStart

public void beforeApplicationStart(org.codehaus.plexus.application.profile.ApplicationRuntimeProfile applicationRuntimeProfile,
                                   org.codehaus.plexus.configuration.PlexusConfiguration serviceConfiguration)
                            throws java.lang.Exception
Specified by:
beforeApplicationStart in interface org.codehaus.plexus.application.service.PlexusService
Throws:
java.lang.Exception

afterApplicationStart

public void afterApplicationStart(org.codehaus.plexus.application.profile.ApplicationRuntimeProfile applicationRuntimeProfile,
                                  org.codehaus.plexus.configuration.PlexusConfiguration serviceConfiguration)
                           throws java.lang.Exception
Specified by:
afterApplicationStart in interface org.codehaus.plexus.application.service.PlexusService
Throws:
java.lang.Exception


Copyright © {inceptionYear}-2007 null. All Rights Reserved.