com.ibm.websphere.management.application.client

Interface AppDeploymentMessages


  1. public interface AppDeploymentMessages
This interface provides APIs that clients of application installation can call to get various NLS messages related to AppDeploymentTasks.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getColumnName(java.lang.String columnName,java.lang.String taskName)
Returns column name for the data to be displayed for a task.
  1. java.lang.String
getDisableTaskMessage(java.lang.String taskName)
Returns message to be displayed when the task is disabled (typically since there are dependencies that need to be completed before this task can be executed).
  1. java.lang.String
getEmptyTaskMessage(java.lang.String taskName)
Returns the message to be displayed when the task has no data to be displayed.
  1. java.lang.String
getGoalMessage(java.lang.String taskName)
Returns detailed goal message for the task.
  1. java.lang.String
getGoalTitle(java.lang.String taskName)
Returns goal title for the task.
  1. java.lang.String
getMessage(java.lang.String key)
Returns a translated message for a given key.

Method Detail

getGoalTitle

  1. java.lang.String getGoalTitle(java.lang.String taskName)
Returns goal title for the task.
Parameters:
taskName - The task name.
Returns:
Returns the goal title for the task.

getGoalMessage

  1. java.lang.String getGoalMessage( java.lang.String taskName)
Returns detailed goal message for the task.
Parameters:
taskName - The task name.
Returns:
Returns the goal message for the task.

getEmptyTaskMessage

  1. java.lang.String getEmptyTaskMessage( java.lang.String taskName)
Returns the message to be displayed when the task has no data to be displayed.
Parameters:
taskName - The task name.
Returns:
Returns the empty task message for the task.

getDisableTaskMessage

  1. java.lang.String getDisableTaskMessage( java.lang.String taskName)
Returns message to be displayed when the task is disabled (typically since there are dependencies that need to be completed before this task can be executed).
Parameters:
taskName - The task name.
Returns:
Returns the message to be displayed when the task is disabled

getColumnName

  1. java.lang.String getColumnName( java.lang.String columnName,
  2. java.lang.String taskName)
Returns column name for the data to be displayed for a task.
Parameters:
columnName - The column name.
taskName - The task name.
Returns:
Returns the column name.

getMessage

  1. java.lang.String getMessage(java.lang.String key)
Returns a translated message for a given key.
Parameters:
key - The message key
Returns:
The translated message