Interface CollectionAgentService
-
- All Known Subinterfaces:
SnmpCollectionAgentService
- All Known Implementing Classes:
DefaultCollectionAgentService
,DefaultSnmpCollectionAgentService
public interface CollectionAgentService
CollectionAgentService interface.
- Version:
- $Id: $
- Author:
- Mathew Brozowski
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getForeignId()
getForeignIdString
getForeignSource()
getForeignSourceString
getHostAddress()
getHostAddressInetAddress
getInetAddress()
getInetAddressString
getLocationName()
getLocationNameint
getNodeId()
getNodeIdString
getNodeLabel()
getNodeLabelResourcePath
getStorageResourcePath()
-
-
-
Method Detail
-
getStorageResourcePath
ResourcePath getStorageResourcePath()
-
getNodeId
int getNodeId()
getNodeId
- Returns:
- a int.
-
getInetAddress
InetAddress getInetAddress()
getInetAddress
- Returns:
- a
InetAddress
object.
-
-