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 java.lang.String
getForeignId()
getForeignIdjava.lang.String
getForeignSource()
getForeignSourcejava.lang.String
getHostAddress()
getHostAddressjava.net.InetAddress
getInetAddress()
getInetAddressjava.lang.String
getLocationName()
getLocationNameint
getNodeId()
getNodeIdjava.lang.String
getNodeLabel()
getNodeLabelResourcePath
getStorageResourcePath()
-
-
-
Method Detail
-
getHostAddress
java.lang.String getHostAddress()
getHostAddress
- Returns:
- a
String
object.
-
getForeignSource
java.lang.String getForeignSource()
getForeignSource
- Returns:
- a
String
object.
-
getForeignId
java.lang.String getForeignId()
getForeignId
- Returns:
- a
String
object.
-
getLocationName
java.lang.String getLocationName()
getLocationName
- Returns:
- a
String
object.
-
getStorageResourcePath
ResourcePath getStorageResourcePath()
-
getNodeId
int getNodeId()
getNodeId
- Returns:
- a int.
-
getNodeLabel
java.lang.String getNodeLabel()
getNodeLabel
- Returns:
- a
String
object.
-
getInetAddress
java.net.InetAddress getInetAddress()
getInetAddress
- Returns:
- a
InetAddress
object.
-
-