WebSphere:*,type=J2EEAppDeployment
MBean J2EEAppDeployment
Helper functions for J2EE application deployment functions.
Operation Summary | |
javax.enterprise.deploy.spi.Target[] | getTargets( get the valid application deployment targets. |
javax.enterprise.deploy.spi.TargetModuleID[] | getRunningModules( Get the running modules at the specified targets |
javax.enterprise.deploy.spi.TargetModuleID[] | getAvailableModules( Get the available modules at the specified targets |
javax.enterprise.deploy.spi.TargetModuleID[] | getNonRunningModules( Get the non-running modules at the specified targets |
Operation Detail |
public javax.enterprise.deploy.spi.Target[] getTargets(java.util.Hashtable preferences,
java.lang.String workspaceID
)
preferences
-
Preferences - contains Locale and soap addresss prefixes for each module (if any)workspaceID
-
WorkSpace ID
public javax.enterprise.deploy.spi.TargetModuleID[] getRunningModules(java.lang.String moduleType,
javax.enterprise.deploy.spi.Target[] targetList,
java.util.Hashtable preferences,
java.lang.String workspaceID
)
moduleType
-
Module type to be queried.targetList
-
Application server targets to get the running module information.preferences
-
Preferences - contains Locale and soap addresss prefixes for each module (if any)workspaceID
-
WorkSpace ID
public javax.enterprise.deploy.spi.TargetModuleID[] getAvailableModules(java.lang.String moduleType,
javax.enterprise.deploy.spi.Target[] targetList,
java.util.Hashtable preferences,
java.lang.String workspaceID
)
moduleType
-
Module type to be queried.targetList
-
Application server targets to get the running module information.preferences
-
Preferences - contains Locale and soap addresss prefixes for each module (if any)workspaceID
-
WorkSpace ID
public javax.enterprise.deploy.spi.TargetModuleID[] getNonRunningModules(java.lang.String moduleType,
javax.enterprise.deploy.spi.Target[] targetList,
java.util.Hashtable preferences,
java.lang.String workspaceID
)
moduleType
-
Module type to be queried.targetList
-
Application server targets to get the running module information.preferences
-
Preferences - contains Locale and soap addresss prefixes for each module (if any)workspaceID
-
WorkSpace ID