J2EEAppDeployment MBean

Partial ObjectName:
WebSphere:*,type=J2EEAppDeployment


MBean J2EEAppDeployment

Helper functions for J2EE application deployment functions.


Operation Summary

javax.enterprise.deploy.spi.Target[]getTargets(java.util.Hashtable preferences, java.lang.String workspaceID)
           get the valid application deployment targets.
javax.enterprise.deploy.spi.TargetModuleID[]getRunningModules(java.lang.String moduleType, javax.enterprise.deploy.spi.Target[] targetList, java.util.Hashtable preferences, java.lang.String workspaceID)
           Get the running modules at the specified targets
javax.enterprise.deploy.spi.TargetModuleID[]getAvailableModules(java.lang.String moduleType, javax.enterprise.deploy.spi.Target[] targetList, java.util.Hashtable preferences, java.lang.String workspaceID)
           Get the available modules at the specified targets
javax.enterprise.deploy.spi.TargetModuleID[]getNonRunningModules(java.lang.String moduleType, javax.enterprise.deploy.spi.Target[] targetList, java.util.Hashtable preferences, java.lang.String workspaceID)
           Get the non-running modules at the specified targets

Operation Detail

getTargets

public javax.enterprise.deploy.spi.Target[] getTargets(java.util.Hashtable preferences, java.lang.String workspaceID)

     get the valid application deployment targets.

Parameters:

     preferences - Preferences - contains Locale and soap addresss prefixes for each module (if any)
     workspaceID - WorkSpace ID

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


getRunningModules

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)

     Get the running modules at the specified targets

Parameters:

     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

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


getAvailableModules

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)

     Get the available modules at the specified targets

Parameters:

     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

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


getNonRunningModules

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)

     Get the non-running modules at the specified targets

Parameters:

     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

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


Copyright IBM Corporation 2002, 2012