|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.kernel.application.client.InProcessDeployment
public class InProcessDeployment
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 |
|---|
public InProcessDeployment(String connector,
String application,
PrintStream detailLog,
PrintStream exceptionLog)
connector - application - detailLog - exceptionLog -
public InProcessDeployment(String[] connectors,
String[] applications,
PrintStream detailLog,
PrintStream exceptionLog)
connectors - applications - detailLog - exceptionLog -
public InProcessDeployment(URL[] connectors,
URL[] applications,
PrintStream logWriter,
PrintStream exceptionLog)
connectors - applications - logWriter - exceptionLog - | Method Detail |
|---|
public boolean isSuccess()
true if the deployment was successfulpublic BasicException getException()
null in case of successpublic void run()
run in interface Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||