|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceDao
ResourceDao interface.
| Method Summary | |
|---|---|
List<OnmsResource> |
findDomainResources()
findDomainResources |
List<OnmsResource> |
findNodeResources()
findNodeResources |
List<OnmsResource> |
findTopLevelResources()
findTopLevelResources |
OnmsResource |
getResourceById(String id)
getResourceById |
OnmsResource |
getResourceForIpInterface(OnmsIpInterface ipInterface)
getResourceForIpInterface |
OnmsResource |
getResourceForIpInterface(OnmsIpInterface ipInterface,
OnmsLocationMonitor locationMonitor)
getResourceForIpInterface |
OnmsResource |
getResourceForNode(OnmsNode node)
getResourceForNode |
List<OnmsResource> |
getResourceListById(String id)
getResourceListById |
Collection<OnmsResourceType> |
getResourceTypes()
getResourceTypes |
File |
getRrdDirectory()
getRrdDirectory |
File |
getRrdDirectory(boolean verify)
getRrdDirectory |
| Method Detail |
|---|
File getRrdDirectory()
getRrdDirectory
File object.File getRrdDirectory(boolean verify)
getRrdDirectory
verify - a boolean.
File object.Collection<OnmsResourceType> getResourceTypes()
getResourceTypes
Collection object.OnmsResource getResourceById(String id)
getResourceById
id - a String object.
OnmsResource object.List<OnmsResource> getResourceListById(String id)
getResourceListById
Fetch a specific list of resources by string ID.
id - a String object.
List<OnmsResource> findNodeResources()
findNodeResources
List object.List<OnmsResource> findDomainResources()
findDomainResources
List object.List<OnmsResource> findTopLevelResources()
findTopLevelResources
List object.OnmsResource getResourceForNode(OnmsNode node)
getResourceForNode
node - a OnmsNode object.
OnmsResource object.OnmsResource getResourceForIpInterface(OnmsIpInterface ipInterface)
getResourceForIpInterface
ipInterface - a OnmsIpInterface object.
OnmsResource object.
OnmsResource getResourceForIpInterface(OnmsIpInterface ipInterface,
OnmsLocationMonitor locationMonitor)
getResourceForIpInterface
ipInterface - a OnmsIpInterface object.locationMonitor - a OnmsLocationMonitor object.
OnmsResource object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||