Home » jboss-javaee-sources » javax.enterprise.deploy » spi » [javadoc | source]
javax.enterprise.deploy.spi
public class: MockDeploymentManager [javadoc | source]
java.lang.Object
   javax.enterprise.deploy.spi.MockDeploymentManager

All Implemented Interfaces:
    DeploymentManager

Copyright 2003-2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Method from javax.enterprise.deploy.spi.MockDeploymentManager Summary:
createConfiguration,   distribute,   distribute,   getAvailableModules,   getCurrentLocale,   getDConfigBeanVersion,   getDefaultLocale,   getNonRunningModules,   getRunningModules,   getSupportedLocales,   getTargets,   isDConfigBeanVersionSupported,   isLocaleSupported,   isRedeploySupported,   redeploy,   redeploy,   release,   setDConfigBeanVersion,   setLocale,   start,   stop,   undeploy
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.enterprise.deploy.spi.MockDeploymentManager Detail:
 public DeploymentConfiguration createConfiguration(DeployableObject dObj) throws InvalidModuleException 
 public ProgressObject distribute(Target[] targetList,
    File moduleArchive,
    File deploymentPlan) throws IllegalStateException 
 public ProgressObject distribute(Target[] targetList,
    InputStream moduleArchive,
    InputStream deploymentPlan) throws IllegalStateException 
 public TargetModuleID[] getAvailableModules(ModuleType moduleType,
    Target[] targetList) throws TargetException, IllegalStateException 
 public Locale getCurrentLocale() 
 public DConfigBeanVersionType getDConfigBeanVersion() 
 public Locale getDefaultLocale() 
 public TargetModuleID[] getNonRunningModules(ModuleType moduleType,
    Target[] targetList) throws TargetException, IllegalStateException 
 public TargetModuleID[] getRunningModules(ModuleType moduleType,
    Target[] targetList) throws TargetException, IllegalStateException 
 public Locale[] getSupportedLocales() 
 public Target[] getTargets() throws IllegalStateException 
 public boolean isDConfigBeanVersionSupported(DConfigBeanVersionType version) 
 public boolean isLocaleSupported(Locale locale) 
 public boolean isRedeploySupported() 
 public ProgressObject redeploy(TargetModuleID[] moduleIDList,
    File moduleArchive,
    File deploymentPlan) throws UnsupportedOperationException, IllegalStateException 
 public ProgressObject redeploy(TargetModuleID[] moduleIDList,
    InputStream moduleArchive,
    InputStream deploymentPlan) throws UnsupportedOperationException, IllegalStateException 
 public  void release() 
 public  void setDConfigBeanVersion(DConfigBeanVersionType version) throws DConfigBeanVersionUnsupportedException 
 public  void setLocale(Locale locale) throws UnsupportedOperationException 
 public ProgressObject start(TargetModuleID[] moduleIDList) throws IllegalStateException 
 public ProgressObject stop(TargetModuleID[] moduleIDList) throws IllegalStateException 
 public ProgressObject undeploy(TargetModuleID[] moduleIDList) throws IllegalStateException