org.alfresco.deployment.impl.server
Class DeploymentTargetRegistrationBean

java.lang.Object
  extended by org.alfresco.deployment.impl.server.DeploymentTargetRegistrationBean

public class DeploymentTargetRegistrationBean
extends java.lang.Object

Utility class to register a deployment target with the deployment engine.


Constructor Summary
DeploymentTargetRegistrationBean()
           
 
Method Summary
 java.lang.String getName()
           
 DeploymentTargetRegistry getRegistry()
           
 DeploymentTarget getTarget()
           
 void register()
          Register the deployment target with the deployment target registry
 void setName(java.lang.String name)
           
 void setRegistry(DeploymentTargetRegistry registry)
           
 void setTarget(DeploymentTarget target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentTargetRegistrationBean

public DeploymentTargetRegistrationBean()
Method Detail

register

public void register()
Register the deployment target with the deployment target registry


setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()

setRegistry

public void setRegistry(DeploymentTargetRegistry registry)

getRegistry

public DeploymentTargetRegistry getRegistry()

setTarget

public void setTarget(DeploymentTarget target)

getTarget

public DeploymentTarget getTarget()


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