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

Method Index

 o getAvailParams()
Returns a Vector of the available parameters.
 o getCurrentAppgetCurrentApp()
Returns the name of the current application.
 o getHostName()
Returns the host name.

Methods

 o getHostName
 public abstract String getHostName()
Returns the host name.

Redl>
Returns:
a String with the host name.
 o getCurrentApp
 public abstract String getCurrentApp()
Returns the name of the current application.

Returns:
a String with the current application name.
 o 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
Index