org.alfresco.web.bean.wcm
Class DeploymentServerConfig

java.lang.Object
  extended by org.alfresco.web.bean.wcm.DeploymentServerConfig
All Implemented Interfaces:
java.io.Serializable

public final class DeploymentServerConfig
extends java.lang.Object
implements java.io.Serializable

Object holding the configuration for a deployment server.

See Also:
Serialized Form

Field Summary
protected  java.lang.String deployType
           
protected  java.lang.String id
           
static java.lang.String PROP_ADAPTER_NAME
           
static java.lang.String PROP_ALLOCATED_TO
           
static java.lang.String PROP_EXCLUDES
           
static java.lang.String PROP_GROUP
           
static java.lang.String PROP_HOST
           
static java.lang.String PROP_NAME
           
static java.lang.String PROP_ON_APPROVAL
           
static java.lang.String PROP_PASSWORD
           
static java.lang.String PROP_PORT
           
static java.lang.String PROP_SOURCE_PATH
           
static java.lang.String PROP_TARGET_NAME
           
static java.lang.String PROP_TYPE
           
static java.lang.String PROP_URL
           
static java.lang.String PROP_USER
           
protected  java.util.Map props
           
protected  org.alfresco.service.cmr.repository.NodeRef serverRef
           
 
Constructor Summary
DeploymentServerConfig(org.alfresco.service.cmr.repository.NodeRef serverRef, java.util.Map repoProps)
           
DeploymentServerConfig(java.lang.String deployType)
           
 
Method Summary
 java.lang.String getDeployType()
           
 java.lang.String getId()
           
 java.util.Map getProperties()
           
 java.util.Map getRepoProps()
           
 org.alfresco.service.cmr.repository.NodeRef getServerRef()
           
protected  void populateFromRepoProps(java.util.Map repoProps)
           
 void setProperties(java.util.Map props)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PROP_TYPE

public static final java.lang.String PROP_TYPE
See Also:
Constant Field Values

PROP_NAME

public static final java.lang.String PROP_NAME
See Also:
Constant Field Values

PROP_HOST

public static final java.lang.String PROP_HOST
See Also:
Constant Field Values

PROP_PORT

public static final java.lang.String PROP_PORT
See Also:
Constant Field Values

PROP_USER

public static final java.lang.String PROP_USER
See Also:
Constant Field Values

PROP_PASSWORD

public static final java.lang.String PROP_PASSWORD
See Also:
Constant Field Values

PROP_URL

public static final java.lang.String PROP_URL
See Also:
Constant Field Values

PROP_SOURCE_PATH

public static final java.lang.String PROP_SOURCE_PATH
See Also:
Constant Field Values

PROP_TARGET_NAME

public static final java.lang.String PROP_TARGET_NAME
See Also:
Constant Field Values

PROP_EXCLUDES

public static final java.lang.String PROP_EXCLUDES
See Also:
Constant Field Values

PROP_ALLOCATED_TO

public static final java.lang.String PROP_ALLOCATED_TO
See Also:
Constant Field Values

PROP_ON_APPROVAL

public static final java.lang.String PROP_ON_APPROVAL
See Also:
Constant Field Values

PROP_GROUP

public static final java.lang.String PROP_GROUP
See Also:
Constant Field Values

PROP_ADAPTER_NAME

public static final java.lang.String PROP_ADAPTER_NAME
See Also:
Constant Field Values

id

protected java.lang.String id

serverRef

protected org.alfresco.service.cmr.repository.NodeRef serverRef

deployType

protected java.lang.String deployType

props

protected java.util.Map props
Constructor Detail

DeploymentServerConfig

public DeploymentServerConfig(java.lang.String deployType)

DeploymentServerConfig

public DeploymentServerConfig(org.alfresco.service.cmr.repository.NodeRef serverRef,
                              java.util.Map repoProps)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getId

public java.lang.String getId()

getServerRef

public org.alfresco.service.cmr.repository.NodeRef getServerRef()

getDeployType

public java.lang.String getDeployType()

getProperties

public java.util.Map getProperties()

setProperties

public void setProperties(java.util.Map props)

getRepoProps

public java.util.Map getRepoProps()

populateFromRepoProps

protected void populateFromRepoProps(java.util.Map repoProps)


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