Deployment Target Registration Bean

cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment Target Registration Bean

resplin
Intermediate
0 0 772

Obsolete Pages{{Obsolete}}

The official documentation is at: http://docs.alfresco.com



{{AVMWarning}}


Overview


Register a deployment target with its associated Deployment Receiver Engine using this deployment target registration bean. This bean is configured with a reference to the target, a reference to the receiver engine, and the target name. Where applicable (i.e., File System Deployment Targets), the target name provided to this bean should match the target name stored in the target itself.


Implementation : org.alfresco.deployment.impl.server.DeploymentTargetRegistrationBean

Configurable Property Reference


This bean breaks with the Alfresco convention of using init() as the initialization method.  The correct initialization method for use with Spring configuration is register()










Property
Type
Description
name String The name of the deployment target
registry bean reference A link to the Deployment Receiver Engine.
target bean reference or declaration A link to the configured deployment target bean.

See also


Community Edition
3.2
3.2r2
AVM