Serialized Form


Package com.jboss.jbossnetwork.product.jbpm.handlers

Class com.jboss.jbossnetwork.product.jbpm.handlers.ActionHandlerException extends Exception implements Serializable

Class com.jboss.jbossnetwork.product.jbpm.handlers.ActionHandlerMessageLog extends org.jbpm.logging.log.MessageLog implements Serializable

Serialized Fields

step

org.rhq.core.domain.content.transfer.DeployPackageStep step

Class com.jboss.jbossnetwork.product.jbpm.handlers.BackupAndReplaceFileActionHandler extends BaseHandler implements Serializable

Serialized Fields

replacementFileLocation

String replacementFileLocation
The location of the new file, which will be copied over the original file.


originalFileLocation

String originalFileLocation
The location of the file which will be replaced.


backupFileLocation

String backupFileLocation
The location the original file will be backed up to. If this is not specified, we will generate a value for this of the format: originalFileLocation + ".#{timestamp}.old".


destinationFileLocation

String destinationFileLocation
The location that the replacement file will be written to. This enables us to support renaming the file as it is replaced (one such use case would be a new version of a JAR being pushed out). See JBNADM-618.

Class com.jboss.jbossnetwork.product.jbpm.handlers.BaseHandler extends Object implements Serializable

Serialized Fields

logger

org.apache.commons.logging.Log logger
Logger, keyed to the subclass.

Class com.jboss.jbossnetwork.product.jbpm.handlers.CompareDigestActionHandler extends BaseHandler implements Serializable

Serialized Fields

algorithm

String algorithm
The algorithm to use when calculating the digest (i.e. MD5). See Appendix A in the Java Cryptography Architecture API Specification & Reference for information about standard algorithm names.


fileToBeCheckedLocation

String fileToBeCheckedLocation
Location of the file being tested.


expectedDigest

String expectedDigest
This value is compared, ignoring case, with the calculated digest of the indicated file.

Class com.jboss.jbossnetwork.product.jbpm.handlers.ControlActionHandler extends BaseHandler implements Serializable

Serialized Fields

actionName

String actionName
Name of the action being performed on the JBoss AS server.

Class com.jboss.jbossnetwork.product.jbpm.handlers.JONServerDownloadActionHandler extends BaseHandler implements Serializable

Serialized Fields

destinationFileLocation

String destinationFileLocation

Class com.jboss.jbossnetwork.product.jbpm.handlers.NotificationActionHandler extends BaseHandler implements Serializable

Serialized Fields

notification

String notification
The notification message that should make up this action's description.

Class com.jboss.jbossnetwork.product.jbpm.handlers.SetProcessStatusActionHandler extends Object implements Serializable

Serialized Fields

status

Boolean status
Indicates if the process succeeded or failed.

Class com.jboss.jbossnetwork.product.jbpm.handlers.UnzipActionHandler extends BaseHandler implements Serializable

Serialized Fields

fileToBeUnzippedLocation

String fileToBeUnzippedLocation
Location of the file being unzipped.


destinationDirectoryLocation

String destinationDirectoryLocation
Location into which the files will be unzipped. This must be a directory.



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.