org.openmdx.base.application.deploy
Interface Deployment

All Known Implementing Classes:
InProcessDeployment, Model_1Deployment, RemoteDeployment

public interface Deployment

Deployment


Method Summary
 Context context()
          Create a new initial context referring to this deployment
 void destroy()
          Tells that the deployment is no longer used.
 

Method Detail

context

Context context()
                throws ServiceException
Create a new initial context referring to this deployment

Returns:
this deployment's initial context; or null if deployment was successfull but not registered with a naming service
Throws:
ServiceException - in case of failure

destroy

void destroy()
Tells that the deployment is no longer used. An implementation may



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