Class PageSequence
- java.lang.Object
- 
- org.opennms.netmgt.config.pagesequence.PageSequence
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class PageSequence extends java.lang.Object implements java.io.SerializableUse this container to list the page in the order they are to be accessed for monitoring or (soon) datacollection.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description PageSequence()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPage(Page page)booleanequals(java.lang.Object obj)java.util.List<Page>getPages()inthashCode()booleanremovePage(Page page)voidsetPages(java.util.List<Page> pages)java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
getPagespublic java.util.List<Page> getPages() 
 - 
setPagespublic void setPages(java.util.List<Page> pages) 
 - 
addPagepublic void addPage(Page page) throws java.lang.IndexOutOfBoundsException - Throws:
- java.lang.IndexOutOfBoundsException
 
 - 
removePagepublic boolean removePage(Page page) 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-