org.codehaus.plexus.appserver.service
Interface PlexusService

All Known Implementing Classes:
AbstractPlexusService

public interface PlexusService

Version:
$Id: PlexusService.java 3223 2006-04-29 01:04:41Z jvanzyl $
Author:
Trygve Laugstøl

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 void afterApplicationStart(AppRuntimeProfile appRuntimeProfile, org.codehaus.plexus.configuration.PlexusConfiguration serviceConfiguration)
           
 void beforeApplicationStart(AppRuntimeProfile appRuntimeProfile, org.codehaus.plexus.configuration.PlexusConfiguration serviceConfiguration)
           
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

beforeApplicationStart

public void beforeApplicationStart(AppRuntimeProfile appRuntimeProfile,
                                   org.codehaus.plexus.configuration.PlexusConfiguration serviceConfiguration)
                            throws java.lang.Exception
Throws:
java.lang.Exception

afterApplicationStart

public void afterApplicationStart(AppRuntimeProfile appRuntimeProfile,
                                  org.codehaus.plexus.configuration.PlexusConfiguration serviceConfiguration)
                           throws java.lang.Exception
Throws:
java.lang.Exception


Copyright 2001-2001-2006 Codehaus. All Rights Reserved.