Rio Project 4.2 API Documentation



org.rioproject.monitor
Interface DeployHandler

All Known Implementing Classes:
AbstractOARDeployHandler, FileSystemOARDeployHandler

public interface DeployHandler

An interface that returns OperationalStrings to deploy

Author:
Dennis Reedy

Method Summary
 List<OperationalString> listofOperationalStrings()
          Get a list of OperationalStrings to deploy
 List<OperationalString> listofOperationalStrings(Date fromDate)
          Get a list of OperationalStrings to deploy starting from a Date
 

Method Detail

listofOperationalStrings

List<OperationalString> listofOperationalStrings()
Get a list of OperationalStrings to deploy

Returns:
A List of OperationalStrings to deploy. A new list is allocated each time. If there are no OperationalStrings to deploy, a zero-length list is returned

listofOperationalStrings

List<OperationalString> listofOperationalStrings(Date fromDate)
Get a list of OperationalStrings to deploy starting from a Date

Parameters:
fromDate - OperationalString that has been added after the from date will be returned.
Returns:
A List of OperationalStrings to deploy. A new list is allocated each time. If there are no OperationalStrings to deploy, a zero-length list is returned
Throws:
IllegalArgumentException - if the fromDate is null

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.