| |
|
| java.lang.Object deploytest.BindingComponent deploytest.ConfigurableComponent
getExtensionMBeanName | public javax.management.ObjectName getExtensionMBeanName()(Code) | | Get the JMX ObjectName for any additional MBean for this BC. This
implementation always returns null.
javax.management.ObjectName is always null. |
getFileName | public String getFileName()(Code) | | Returns the name of the file to create on install.
file name |
getWorkDirectory | public 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 | public void setFileName(String fileName)(Code) | | Specifies the name of the file to create on install.
|
setWorkDirectory | public void setWorkDirectory(String path)(Code) | | Sets the work directory for the config MBean.
|
|
|
|