All Packages Class Hierarchy This Package Previous Next Index
Interface com.arcsinc.hardwarehost.datamgmt.AbsDataMgr
- public interface AbsDataMgr
The AbsDataMgr interface specifies the minimum required
functionality for all DataMgr's within ARCSware.
- See Also:
- ExtVariableSpec
-
getAvailParams()
- Returns a
Vector of the available parameters.
-
getCurrentAppgetCurrentApp()
- Returns the name of the current application.
-
getHostName()
- Returns the host name.
getHostName
public abstract String getHostName()
- Returns the host name.
- Redl>
- Returns:
- a
String with the host name.
getCurrentApp
public abstract String getCurrentApp()
- Returns the name of the current application.
- Returns:
- a
String with the current application name.
getAvailParams
public abstract Vector getAvailParams()
- Returns a
Vector of the available parameters. The
objects stored in the in the Vector are of type
ExtVariableSpec.
- Returns:
- a
Vector of ExtVariableSpec objects
All Packages Class Hierarchy This Package Previous Next Index