| deploytest.ConfigurableComponentMBean
All known Subclasses: deploytest.ConfigurableComponent,
ConfigurableComponentMBean | public interface ConfigurableComponentMBean (Code) | | Simple configuration MBean used for component installer tests.
author: Sun Microsystems, Inc. |
getFileName | String getFileName()(Code) | | Returns the name of the file to create on install.
file name |
getWorkDirectory | String getWorkDirectory()(Code) | | Returns the absolute path to the installer work directory.
absolute path to the work directory, or null if it has not been set. |
setFileName | void setFileName(String fileName)(Code) | | Specifies the name of the file to create on install.
|
setWorkDirectory | void setWorkDirectory(String path)(Code) | | Sets the work directory for the config MBean.
|
|
|