org.openmdx.kernel.application.client
Class InProcessDeployment

java.lang.Object
  extended by org.openmdx.kernel.application.client.InProcessDeployment
All Implemented Interfaces:
Runnable

Deprecated. in favour of org.openmdx.base.application.deploy.InProcessDeployment

public class InProcessDeployment
extends Object
implements Runnable

In-Process Deployment


Constructor Summary
InProcessDeployment(String[] connectors, String[] applications, PrintStream detailLog, PrintStream exceptionLog)
          Deprecated. in favour of org.openmdx.base.application.deploy.InProcessDeployment#InProcessDeployment(String[],String[],PrintStream,PrintStream)
InProcessDeployment(String connector, String application, PrintStream detailLog, PrintStream exceptionLog)
          Deprecated. in favour of org.openmdx.base.application.deploy.InProcessDeployment#InProcessDeployment(String,String,PrintStream,PrintStream)
InProcessDeployment(URL[] connectors, URL[] applications, PrintStream logWriter, PrintStream exceptionLog)
          Deprecated. in favour of org.openmdx.base.application.deploy.InProcessDeployment#InProcessDeployment(URL[],URL[],PrintStream,PrintStream)
 
Method Summary
 BasicException getException()
          Deprecated. Retrieve the Exeption in case of a failure
 boolean isSuccess()
          Deprecated. Test whether the deployment was successful
 void run()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InProcessDeployment

public InProcessDeployment(String connector,
                           String application,
                           PrintStream detailLog,
                           PrintStream exceptionLog)
Deprecated. in favour of org.openmdx.base.application.deploy.InProcessDeployment#InProcessDeployment(String,String,PrintStream,PrintStream)

Constructor

Parameters:
connector -
application -
detailLog -
exceptionLog -

InProcessDeployment

public InProcessDeployment(String[] connectors,
                           String[] applications,
                           PrintStream detailLog,
                           PrintStream exceptionLog)
Deprecated. in favour of org.openmdx.base.application.deploy.InProcessDeployment#InProcessDeployment(String[],String[],PrintStream,PrintStream)

Constructor

Parameters:
connectors -
applications -
detailLog -
exceptionLog -

InProcessDeployment

public InProcessDeployment(URL[] connectors,
                           URL[] applications,
                           PrintStream logWriter,
                           PrintStream exceptionLog)
Deprecated. in favour of org.openmdx.base.application.deploy.InProcessDeployment#InProcessDeployment(URL[],URL[],PrintStream,PrintStream)

Constructor

Parameters:
connectors -
applications -
logWriter -
exceptionLog -
Method Detail

isSuccess

public boolean isSuccess()
Deprecated. 
Test whether the deployment was successful

Returns:
true if the deployment was successful

getException

public BasicException getException()
Deprecated. 
Retrieve the Exeption in case of a failure

Returns:
the exception or null in case of success

run

public void run()
Deprecated. 
Specified by:
run in interface Runnable


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.