Serialized Form


Package org.alfresco.deployment

Class org.alfresco.deployment.DeploymentTokenImpl extends java.lang.Object implements Serializable

serialVersionUID: 6013271259272921382L

Serialized Fields

ticket

java.lang.String ticket

targetStatus

TargetStatus targetStatus

Class org.alfresco.deployment.FileDescriptor extends java.lang.Object implements Serializable

serialVersionUID: 8082252882518483993L

Serialized Fields

fName

java.lang.String fName
The name of the file.


fType

FileType fType
The type of the file.


fGUID

java.lang.String fGUID
The GUID of the file.

Class org.alfresco.deployment.FileType extends java.lang.Enum implements Serializable

Class org.alfresco.deployment.ProgramRunnable extends java.lang.Object implements Serializable

serialVersionUID: -6694971994859005513L

Serialized Fields

fDeployment

Deployment fDeployment

fProgram

java.lang.String fProgram
The path to the executable.


fDirectory

java.lang.String fDirectory
The directory that the program should run in.


fArguments

java.util.List fArguments
Additional arguments to the program.

Class org.alfresco.deployment.SampleRunnable extends java.lang.Object implements Serializable

serialVersionUID: -5792264492686730729L

Serialized Fields

fDeployment

Deployment fDeployment

Class org.alfresco.deployment.SurfRefreshRunnable extends java.lang.Object implements Serializable

serialVersionUID: -5792264392686730729L

Serialized Fields

deployment

Deployment deployment

surfLocation

java.lang.String surfLocation

Class org.alfresco.deployment.TargetStatusImpl extends java.lang.Object implements Serializable

serialVersionUID: -451429708095640372L

Serialized Fields

targetName

java.lang.String targetName

storeName

java.lang.String storeName

currentVersion

int currentVersion

Package org.alfresco.deployment.impl

Class org.alfresco.deployment.impl.DeploymentException extends org.alfresco.error.AlfrescoRuntimeException implements Serializable

serialVersionUID: -1044761933985203012L


Package org.alfresco.deployment.impl.fsr

Class org.alfresco.deployment.impl.fsr.FileSystemDeploymentTarget extends java.lang.Object implements Serializable

serialVersionUID: 1257869549338878302L

Serialized Fields

isBusy

boolean isBusy
Is this target busy ?


fDeployments

java.util.Map fDeployments
Deployments in progress


metaDataTarget

Target metaDataTarget
The currentTarget


fTargetName

java.lang.String fTargetName
The name of this target.


fRootDirectory

java.lang.String fRootDirectory
The root directory of the target deployment.


fMetaDataDirectory

java.lang.String fMetaDataDirectory
Get the directory in which metadata is stored


tempDirectory

java.lang.String tempDirectory
Get the directory in which the temp files are stored


authenticator

DeploymentReceiverAuthenticator authenticator
The authenticator for this target


autoFix

boolean autoFix
autoFix - does meta validation auto fix data ?


postCommit

java.util.List postCommit
Runnables that will be invoked after commit.


prepare

java.util.List prepare
Runnables that will be invoked during prepare phase.


fileSystemReceiverService

FileSystemReceiverService fileSystemReceiverService
The common bits of file system deployment


validateMeCommand

ValidateCommand validateMeCommand

Class org.alfresco.deployment.impl.fsr.FSRunnableTester extends java.lang.Object implements Serializable

serialVersionUID: -5780190885270319744L

Serialized Fields

deployment

Deployment deployment

runCalled

boolean runCalled

throwException

boolean throwException

Package org.alfresco.deployment.impl.server

Class org.alfresco.deployment.impl.server.DeployedFile extends java.lang.Object implements Serializable

serialVersionUID: -8500167211804636309L

Serialized Fields

fType

FileType fType

fPreLocation

java.lang.String fPreLocation

fPath

java.lang.String fPath

fGUID

java.lang.String fGUID

fCreate

boolean fCreate

fFile

boolean fFile

Class org.alfresco.deployment.impl.server.Deployment extends java.lang.Object implements Serializable

serialVersionUID: -4675002987994484069L

Serialized Fields

deployedFiles

java.util.List deployedFiles
Synchronised list of deployed files.


fLastActivity

long fLastActivity
Timestamp of last time this deployment was talked to.


ticket

java.lang.String ticket
ticket of this deployment


targetName

java.lang.String targetName
The name of the target


fCanBeStale

boolean fCanBeStale
Flag for whether this deployment is in a state to be timed out.


metaError

boolean metaError
has a meta data error been detected in this deployment - regardless of whether it has been corrected.


fState

DeploymentState fState
The state of this deployment with regards to the transaction.


authoringVersion

int authoringVersion
The snapshot version number from the authoring cluster.


authoringStoreName

java.lang.String authoringStoreName
The name of the source store on the authoring cluster.

Class org.alfresco.deployment.impl.server.DeploymentState extends java.lang.Enum implements Serializable

Class org.alfresco.deployment.impl.server.DirectoryMetaData extends java.lang.Object implements Serializable

serialVersionUID: 8464208313551153234L

Serialized Fields

fElements

java.util.SortedSet fElements

Class org.alfresco.deployment.impl.server.Target extends java.lang.Object implements Serializable

serialVersionUID: 7759718377782991626L

Serialized Fields

busy

boolean busy
Is this target busy ?


fTargetName

java.lang.String fTargetName
The name of the target.


fMetaDataDirectory

java.lang.String fMetaDataDirectory
Where metadata is kept for this target.


metadataCache

org.alfresco.deployment.impl.server.Target.MetadataCache metadataCache



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