org.ow2.jonas.addon.deploy.api.deployer
Interface IAddonDeployer

All Superinterfaces:
org.ow2.util.ee.deploy.api.deployer.IDeployer<IAddonDeployable>

public interface IAddonDeployer
extends org.ow2.util.ee.deploy.api.deployer.IDeployer<IAddonDeployable>

Represents an Addon Deployer

Author:
Jeremy Cazaux

Method Summary
 boolean isAddonDeployedByWorkName(String unpackName)
          Test if the specified unpack name is already deployed or not.
 void setMultitenantService(MultitenantService multitenantService)
          Set Multitenant service impl
 void unsetMultitenantService()
          Unset Multitenant service impl
 
Methods inherited from interface org.ow2.util.ee.deploy.api.deployer.IDeployer
deploy, deploy, isDeployed, supports, supports, undeploy, undeploy
 

Method Detail

isAddonDeployedByWorkName

boolean isAddonDeployedByWorkName(String unpackName)
Test if the specified unpack name is already deployed or not.

Parameters:
unpackName - the name of the Addon file.
Returns:
true if the Addon is deployed, else false.

setMultitenantService

void setMultitenantService(MultitenantService multitenantService)
Set Multitenant service impl

Parameters:
multitenantService -

unsetMultitenantService

void unsetMultitenantService()
Unset Multitenant service impl



Copyright © 2012 OW2 Consortium. All Rights Reserved.