|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.application.deploy.InProcessDeployment
public class InProcessDeployment
In-Process Deployment
| Constructor Summary | |
|---|---|
InProcessDeployment(String[] connectors,
String[] applications,
PrintStream detailLog,
PrintStream exceptionLog)
Constructor |
|
InProcessDeployment(String connector,
String application,
PrintStream detailLog,
PrintStream exceptionLog)
Constructor |
|
InProcessDeployment(URL[] connectors,
URL[] applications,
PrintStream logWriter,
PrintStream exceptionLog)
Constructor |
|
| Method Summary | |
|---|---|
Context |
context()
Create a new initial context referring to this deployment |
void |
destroy()
Tells that the deployment is no longer used. |
| 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 Context context()
throws ServiceException
Deployment
context in interface Deploymentnull if deployment was successfull but not registered
with a naming service
ServiceException - in case of failurepublic void destroy()
Deployment
destroy in interface Deployment
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||