Interface CollectionAgentService
-
- All Known Subinterfaces:
SnmpCollectionAgentService
- All Known Implementing Classes:
DefaultCollectionAgentService,DefaultSnmpCollectionAgentService
public interface CollectionAgentServiceCollectionAgentService interface.
- Version:
- $Id: $
- Author:
- Mathew Brozowski
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetForeignId()getForeignIdjava.lang.StringgetForeignSource()getForeignSourcejava.lang.StringgetHostAddress()getHostAddressjava.net.InetAddressgetInetAddress()getInetAddressjava.lang.StringgetLocationName()getLocationNameintgetNodeId()getNodeIdjava.lang.StringgetNodeLabel()getNodeLabelResourcePathgetStorageResourcePath()
-
-
-
Method Detail
-
getHostAddress
java.lang.String getHostAddress()
getHostAddress
- Returns:
- a
Stringobject.
-
getForeignSource
java.lang.String getForeignSource()
getForeignSource
- Returns:
- a
Stringobject.
-
getForeignId
java.lang.String getForeignId()
getForeignId
- Returns:
- a
Stringobject.
-
getLocationName
java.lang.String getLocationName()
getLocationName
- Returns:
- a
Stringobject.
-
getStorageResourcePath
ResourcePath getStorageResourcePath()
-
getNodeId
int getNodeId()
getNodeId
- Returns:
- a int.
-
getNodeLabel
java.lang.String getNodeLabel()
getNodeLabel
- Returns:
- a
Stringobject.
-
getInetAddress
java.net.InetAddress getInetAddress()
getInetAddress
- Returns:
- a
InetAddressobject.
-
-