| com.sun.jbi.ui.ant.JbiJmxTask com.sun.jbi.ui.ant.JbiTargetTask
All known Subclasses: com.sun.jbi.ui.ant.JbiListApplicationVariablesTask, com.sun.jbi.ui.ant.JbiCreateApplicationVariablesTask, com.sun.jbi.ui.ant.JbiStopServiceAssemblyTask, com.sun.jbi.ui.ant.JbiInstallComponentTask, com.sun.jbi.ui.ant.JbiSetComponentConfigurationTask, com.sun.jbi.ui.ant.JbiDeployServiceAssemblyTask, com.sun.jbi.ui.ant.JbiListComponentConfigurationTask, com.sun.jbi.ui.ant.JbiCreateApplicationConfigurationTask, com.sun.jbi.ui.ant.JbiUpdateApplicationConfigurationTask, com.sun.jbi.ui.ant.JbiListApplicationConfigurationsTask, com.sun.jbi.ui.ant.JbiSetComponentLoggersTask, com.sun.jbi.ui.ant.JbiDeleteApplicationVariablesTask, com.sun.jbi.ui.ant.JbiSetRuntimeLoggersTask, com.sun.jbi.ui.ant.JbiListComponentLoggersTask, com.sun.jbi.ui.ant.JbiStopComponentTask, com.sun.jbi.ui.ant.JbiUninstallSharedLibraryTask, com.sun.jbi.ui.ant.JbiShutdownComponentTask, com.sun.jbi.ui.ant.JbiShutdownServiceAssemblyTask, com.sun.jbi.ui.ant.JbiStartComponentTask, com.sun.jbi.ui.ant.JbiUndeployServiceAssemblyTask, com.sun.jbi.ui.ant.JbiInstallSharedLibraryTask, com.sun.jbi.ui.ant.JbiQueryTask, com.sun.jbi.ui.ant.JbiListRuntimeConfigurationTask, com.sun.jbi.ui.ant.JbiUpdateApplicationVariablesTask, com.sun.jbi.ui.ant.StatisticsType, com.sun.jbi.ui.ant.JbiStartServiceAssemblyTask, com.sun.jbi.ui.ant.JbiVerifyApplicationEnvTask, com.sun.jbi.ui.ant.JbiListRuntimeLoggersTask, com.sun.jbi.ui.ant.JbiExportApplicationEnvTask, com.sun.jbi.ui.ant.JbiDeleteApplicationConfigurationsTask, com.sun.jbi.ui.ant.JbiSetRuntimeConfigurationTask, com.sun.jbi.ui.ant.JbiUninstallComponentTask,
JbiTargetTask | abstract public class JbiTargetTask extends JbiJmxTask (Code) | | This class extends from the <@link JbiJmxTask> to add target attribute to the task.
Jbi tasks that required the target attribute in addition to the jmx connection attributes
will extends from this task. Jbi Tasks that don't need target attribute can directly
extend from JbiJmxTask.
author: Sun Microsystems, Inc. |
TARGET_DOMAIN | final public static String TARGET_DOMAIN(Code) | | domain target
|
TARGET_SERVER | final public static String TARGET_SERVER(Code) | | server target
|
getTarget | public String getTarget()(Code) | | Getter for property target.
Value for Property target. |
getValidTarget | public String getValidTarget() throws BuildException(Code) | | |
logDebugConnectionAttributes | protected void logDebugConnectionAttributes()(Code) | | |
setTarget | public void setTarget(String target)(Code) | | Setter for property target.
Parameters: target - New value of property target. |
validateTarget | protected void validateTarget(String target) throws BuildException(Code) | | |
Methods inherited from com.sun.jbi.ui.ant.JbiJmxTask | protected String createFailedFormattedJbiAdminResult(String i18nKey, Object[] args)(Code)(Java Doc) public void execute() throws BuildException(Code)(Java Doc) abstract protected void executeTask() throws BuildException(Code)(Java Doc) protected JBIManagementMessage extractJBIManagementMessage(Exception ex)(Code)(Java Doc) protected String formatTaskFailedMessage(String causeMsg)(Code)(Java Doc) protected String formatTaskSuccessMessage()(Code)(Java Doc) protected String formatTaskSuccessMessage(String causeMsg)(Code)(Java Doc) public String getDefaultHost()(Code)(Java Doc) public String getDefaultJmxpropertiesfile()(Code)(Java Doc) public String getDefaultPassword()(Code)(Java Doc) public String getDefaultPort()(Code)(Java Doc) public String getHost()(Code)(Java Doc) protected I18NBundle getI18NBundle()(Code)(Java Doc) protected JBIAdminCommands getJBIAdminCommands() throws Exception(Code)(Java Doc) protected Properties getJmxConnectionProperties()(Code)(Java Doc) public String getJmxpropertiesfile()(Code)(Java Doc) public String getPassword()(Code)(Java Doc) protected String getPasswordFromFile(File pwFile) throws IOException(Code)(Java Doc) protected String getPasswordFromFileOrAttribute() throws IOException(Code)(Java Doc) public File getPasswordfile()(Code)(Java Doc) public String getPort()(Code)(Java Doc) public Properties getProviderProperties()(Code)(Java Doc) public Boolean getSecure()(Code)(Java Doc) abstract protected String getTaskFailedStatusI18NKey()(Code)(Java Doc) protected String getTaskPartialSuccessStatusI18NKey()(Code)(Java Doc) abstract protected String getTaskSuccessStatusI18NKey()(Code)(Java Doc) protected String getTaskWarningStatusI18NKey()(Code)(Java Doc) public String getUsername()(Code)(Java Doc) protected String getValidComponentName(String compName) throws BuildException(Code)(Java Doc) protected String getValidName(String name, String errorMsgI18nKey) throws BuildException(Code)(Java Doc) protected String getValidServiceAssemblyName(String saName) throws BuildException(Code)(Java Doc) protected String getValidSharedLibraryName(String slibName) throws BuildException(Code)(Java Doc) public boolean isFailOnError()(Code)(Java Doc) protected void logDebug(String aDebugMsg)(Code)(Java Doc) protected void logDebugConnectionAttributes()(Code)(Java Doc) protected void logError(String aErrorMsg)(Code)(Java Doc) protected void logInfo(String anInfoMsg)(Code)(Java Doc) protected void logVerbose(String aVerboseMsg)(Code)(Java Doc) protected void logWarning(String aWarningMsg)(Code)(Java Doc) protected void printArrayDataRecursively(Object[] arrayData, OpenType elementType, PrintWriter msgWriter, String tabStr)(Code)(Java Doc) protected void printCompositeDataRecursively(CompositeData compositeData, PrintWriter msgWriter, String tabStr)(Code)(Java Doc) protected void printMessage(String aMsg)(Code)(Java Doc) protected void printTabularData(TabularData statsReport, PrintWriter msgWriter, String tabStr)(Code)(Java Doc) protected void printTaskPartialSuccess(String result)(Code)(Java Doc) protected void printTaskSuccess(String result)(Code)(Java Doc) protected void printTaskSuccess(JBIManagementMessage mgmtMsg)(Code)(Java Doc) protected void processTaskException(Exception ex) throws BuildException(Code)(Java Doc) protected void processTaskResult(String result) throws BuildException(Code)(Java Doc) public void setFailOnError(boolean failOnError)(Code)(Java Doc) public void setHost(String aHost)(Code)(Java Doc) public void setJmxpropertiesfile(String propertiesfile)(Code)(Java Doc) public void setPassword(String aPassword)(Code)(Java Doc) public void setPasswordfile(File passwordFile)(Code)(Java Doc) public void setPort(String aPort)(Code)(Java Doc) public void setSecure(Boolean secure)(Code)(Java Doc) public void setUsername(String aUsername)(Code)(Java Doc) protected void throwBuildException(String causeMsg) throws BuildException(Code)(Java Doc) protected void throwBuildException(Throwable aCause) throws BuildException(Code)(Java Doc) protected void throwBuildException(JBIManagementMessage aCauseMgmtMsg) throws BuildException(Code)(Java Doc) protected void throwTaskBuildException(String aCauseKey) throws BuildException(Code)(Java Doc) protected void throwTaskBuildException(String aCauseKey, String aCauseArg1) throws BuildException(Code)(Java Doc) protected void validateJmxConnectionPortValue(String port) throws JMXConnectionException(Code)(Java Doc)
|
|
|