Uses of Interface
javax.enterprise.deploy.spi.TargetModuleID

Packages that use TargetModuleID
javax.enterprise.deploy.spi Provides product vendor implementation classes. 
javax.enterprise.deploy.spi.status Provides product vendor status classes. 
 

Uses of TargetModuleID in javax.enterprise.deploy.spi
 

Methods in javax.enterprise.deploy.spi that return TargetModuleID
 TargetModuleID[] DeploymentManager.getAvailableModules(ModuleType moduleType, Target[] targets)
          Get the available modules both running and non running
 TargetModuleID[] TargetModuleID.getChildTargetModuleID()
          Get the child modules
 TargetModuleID[] DeploymentManager.getNonRunningModules(ModuleType moduleType, Target[] targets)
          Get the non running modules
 TargetModuleID TargetModuleID.getParentTargetModuleID()
          The parent of this module
 TargetModuleID[] DeploymentManager.getRunningModules(ModuleType moduleType, Target[] targets)
          Get the running modules
 

Methods in javax.enterprise.deploy.spi with parameters of type TargetModuleID
 ProgressObject DeploymentManager.redeploy(TargetModuleID[] moduleIDList, File moduleArchive, File deploymentPlan)
          Redeploys the modules
 ProgressObject DeploymentManager.redeploy(TargetModuleID[] moduleIDList, InputStream moduleArchive, InputStream deploymentPlan)
          Redeploys the modules
 ProgressObject DeploymentManager.start(TargetModuleID[] moduleIDList)
          Start the modules
 ProgressObject DeploymentManager.stop(TargetModuleID[] moduleIDList)
          Stop the modules
 ProgressObject DeploymentManager.undeploy(TargetModuleID[] moduleIDList)
          Removes the modules
 

Uses of TargetModuleID in javax.enterprise.deploy.spi.status
 

Methods in javax.enterprise.deploy.spi.status that return TargetModuleID
 TargetModuleID[] ProgressObject.getResultTargetModuleIDs()
          Retrieve the resulting target module ids
 TargetModuleID ProgressEvent.getTargetModuleID()
          Get the target module id
 

Methods in javax.enterprise.deploy.spi.status with parameters of type TargetModuleID
 ClientConfiguration ProgressObject.getClientConfiguration(TargetModuleID id)
          Return the client configuration associated with the module
 

Constructors in javax.enterprise.deploy.spi.status with parameters of type TargetModuleID
ProgressEvent(Object source, TargetModuleID moduleID, DeploymentStatus status)
          Create a new progress event
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.