org.alfresco.deployment.impl.server
Interface DeploymentTargetRegistry

All Known Implementing Classes:
DeploymentReceiverEngineImpl

public interface DeploymentTargetRegistry


Method Summary
 java.util.Map getTargets()
          Get the targets for this deployment engine.
 void registerTarget(java.lang.String name, DeploymentTarget target)
          Register a new deployment target.
 void unregisterTarget(java.lang.String name)
          Unregister a deployment target
 

Method Detail

registerTarget

void registerTarget(java.lang.String name,
                    DeploymentTarget target)
Register a new deployment target. If an entry with the old name already exists then the new value replaces the old value.

Parameters:
name - the name of the target
target - the implementation of the target

unregisterTarget

void unregisterTarget(java.lang.String name)
Unregister a deployment target

Parameters:
name - the name of the target

getTargets

java.util.Map getTargets()
Get the targets for this deployment engine.

Returns:
the targets for this deployment engine


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.