|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeployHandler
An interface that returns OperationalStrings to
deploy
| 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 |
|---|
List<OperationalString> listofOperationalStrings()
OperationalStrings to deploy
OperationalStrings to deploy. A new list is
allocated each time. If there are no OperationalStrings
to deploy, a zero-length list is returnedList<OperationalString> listofOperationalStrings(Date fromDate)
OperationalStrings to deploy
starting from a Date
fromDate - OperationalString that has been added after the
from date will be returned.
OperationalStrings to deploy. A new list is
allocated each time. If there are no OperationalStrings
to deploy, a zero-length list is returned
IllegalArgumentException - if the fromDate is null
|
Copyright © Rio Project. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||