org.codehaus.plexus.appserver.supervisor
Interface Supervisor

All Known Implementing Classes:
DefaultSupervisor

public interface Supervisor

Version:
$Id: Supervisor.java 3247 2006-05-01 13:51:23Z jvanzyl $
Author:
Trygve Laugstøl

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 void addDirectory(java.io.File directory, SupervisorListener listener)
           
 java.lang.String getName()
           
 void scan()
           
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

addDirectory

public void addDirectory(java.io.File directory,
                         SupervisorListener listener)
                  throws SupervisorException
Throws:
SupervisorException

scan

public void scan()
          throws SupervisorException
Throws:
SupervisorException

getName

public java.lang.String getName()


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