net.bpelunit.framework.client.model
Class DeployerExtension

java.lang.Object
  extended by net.bpelunit.framework.client.model.Extension
      extended by net.bpelunit.framework.client.model.DeployerExtension

public class DeployerExtension
extends Extension

Deployer Extension

Version:
$Id$
Author:
Philip Mayer

Constructor Summary
DeployerExtension(String id, String name, org.eclipse.core.runtime.IConfigurationElement e)
           
DeployerExtension(String id, String name, String[] general_options, String[] suite_options, org.eclipse.core.runtime.IConfigurationElement e)
          Deprecated. 
 
Method Summary
 net.bpelunit.framework.control.ext.IBPELDeployer createNew()
           
 String[] getGeneralOptions()
          Deprecated. 
 String[] getSuiteOptions()
          Deprecated. 
 
Methods inherited from class net.bpelunit.framework.client.model.Extension
getExecutableExtension, getId, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployerExtension

@Deprecated
public DeployerExtension(String id,
                                    String name,
                                    String[] general_options,
                                    String[] suite_options,
                                    org.eclipse.core.runtime.IConfigurationElement e)
Deprecated. 


DeployerExtension

public DeployerExtension(String id,
                         String name,
                         org.eclipse.core.runtime.IConfigurationElement e)
Method Detail

createNew

public net.bpelunit.framework.control.ext.IBPELDeployer createNew()
                                                           throws net.bpelunit.framework.exception.SpecificationException
Throws:
net.bpelunit.framework.exception.SpecificationException

getGeneralOptions

@Deprecated
public String[] getGeneralOptions()
Deprecated. 


getSuiteOptions

@Deprecated
public String[] getSuiteOptions()
Deprecated. 



Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.