|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.application.deploy.RemoteDeployment
public class RemoteDeployment
Deployment in a separate virtual machine
| Constructor Summary | |
|---|---|
|
RemoteDeployment(Map properties,
PrintStream detailLog,
PrintStream exceptionLog)
Constructor |
protected |
RemoteDeployment(Map properties,
String connectors,
String applications,
PrintStream detailLog,
PrintStream exceptionLog)
Constructor |
|
RemoteDeployment(String[] connectors,
String[] applications,
PrintStream detailLog,
PrintStream exceptionLog)
Constructor |
|
RemoteDeployment(String connector,
String application,
PrintStream detailLog,
PrintStream exceptionLog)
Constructor |
|
RemoteDeployment(URL[] connectors,
URL[] applications,
PrintStream detailLog,
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. |
ServiceException |
getStatus()
Retrieve the Exeption in case of a failure |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected RemoteDeployment(Map properties,
String connectors,
String applications,
PrintStream detailLog,
PrintStream exceptionLog)
properties - the properties are never null and may
include for exampleconnectors - connectors overrides the corresponding properties
entry unless it is nullapplications - applications overrides the corresponding properties
entry unless it is nulldetailLog - the detail log may be nullexceptionLog - the exception log may be null
public RemoteDeployment(Map properties,
PrintStream detailLog,
PrintStream exceptionLog)
properties - the properties are never null and may
include for exampledetailLog - the detail log may be nullexceptionLog - the exception log may be null
public RemoteDeployment(String connector,
String application,
PrintStream detailLog,
PrintStream exceptionLog)
connector - may be null or emptyapplication - may be null or emptydetailLog - the detail log may be nullexceptionLog - the exception log may be null
public RemoteDeployment(String[] connectors,
String[] applications,
PrintStream detailLog,
PrintStream exceptionLog)
connectors - connectors may be null or emptyapplications - applications may be null or emptydetailLog - the detail log may be nullexceptionLog - the exception log may be null
public RemoteDeployment(URL[] connectors,
URL[] applications,
PrintStream detailLog,
PrintStream exceptionLog)
connectors - connectors may be null or emptyapplications - applications may be null or emptydetailLog - the detail log may be nullexceptionLog - the exception log may be null| Method Detail |
|---|
public void destroy()
Deployment
destroy in interface Deploymentpublic ServiceException getStatus()
null if no exception has occured yet
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 failure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||