All Packages Class Hierarchy This Package Previous Next Index
AbsDataMgr
interface specifies the minimum required
functionality for all DataMgr's within ARCSware.
Vector
of the available parameters.
public abstract String getHostName()
String
with the host name.
public abstract String getCurrentApp()
String
with the current application name.
public abstract Vector getAvailParams()
Vector
of the available parameters. The
objects stored in the in the Vector
are of type
ExtVariableSpec
.
Vector
of ExtVariableSpec
objects
All Packages Class Hierarchy This Package Previous Next Index