| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |
Method Summary | |
---|---|
public
String | getActions(com.ibm.ws.sm.workspace.WorkSpace)
Gets an array of actions supported by the policy provider.
|
public
String | getActions(java.lang.String, com.ibm.ws.sm.workspace.WorkSpace)
Gets an array of actions supported by the policy provider. This interface is not applicable.
|
public
String | getDefaultAction()
Gets the default action supported by the policy provider.
|
public
String | getTranslatedAction(java.lang.String, java.util.Locale)
Gets a translated string in the language specified by the Locale object.
|
Method Detail |
public String getActions( | WorkSpace wksp )
|
wksp
-
A workspace object of type com.ibm.ws.sm.workspace.WorkSpace . For
routing policy provider, this is null.
public String getActions( | String scName , | WorkSpace wksp )
|
scName
-
The name of the service class.
wksp
-
A workspace object of type com.ibm.ws.sm.workspace.WorkSpace . For
routing policy provider, this is null.
com.ibm.ws.xd.config.operationalpolicy.ServiceClassNotFoundException
public String getDefaultAction( | ) |
public String getTranslatedAction( | String action , | Locale locale )
|
action
-
The action in its native form.
locale
-
The constructed locale object with the lowercase two-letter ISO-639 language
and uppercase two-letter ISO-3166 country codes set.
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |