org.codehaus.plexus.appserver.supervisor
Class DefaultSupervisor

java.lang.Object
  extended byorg.codehaus.plexus.appserver.supervisor.DefaultSupervisor
All Implemented Interfaces:
Supervisor

public class DefaultSupervisor
extends java.lang.Object
implements Supervisor

Version:
$Id: DefaultSupervisor.java 3251 2006-05-02 01:35:29Z jvanzyl $
Author:
Trygve Laugstøl

Field Summary
 
Fields inherited from interface org.codehaus.plexus.appserver.supervisor.Supervisor
ROLE
 
Constructor Summary
DefaultSupervisor()
           
 
Method Summary
 void addDirectory(java.io.File directory, SupervisorListener listener)
           
 java.lang.String getName()
           
 void scan()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSupervisor

public DefaultSupervisor()
Method Detail

addDirectory

public void addDirectory(java.io.File directory,
                         SupervisorListener listener)
                  throws SupervisorException
Specified by:
addDirectory in interface Supervisor
Throws:
SupervisorException

scan

public void scan()
          throws SupervisorException
Specified by:
scan in interface Supervisor
Throws:
SupervisorException

getName

public java.lang.String getName()
Specified by:
getName in interface Supervisor


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