Rio Project 4.2 API Documentation
org.rioproject.monitor
Class FileSystemOARDeployHandler
java.lang.Object
org.rioproject.monitor.AbstractOARDeployHandler
org.rioproject.monitor.FileSystemOARDeployHandler
- All Implemented Interfaces:
- DeployHandler
public class FileSystemOARDeployHandler
- extends AbstractOARDeployHandler
A DeployHandler that handles OAR files. This DeployHandler
uses two directories; a dropDirectory, and a
installDirectory.
The dropDirectory is polled for files ending in ".oar". If found,
the OAR files are installed to the installDirectory, where
OperationalStrings are created and returned.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSystemOARDeployHandler
public FileSystemOARDeployHandler(File dir)
- Create a FileSystemOARDeployHandler with the same drop and install
directory
- Parameters:
dir - The drop and installation directory for OAR files
FileSystemOARDeployHandler
public FileSystemOARDeployHandler(File dropDirectory,
File installDirectory)
- Create a FileSystemOARDeployHandler with drop and install
directories
- Parameters:
dropDirectory - The directory where OAR files will be droppedinstallDirectory - The directory to install OARs into
look
protected List<OperationalString> look(Date from)
- Specified by:
look in class AbstractOARDeployHandler
Copyright © 2006-2011 Rio Project. All Rights Reserved.