A B C D E F G H I L N O P R S U V Z 

A

AbstractAssertAttribute - Class in org.ow2.petals.ant.task.monit.assertion
Abstract attribute assertion
AbstractAssertAttribute() - Constructor for class org.ow2.petals.ant.task.monit.assertion.AbstractAssertAttribute
 
AbstractConfigureArchiveAntTask - Class in org.ow2.petals.ant
Abstract class for all tasks configuring an archive.
AbstractConfigureArchiveAntTask() - Constructor for class org.ow2.petals.ant.AbstractConfigureArchiveAntTask
 
AbstractInstallerAntTask - Class in org.ow2.petals.ant
This class is used to install or deploy a JBI component, shared library or service assembly.
AbstractInstallerAntTask() - Constructor for class org.ow2.petals.ant.AbstractInstallerAntTask
 
AbstractJBIAntTask - Class in org.ow2.petals.ant
This class is used to give the main parameters of the Ant tasks.
AbstractJBIAntTask() - Constructor for class org.ow2.petals.ant.AbstractJBIAntTask
 
AbstractMonitAntTask - Class in org.ow2.petals.ant.task.monit
Base class for Ant task working with MONIT traces
AbstractMonitAntTask() - Constructor for class org.ow2.petals.ant.task.monit.AbstractMonitAntTask
 
AbstractMonitAntTaskRequiringRefId - Class in org.ow2.petals.ant.task.monit
Base class for Ant task working with MONIT traces
AbstractMonitAntTaskRequiringRefId() - Constructor for class org.ow2.petals.ant.task.monit.AbstractMonitAntTaskRequiringRefId
 
addAssertFlowStep(AssertFlowStep) - Method in class org.ow2.petals.ant.task.monit.assertion.AssertFlowInstanceTask
 
addAttributeEquals(AttributeEquals) - Method in class org.ow2.petals.ant.task.monit.assertion.AssertFlowStep
 
addAttributeSet(AttributeSet) - Method in class org.ow2.petals.ant.task.monit.assertion.AssertFlowStep
 
addFile(ZipOutputStream, InputStream, String) - Static method in class org.ow2.petals.ant.util.ZipUtil
Add a file to a zip stream, without checking if already zipped.
addFile(ZipOutputStream, InputStream, String, long) - Static method in class org.ow2.petals.ant.util.ZipUtil
Add a file to a zip stream specifiing zip entry time, without checking if already zipped.
addFlowStepCriteria(FlowStepCriteria) - Method in class org.ow2.petals.ant.task.monit.ExtractFlowStepInfoTask
 
addFlowStepInfo(FlowStepInfo) - Method in class org.ow2.petals.ant.task.monit.assertion.AssertFlowStep
 
addFlowStepInfo(FlowStepInfo) - Method in class org.ow2.petals.ant.task.monit.ExtractFlowStepInfoTask
 
AssertAttribute - Interface in org.ow2.petals.ant.task.monit.assertion
Interface of assertions about flow step attribute
AssertFlowInstanceTask - Class in org.ow2.petals.ant.task.monit.assertion
A Ant task to create asserts on a flow instance read from MONIT traces.
AssertFlowInstanceTask() - Constructor for class org.ow2.petals.ant.task.monit.assertion.AssertFlowInstanceTask
 
AssertFlowStep - Class in org.ow2.petals.ant.task.monit.assertion
Assertions to execute on a flow step
AssertFlowStep() - Constructor for class org.ow2.petals.ant.task.monit.assertion.AssertFlowStep
 
AttributeEquals - Class in org.ow2.petals.ant.task.monit.assertion
An attribute assertion checking that the value of the attribute equals a given value
AttributeEquals() - Constructor for class org.ow2.petals.ant.task.monit.assertion.AttributeEquals
 
AttributeSet - Class in org.ow2.petals.ant.task.monit.assertion
An attribute assertion checking that the attribute as a value: not null, and not empty.
AttributeSet() - Constructor for class org.ow2.petals.ant.task.monit.assertion.AttributeSet
 

B

BuildAssertAttributeFailException - Exception in org.ow2.petals.ant.task.monit.assertion.exception
An assertion about a flow step attribute fails
BuildAssertAttributeFailException(String) - Constructor for exception org.ow2.petals.ant.task.monit.assertion.exception.BuildAssertAttributeFailException
 
BuildAssertAttributeInvalidException - Exception in org.ow2.petals.ant.task.monit.assertion.exception
An assertion about a flow step attribute is invalid
BuildAssertAttributeInvalidException(String) - Constructor for exception org.ow2.petals.ant.task.monit.assertion.exception.BuildAssertAttributeInvalidException
 
BuildAssertAttributeNameNotSetException - Exception in org.ow2.petals.ant.task.monit.assertion.exception
The attribute name required by an assertion is not set
BuildAssertAttributeNameNotSetException() - Constructor for exception org.ow2.petals.ant.task.monit.assertion.exception.BuildAssertAttributeNameNotSetException
 
BuildAssertAttributeNotFoundException - Exception in org.ow2.petals.ant.task.monit.assertion.exception
The attribute on which an assertion must be done is not found.
BuildAssertAttributeNotFoundException(String) - Constructor for exception org.ow2.petals.ant.task.monit.assertion.exception.BuildAssertAttributeNotFoundException
 
BuildAssertAttributeNotSetException - Exception in org.ow2.petals.ant.task.monit.assertion.exception
The assertion AttributeSet fails
BuildAssertAttributeNotSetException(String) - Constructor for exception org.ow2.petals.ant.task.monit.assertion.exception.BuildAssertAttributeNotSetException
 
BuildAssertEmptyAttributeNameException - Exception in org.ow2.petals.ant.task.monit.assertion.exception
The attribute name required by an assertion is empty
BuildAssertEmptyAttributeNameException() - Constructor for exception org.ow2.petals.ant.task.monit.assertion.exception.BuildAssertEmptyAttributeNameException
 
BuildAssertEmptyAttributeValueException - Exception in org.ow2.petals.ant.task.monit.assertion.exception
An assertion requiring a value has an empty value
BuildAssertEmptyAttributeValueException(String) - Constructor for exception org.ow2.petals.ant.task.monit.assertion.exception.BuildAssertEmptyAttributeValueException
 
BuildAssertFlowStepEndException - Exception in org.ow2.petals.ant.task.monit.assertion.exception
Unexpected flow step end
BuildAssertFlowStepEndException(boolean) - Constructor for exception org.ow2.petals.ant.task.monit.assertion.exception.BuildAssertFlowStepEndException
 
BuildAssertNotEqualsException - Exception in org.ow2.petals.ant.task.monit.assertion.exception
The assertion AttributeEquals fails
BuildAssertNotEqualsException(String, String, String, String) - Constructor for exception org.ow2.petals.ant.task.monit.assertion.exception.BuildAssertNotEqualsException
 
BuildCriteriaSelectionTooLargeException - Exception in org.ow2.petals.ant.task.monit.exception
The criterias used to select a flow step is not sufficient.
BuildCriteriaSelectionTooLargeException(Location) - Constructor for exception org.ow2.petals.ant.task.monit.exception.BuildCriteriaSelectionTooLargeException
 
BuildDirEmptyException - Exception in org.ow2.petals.ant.task.monit.exception
The parameter 'dir' is empty on the Ant Task.
BuildDirEmptyException(Location) - Constructor for exception org.ow2.petals.ant.task.monit.exception.BuildDirEmptyException
 
BuildDirMissingException - Exception in org.ow2.petals.ant.task.monit.exception
The parameter 'dir' is missing on the Ant Task.
BuildDirMissingException(Location) - Constructor for exception org.ow2.petals.ant.task.monit.exception.BuildDirMissingException
 
BuildFlowInstanceIdInvalidException - Exception in org.ow2.petals.ant.task.monit.exception
The parameter 'flowInstanceId' is invalid, it does not point to an existing flow instance
BuildFlowInstanceIdInvalidException(Location) - Constructor for exception org.ow2.petals.ant.task.monit.exception.BuildFlowInstanceIdInvalidException
 
BuildFlowStepIdxInvalidException - Exception in org.ow2.petals.ant.task.monit.exception
The parameter 'flowStepidx' is invalid, it does not point to an existing flow step.
BuildFlowStepIdxInvalidException(Location) - Constructor for exception org.ow2.petals.ant.task.monit.exception.BuildFlowStepIdxInvalidException
 
BuildFlowStepIdxMissingException - Exception in org.ow2.petals.ant.task.monit.exception
The parameter 'flowStepIdx' is missing on the Ant Task.
BuildFlowStepIdxMissingException(Location) - Constructor for exception org.ow2.petals.ant.task.monit.exception.BuildFlowStepIdxMissingException
 
BuildIdEmptyException - Exception in org.ow2.petals.ant.task.monit.exception
The parameter 'id' is empty on the Ant Task.
BuildIdEmptyException(Location) - Constructor for exception org.ow2.petals.ant.task.monit.exception.BuildIdEmptyException
 
BuildIdMissingException - Exception in org.ow2.petals.ant.task.monit.exception
The parameter 'id' is missing on the Ant Task.
BuildIdMissingException(Location) - Constructor for exception org.ow2.petals.ant.task.monit.exception.BuildIdMissingException
 
BuildMonitException - Exception in org.ow2.petals.ant.task.monit.exception
Base exception of Ant task about MONIT traces
BuildMonitException(String, Location) - Constructor for exception org.ow2.petals.ant.task.monit.exception.BuildMonitException
 
BuildMonitException(String) - Constructor for exception org.ow2.petals.ant.task.monit.exception.BuildMonitException
 
BuildNoFlowStepMatchException - Exception in org.ow2.petals.ant.task.monit.exception
No flow step matches the given criteria(s)
BuildNoFlowStepMatchException(Location) - Constructor for exception org.ow2.petals.ant.task.monit.exception.BuildNoFlowStepMatchException
 
BuildPropertyMissingException - Exception in org.ow2.petals.ant.task.monit.exception
The parameter 'property' is missing on the Ant Task.
BuildPropertyMissingException(Location) - Constructor for exception org.ow2.petals.ant.task.monit.exception.BuildPropertyMissingException
 
BuildRefIdEmptyException - Exception in org.ow2.petals.ant.task.monit.exception
The parameter 'refid' is empty on the Ant Task.
BuildRefIdEmptyException(Location) - Constructor for exception org.ow2.petals.ant.task.monit.exception.BuildRefIdEmptyException
 
BuildRefIdInvalidException - Exception in org.ow2.petals.ant.task.monit.exception
The parameter 'refid' is invalid, it does not point to the right Object.
BuildRefIdInvalidException(Location) - Constructor for exception org.ow2.petals.ant.task.monit.exception.BuildRefIdInvalidException
 
BuildRefIdMissingException - Exception in org.ow2.petals.ant.task.monit.exception
The parameter 'refid' is missing on the Ant Task.
BuildRefIdMissingException(Location) - Constructor for exception org.ow2.petals.ant.task.monit.exception.BuildRefIdMissingException
 
BuildRowInvalidException - Exception in org.ow2.petals.ant.task.monit.exception
The parameter 'row' is invalid, it does not point to a selected flow step row
BuildRowInvalidException(Location) - Constructor for exception org.ow2.petals.ant.task.monit.exception.BuildRowInvalidException
 

C

checkOnEndTrace - Variable in class org.ow2.petals.ant.task.monit.assertion.AbstractAssertAttribute
Flag to define on which trace (beginning or ending) of the flow step the assertion must be done.
ConfigureComponentTask - Class in org.ow2.petals.ant.task
Ant task : petals-configure-component.
ConfigureComponentTask() - Constructor for class org.ow2.petals.ant.task.ConfigureComponentTask
 
ConfigureComponentTask.SharedLibrary - Class in org.ow2.petals.ant.task
SharedLibrary class.
ConfigureComponentTask.SharedLibrary() - Constructor for class org.ow2.petals.ant.task.ConfigureComponentTask.SharedLibrary
 
ConfigureComponentTask.SharedLibrary(String) - Constructor for class org.ow2.petals.ant.task.ConfigureComponentTask.SharedLibrary
 
ConfigureRuntimeComponentTask - Class in org.ow2.petals.ant.task
Ant task : petals--configure-runtime-component.
ConfigureRuntimeComponentTask() - Constructor for class org.ow2.petals.ant.task.ConfigureRuntimeComponentTask
Creates a new instance of ConfigureRuntimeComponentTask
ConfigureRuntimeComponentTask.Param - Class in org.ow2.petals.ant.task
Parameter class for nested elements
ConfigureRuntimeComponentTask.Param() - Constructor for class org.ow2.petals.ant.task.ConfigureRuntimeComponentTask.Param
Creates a new instance of ConfigureRuntimeComponentTask.Param
ConfigureRuntimeComponentTask.Param(String, String) - Constructor for class org.ow2.petals.ant.task.ConfigureRuntimeComponentTask.Param
Creates a new instance of ConfigureRuntimeComponentTask.Param
ConfigureServiceAssemblyTask - Class in org.ow2.petals.ant.task
 
ConfigureServiceAssemblyTask() - Constructor for class org.ow2.petals.ant.task.ConfigureServiceAssemblyTask
 
ConfigureServiceAssemblyTask.ServiceUnit - Class in org.ow2.petals.ant.task
The Service Unit class.
ConfigureServiceAssemblyTask.ServiceUnit() - Constructor for class org.ow2.petals.ant.task.ConfigureServiceAssemblyTask.ServiceUnit
 
convert(String) - Method in interface org.ow2.petals.ant.task.primitive.PrimitiveConverter
 
convert(String) - Method in class org.ow2.petals.ant.task.primitive.PrimitiveConverterBoolean
 
convert(String) - Method in class org.ow2.petals.ant.task.primitive.PrimitiveConverterDouble
 
convert(String) - Method in class org.ow2.petals.ant.task.primitive.PrimitiveConverterFloat
 
convert(String) - Method in class org.ow2.petals.ant.task.primitive.PrimitiveConverterInteger
 
convert(String) - Method in class org.ow2.petals.ant.task.primitive.PrimitiveConverterLong
 
convert(String) - Method in class org.ow2.petals.ant.task.primitive.PrimitiveConverterShort
 
copyAndUpdateZipFile(ZipFile, ZipOutputStream, ZipUtil.ZipEntryCallback) - Static method in class org.ow2.petals.ant.util.ZipUtil
 
copyStreamToFile(InputStream, File) - Static method in class org.ow2.petals.ant.util.NioUtil
Transfer bytes blocks using direct buffer memory allocation.
createParam() - Method in class org.ow2.petals.ant.task.ConfigureRuntimeComponentTask
 
createParam() - Method in class org.ow2.petals.ant.task.InstallComponentTask
 
createServiceUnit() - Method in class org.ow2.petals.ant.task.ConfigureServiceAssemblyTask
 
createSharedLibrary() - Method in class org.ow2.petals.ant.task.ConfigureComponentTask
A Shared Library to include in the component configuration.

D

DEFAULT_JMX_HOST - Static variable in class org.ow2.petals.ant.AbstractJBIAntTask
 
DEFAULT_JMX_PORT - Static variable in class org.ow2.petals.ant.AbstractJBIAntTask
 
DeployServiceAssemblyTask - Class in org.ow2.petals.ant.task
Ant task : jbi-deploy-service-assembly.
DeployServiceAssemblyTask() - Constructor for class org.ow2.petals.ant.task.DeployServiceAssemblyTask
Creates a new instance of DeployServiceAssemblyTask
doAssert(FlowStep, Project) - Method in interface org.ow2.petals.ant.task.monit.assertion.AssertAttribute
Execute the assertion on the given flow step
doAssert(FlowStep, Project) - Method in class org.ow2.petals.ant.task.monit.assertion.AttributeEquals
 
doAssert(FlowStep, Project) - Method in class org.ow2.petals.ant.task.monit.assertion.AttributeSet
 
doTask() - Method in class org.ow2.petals.ant.AbstractJBIAntTask
Do the task job
doTask() - Method in class org.ow2.petals.ant.task.ConfigureRuntimeComponentTask
 
doTask() - Method in class org.ow2.petals.ant.task.DeployServiceAssemblyTask
 
doTask() - Method in class org.ow2.petals.ant.task.ForceUndeployServiceAssemblyTask
 
doTask() - Method in class org.ow2.petals.ant.task.ForceUnloadInstallerTask
 
doTask() - Method in class org.ow2.petals.ant.task.InstallComponentTask
Execute the ant task
doTask() - Method in class org.ow2.petals.ant.task.InstallSharedLibraryTask
Execute the ant task
doTask() - Method in class org.ow2.petals.ant.task.ListBindingComponentsTask
 
doTask() - Method in class org.ow2.petals.ant.task.ListServiceAssembliesTask
 
doTask() - Method in class org.ow2.petals.ant.task.ListServiceEnginesTask
 
doTask() - Method in class org.ow2.petals.ant.task.ListSharedLibrariesTask
 
doTask() - Method in class org.ow2.petals.ant.task.monit.AbstractMonitAntTask
Do the task job
doTask() - Method in class org.ow2.petals.ant.task.monit.AbstractMonitAntTaskRequiringRefId
 
doTask() - Method in class org.ow2.petals.ant.task.monit.ReadLogFilesTask
 
doTask() - Method in class org.ow2.petals.ant.task.ShutdownAllComponentsTask
 
doTask() - Method in class org.ow2.petals.ant.task.ShutdownAllServiceAssembliesTask
 
doTask() - Method in class org.ow2.petals.ant.task.ShutdownComponentTask
 
doTask() - Method in class org.ow2.petals.ant.task.ShutdownServiceAssemblyTask
 
doTask() - Method in class org.ow2.petals.ant.task.StartAllComponentsTask
 
doTask() - Method in class org.ow2.petals.ant.task.StartAllServiceAssembliesTask
 
doTask() - Method in class org.ow2.petals.ant.task.StartComponentTask
 
doTask() - Method in class org.ow2.petals.ant.task.StartServiceAssemblyTask
 
doTask() - Method in class org.ow2.petals.ant.task.StopAllComponentsTask
 
doTask() - Method in class org.ow2.petals.ant.task.StopAllServiceAssembliesTask
 
doTask() - Method in class org.ow2.petals.ant.task.StopComponentTask
 
doTask() - Method in class org.ow2.petals.ant.task.StopServiceAssemblyTask
 
doTask() - Method in class org.ow2.petals.ant.task.UndeployAllServiceAssembliesTask
 
doTask() - Method in class org.ow2.petals.ant.task.UndeployServiceAssemblyTask
 
doTask() - Method in class org.ow2.petals.ant.task.UninstallAllSharedLibrariesTask
 
doTask() - Method in class org.ow2.petals.ant.task.UninstallComponentsTask
 
doTask() - Method in class org.ow2.petals.ant.task.UninstallComponentTask
 
doTask() - Method in class org.ow2.petals.ant.task.UninstallSharedLibraryTask
 
doTask() - Method in class org.ow2.petals.ant.task.UnloadAllInstallersTask
 
doTaskRequiringRefId() - Method in class org.ow2.petals.ant.task.monit.AbstractMonitAntTaskRequiringRefId
Do the job of the task requiring "refid'
doTaskRequiringRefId() - Method in class org.ow2.petals.ant.task.monit.assertion.AssertFlowInstanceTask
 
doTaskRequiringRefId() - Method in class org.ow2.petals.ant.task.monit.ExtractFlowStepInfoTask
 
downloadURL(URL) - Static method in class org.ow2.petals.ant.AbstractConfigureArchiveAntTask
Download the given URL into a File.

E

execute() - Method in class org.ow2.petals.ant.AbstractConfigureArchiveAntTask
 
execute() - Method in class org.ow2.petals.ant.AbstractJBIAntTask
 
execute() - Method in class org.ow2.petals.ant.task.ConfigureComponentTask
 
execute() - Method in class org.ow2.petals.ant.task.ConfigureServiceAssemblyTask
 
execute() - Method in class org.ow2.petals.ant.task.monit.AbstractMonitAntTask
 
ExtractFlowStepInfoTask - Class in org.ow2.petals.ant.task.monit
The Ant task to extract information from a flow step selected from MONIT traces.
ExtractFlowStepInfoTask() - Constructor for class org.ow2.petals.ant.task.monit.ExtractFlowStepInfoTask
 

F

failOnComponentError - Variable in class org.ow2.petals.ant.task.DeployServiceAssemblyTask
Fail on component error
failOnError - Variable in class org.ow2.petals.ant.AbstractJBIAntTask
Fail on error
failOnError - Variable in class org.ow2.petals.ant.task.monit.AbstractMonitAntTask
Fail on error
file - Variable in class org.ow2.petals.ant.AbstractConfigureArchiveAntTask
Ant task attribute 'file' locating the archive to configure.
file - Variable in class org.ow2.petals.ant.AbstractInstallerAntTask
Fully qualified installation file path name
FlowStepCriteria - Class in org.ow2.petals.ant.task.monit
 
FlowStepCriteria() - Constructor for class org.ow2.petals.ant.task.monit.FlowStepCriteria
 
FlowStepInfo - Class in org.ow2.petals.ant.task.monit
 
FlowStepInfo() - Constructor for class org.ow2.petals.ant.task.monit.FlowStepInfo
 
ForceUndeployServiceAssemblyTask - Class in org.ow2.petals.ant.task
Ant task : petals-force-undeploy-service-assembly.
ForceUndeployServiceAssemblyTask() - Constructor for class org.ow2.petals.ant.task.ForceUndeployServiceAssemblyTask
 
ForceUnloadInstallerTask - Class in org.ow2.petals.ant.task
Ant task : petals-force-uninstall-component.
ForceUnloadInstallerTask() - Constructor for class org.ow2.petals.ant.task.ForceUnloadInstallerTask
 

G

getAllFlowSteps(FlowStep) - Method in class org.ow2.petals.ant.task.monit.AbstractMonitAntTaskRequiringRefId
Build a flow step list ordered by arrival of the associated MONIT trace.
getAttribute() - Method in class org.ow2.petals.ant.task.monit.FlowStepInfo
 
getAttributeAssertions() - Method in class org.ow2.petals.ant.task.monit.assertion.AssertFlowStep
 
getEndpoint() - Method in class org.ow2.petals.ant.task.ConfigureServiceAssemblyTask.ServiceUnit
 
getEndsWithError() - Method in class org.ow2.petals.ant.task.monit.assertion.AssertFlowStep
 
getFile() - Method in class org.ow2.petals.ant.AbstractConfigureArchiveAntTask
File getter.
getFile() - Method in class org.ow2.petals.ant.task.ConfigureComponentTask.SharedLibrary
 
getFlowStepIdx() - Method in class org.ow2.petals.ant.task.monit.assertion.AssertFlowStep
 
getFlowStepInfos() - Method in class org.ow2.petals.ant.task.monit.assertion.AssertFlowStep
 
getHost() - Method in class org.ow2.petals.ant.AbstractJBIAntTask
 
getIdentification() - Method in class org.ow2.petals.ant.task.ConfigureComponentTask
Identification getter.
getIdentification() - Method in class org.ow2.petals.ant.task.ConfigureServiceAssemblyTask
 
getIdentification() - Method in class org.ow2.petals.ant.task.ConfigureServiceAssemblyTask.ServiceUnit
 
getJMXClient() - Method in class org.ow2.petals.ant.AbstractJBIAntTask
Get a connection to JMX
getName() - Method in class org.ow2.petals.ant.task.ConfigureRuntimeComponentTask.Param
 
getName() - Method in class org.ow2.petals.ant.task.InstallComponentTask.Param
 
getName() - Method in class org.ow2.petals.ant.task.monit.FlowStepCriteria
 
getNestedParams() - Method in class org.ow2.petals.ant.task.ConfigureRuntimeComponentTask
 
getOutputFile() - Method in class org.ow2.petals.ant.AbstractConfigureArchiveAntTask
OutputFile getter.
getParam() - Method in class org.ow2.petals.ant.task.ConfigureServiceAssemblyTask.ServiceUnit
 
getParams() - Method in class org.ow2.petals.ant.task.InstallComponentTask
 
getPassword() - Method in class org.ow2.petals.ant.AbstractJBIAntTask
 
getPort() - Method in class org.ow2.petals.ant.AbstractJBIAntTask
 
getProperty() - Method in class org.ow2.petals.ant.task.monit.FlowStepInfo
 
getSlProperties() - Method in class org.ow2.petals.ant.task.ConfigureComponentTask
SlProperties getter.
getSuProperties() - Method in class org.ow2.petals.ant.task.ConfigureServiceAssemblyTask
 
getUsername() - Method in class org.ow2.petals.ant.AbstractJBIAntTask
 
getValue() - Method in class org.ow2.petals.ant.task.ConfigureRuntimeComponentTask.Param
 
getValue() - Method in class org.ow2.petals.ant.task.ConfigureServiceAssemblyTask.ServiceUnit
 
getValue() - Method in class org.ow2.petals.ant.task.InstallComponentTask.Param
 
getValue() - Method in class org.ow2.petals.ant.task.monit.FlowStepCriteria
 

H

host - Variable in class org.ow2.petals.ant.AbstractJBIAntTask
Host jmx

I

InstallComponentTask - Class in org.ow2.petals.ant.task
Ant task : jbi-install-component.
InstallComponentTask() - Constructor for class org.ow2.petals.ant.task.InstallComponentTask
Creates a new instance of InstallComponentTask
InstallComponentTask.Param - Class in org.ow2.petals.ant.task
Parameter class for nested elements
InstallComponentTask.Param() - Constructor for class org.ow2.petals.ant.task.InstallComponentTask.Param
Creates a new instance of InstallComponentTask.Param
InstallComponentTask.Param(String, String) - Constructor for class org.ow2.petals.ant.task.InstallComponentTask.Param
Creates a new instance of InstallComponentTask.Param
InstallSharedLibraryTask - Class in org.ow2.petals.ant.task
Ant task : jbi-install-shared-library.
InstallSharedLibraryTask() - Constructor for class org.ow2.petals.ant.task.InstallSharedLibraryTask
Creates a new instance of InstallSharedLibraryTask
isFailOnError() - Method in class org.ow2.petals.ant.AbstractJBIAntTask
 
isFailOnError() - Method in class org.ow2.petals.ant.task.monit.AbstractMonitAntTask
 
isOverwriteOutputFile() - Method in class org.ow2.petals.ant.AbstractConfigureArchiveAntTask
 

L

ListBindingComponentsTask - Class in org.ow2.petals.ant.task
Task used to list the binding components.
ListBindingComponentsTask() - Constructor for class org.ow2.petals.ant.task.ListBindingComponentsTask
Creates a new instance of ListBindingComponentsTaskTest
ListServiceAssembliesTask - Class in org.ow2.petals.ant.task
Ant task : jbi-list-service-assemblies.
ListServiceAssembliesTask() - Constructor for class org.ow2.petals.ant.task.ListServiceAssembliesTask
Creates a new instance of ListServiceAssembliesTask
ListServiceEnginesTask - Class in org.ow2.petals.ant.task
Ant task : jbi-list-service-engines.
ListServiceEnginesTask() - Constructor for class org.ow2.petals.ant.task.ListServiceEnginesTask
Creates a new instance of ${ListServiceEnginesTask}
ListSharedLibrariesTask - Class in org.ow2.petals.ant.task
Ant task : jbi-list-shared-libraries.
ListSharedLibrariesTask() - Constructor for class org.ow2.petals.ant.task.ListSharedLibrariesTask
Creates a new instance of ListSharedLibrariesTask

N

NioUtil - Class in org.ow2.petals.ant.util
 
NioUtil() - Constructor for class org.ow2.petals.ant.util.NioUtil
 

O

onZipEntry(ZipEntry, InputStream) - Method in interface org.ow2.petals.ant.util.ZipUtil.ZipEntryCallback
 
org.ow2.petals.ant - package org.ow2.petals.ant
 
org.ow2.petals.ant.task - package org.ow2.petals.ant.task
 
org.ow2.petals.ant.task.monit - package org.ow2.petals.ant.task.monit
 
org.ow2.petals.ant.task.monit.assertion - package org.ow2.petals.ant.task.monit.assertion
 
org.ow2.petals.ant.task.monit.assertion.exception - package org.ow2.petals.ant.task.monit.assertion.exception
 
org.ow2.petals.ant.task.monit.exception - package org.ow2.petals.ant.task.monit.exception
 
org.ow2.petals.ant.task.primitive - package org.ow2.petals.ant.task.primitive
 
org.ow2.petals.ant.util - package org.ow2.petals.ant.util
 
outputFile - Variable in class org.ow2.petals.ant.AbstractConfigureArchiveAntTask
Ant task attribute 'outputFile' defined the filename of the archive configured.
overwriteOutputFile - Variable in class org.ow2.petals.ant.AbstractConfigureArchiveAntTask
Overwrite the output archive

P

password - Variable in class org.ow2.petals.ant.AbstractJBIAntTask
Password for security
port - Variable in class org.ow2.petals.ant.AbstractJBIAntTask
Port jmx
PrimitiveConverter - Interface in org.ow2.petals.ant.task.primitive
 
PrimitiveConverterBoolean - Class in org.ow2.petals.ant.task.primitive
 
PrimitiveConverterBoolean() - Constructor for class org.ow2.petals.ant.task.primitive.PrimitiveConverterBoolean
 
PrimitiveConverterDouble - Class in org.ow2.petals.ant.task.primitive
 
PrimitiveConverterDouble() - Constructor for class org.ow2.petals.ant.task.primitive.PrimitiveConverterDouble
 
PrimitiveConverterFloat - Class in org.ow2.petals.ant.task.primitive
 
PrimitiveConverterFloat() - Constructor for class org.ow2.petals.ant.task.primitive.PrimitiveConverterFloat
 
PrimitiveConverterInteger - Class in org.ow2.petals.ant.task.primitive
 
PrimitiveConverterInteger() - Constructor for class org.ow2.petals.ant.task.primitive.PrimitiveConverterInteger
 
PrimitiveConverterLong - Class in org.ow2.petals.ant.task.primitive
 
PrimitiveConverterLong() - Constructor for class org.ow2.petals.ant.task.primitive.PrimitiveConverterLong
 
PrimitiveConverterShort - Class in org.ow2.petals.ant.task.primitive
 
PrimitiveConverterShort() - Constructor for class org.ow2.petals.ant.task.primitive.PrimitiveConverterShort
 

R

ReadLogFilesTask - Class in org.ow2.petals.ant.task.monit
The Ant task to read MONIT log files
ReadLogFilesTask() - Constructor for class org.ow2.petals.ant.task.monit.ReadLogFilesTask
 
refId - Variable in class org.ow2.petals.ant.task.monit.AbstractMonitAntTaskRequiringRefId
Name of the object reference in which flows have been put

S

saNamepattern - Static variable in class org.ow2.petals.ant.AbstractJBIAntTask
Pattern of a service-assembly (un)deployment report about a failed service-assembly (un)deployment because of the service-assembly, not because of its service-units.
setAttribute(String) - Method in class org.ow2.petals.ant.task.monit.FlowStepInfo
Set the name of a flow step attribute to use as information source
setBindingComponentName(String) - Method in class org.ow2.petals.ant.task.ListBindingComponentsTask
 
setComponentName(String) - Method in class org.ow2.petals.ant.task.ListServiceAssembliesTask
 
setComponentName(String) - Method in class org.ow2.petals.ant.task.ListSharedLibrariesTask
 
setDir(String) - Method in class org.ow2.petals.ant.task.monit.ReadLogFilesTask
 
setEndpoint(String) - Method in class org.ow2.petals.ant.task.ConfigureServiceAssemblyTask.ServiceUnit
 
setEndsWithError(boolean) - Method in class org.ow2.petals.ant.task.monit.assertion.AssertFlowStep
 
setFailOnComponentError(boolean) - Method in class org.ow2.petals.ant.task.DeployServiceAssemblyTask
 
setFailOnError(boolean) - Method in class org.ow2.petals.ant.AbstractJBIAntTask
 
setFailOnError(boolean) - Method in class org.ow2.petals.ant.task.monit.AbstractMonitAntTask
 
setFile(String) - Method in class org.ow2.petals.ant.AbstractConfigureArchiveAntTask
File setter.
setFile(String) - Method in class org.ow2.petals.ant.AbstractInstallerAntTask
 
setFile(String) - Method in class org.ow2.petals.ant.task.ConfigureComponentTask.SharedLibrary
 
setFlowInstanceId(String) - Method in class org.ow2.petals.ant.task.monit.assertion.AssertFlowInstanceTask
 
setFlowStepIdx(int) - Method in class org.ow2.petals.ant.task.monit.assertion.AssertFlowStep
 
setForce(boolean) - Method in class org.ow2.petals.ant.task.UndeployAllServiceAssembliesTask
set the force parameter
setForce(boolean) - Method in class org.ow2.petals.ant.task.UnloadAllInstallersTask
set the force parameter
setHost(String) - Method in class org.ow2.petals.ant.AbstractJBIAntTask
 
setId(String) - Method in class org.ow2.petals.ant.task.monit.ReadLogFilesTask
 
setIdentification(String) - Method in class org.ow2.petals.ant.task.ConfigureComponentTask
Identification setter.
setIdentification(String) - Method in class org.ow2.petals.ant.task.ConfigureServiceAssemblyTask.ServiceUnit
 
setIdentification(String) - Method in class org.ow2.petals.ant.task.ConfigureServiceAssemblyTask
 
setName(String) - Method in class org.ow2.petals.ant.task.ConfigureRuntimeComponentTask.Param
 
setName(String) - Method in class org.ow2.petals.ant.task.ConfigureRuntimeComponentTask
Set the name parameter
setName(String) - Method in class org.ow2.petals.ant.task.ForceUndeployServiceAssemblyTask
Set the name parameter
setName(String) - Method in class org.ow2.petals.ant.task.ForceUnloadInstallerTask
Set the name parameter
setName(String) - Method in class org.ow2.petals.ant.task.InstallComponentTask.Param
 
setName(String) - Method in class org.ow2.petals.ant.task.monit.assertion.AttributeEquals
Set the name of the attribute on which assertion will be done
setName(String) - Method in class org.ow2.petals.ant.task.monit.assertion.AttributeSet
Set the name of the attribute on which assertion will be done
setName(String) - Method in class org.ow2.petals.ant.task.monit.FlowStepCriteria
Set the name of a flow step attribute on which the current criteria operates
setName(String) - Method in class org.ow2.petals.ant.task.ShutdownComponentTask
Set the name parameter
setName(String) - Method in class org.ow2.petals.ant.task.ShutdownServiceAssemblyTask
Set the name parameter
setName(String) - Method in class org.ow2.petals.ant.task.StartComponentTask
Set the name parameter
setName(String) - Method in class org.ow2.petals.ant.task.StartServiceAssemblyTask
Set the name parameter
setName(String) - Method in class org.ow2.petals.ant.task.StopComponentTask
Set the name parameter
setName(String) - Method in class org.ow2.petals.ant.task.StopServiceAssemblyTask
Set the name parameter
setName(String) - Method in class org.ow2.petals.ant.task.UndeployServiceAssemblyTask
Set the name parameter
setName(String) - Method in class org.ow2.petals.ant.task.UninstallComponentTask
Set the name parameter
setName(String) - Method in class org.ow2.petals.ant.task.UninstallSharedLibraryTask
Set the name parameter
setNestedParams(List<ConfigureRuntimeComponentTask.Param>) - Method in class org.ow2.petals.ant.task.ConfigureRuntimeComponentTask
 
setOnEnd(boolean) - Method in class org.ow2.petals.ant.task.monit.assertion.AbstractAssertAttribute
Set the flag defining the trace (beginning or ending) of the flow step the assertion must be done.
setOutputFile(String) - Method in class org.ow2.petals.ant.AbstractConfigureArchiveAntTask
OutputFile setter.
setOverwriteOutputFile(boolean) - Method in class org.ow2.petals.ant.AbstractConfigureArchiveAntTask
 
setParam(String) - Method in class org.ow2.petals.ant.task.ConfigureServiceAssemblyTask.ServiceUnit
 
setParams(String) - Method in class org.ow2.petals.ant.task.ConfigureRuntimeComponentTask
 
setParams(String) - Method in class org.ow2.petals.ant.task.InstallComponentTask
 
setPassword(String) - Method in class org.ow2.petals.ant.AbstractJBIAntTask
 
setPort(String) - Method in class org.ow2.petals.ant.AbstractJBIAntTask
 
setProperty(String) - Method in class org.ow2.petals.ant.task.monit.FlowStepInfo
Set the name of a Ant property in which the flow step information will be stored
setRefid(String) - Method in class org.ow2.petals.ant.task.monit.AbstractMonitAntTaskRequiringRefId
 
setRow(int) - Method in class org.ow2.petals.ant.task.monit.ExtractFlowStepInfoTask
 
setServiceAssemblyName(String) - Method in class org.ow2.petals.ant.task.ListBindingComponentsTask
 
setServiceAssemblyName(String) - Method in class org.ow2.petals.ant.task.ListServiceAssembliesTask
 
setServiceAssemblyName(String) - Method in class org.ow2.petals.ant.task.ListServiceEnginesTask
 
setServiceEngineName(String) - Method in class org.ow2.petals.ant.task.ListServiceEnginesTask
 
setSharedLibraryName(String) - Method in class org.ow2.petals.ant.task.ListBindingComponentsTask
 
setSharedLibraryName(String) - Method in class org.ow2.petals.ant.task.ListServiceEnginesTask
 
setSharedLibraryName(String) - Method in class org.ow2.petals.ant.task.ListSharedLibrariesTask
 
setSharedLibraryVersion(String) - Method in class org.ow2.petals.ant.task.ListBindingComponentsTask
 
setSharedLibraryVersion(String) - Method in class org.ow2.petals.ant.task.ListServiceEnginesTask
 
setSharedLibraryVersion(String) - Method in class org.ow2.petals.ant.task.ListSharedLibrariesTask
 
setSlProperties(String) - Method in class org.ow2.petals.ant.task.ConfigureComponentTask
SlProperties setter.
setState(String) - Method in class org.ow2.petals.ant.task.ListBindingComponentsTask
 
setState(String) - Method in class org.ow2.petals.ant.task.ListServiceAssembliesTask
 
setState(String) - Method in class org.ow2.petals.ant.task.ListServiceEnginesTask
 
setSuProperties(String) - Method in class org.ow2.petals.ant.task.ConfigureServiceAssemblyTask
 
setUsername(String) - Method in class org.ow2.petals.ant.AbstractJBIAntTask
 
setValue(String) - Method in class org.ow2.petals.ant.task.ConfigureRuntimeComponentTask.Param
 
setValue(String) - Method in class org.ow2.petals.ant.task.ConfigureServiceAssemblyTask.ServiceUnit
 
setValue(String) - Method in class org.ow2.petals.ant.task.InstallComponentTask.Param
 
setValue(String) - Method in class org.ow2.petals.ant.task.monit.assertion.AttributeEquals
Set the value that the attribute must match.
setValue(String) - Method in class org.ow2.petals.ant.task.monit.FlowStepCriteria
Set the value that the flow step attribute must match
setVersion(String) - Method in class org.ow2.petals.ant.task.UninstallSharedLibraryTask
Set the name parameter
setXmlOutput(String) - Method in class org.ow2.petals.ant.task.ListBindingComponentsTask
 
setXmlOutput(String) - Method in class org.ow2.petals.ant.task.ListServiceAssembliesTask
 
setXmlOutput(String) - Method in class org.ow2.petals.ant.task.ListServiceEnginesTask
 
setXmlOutput(String) - Method in class org.ow2.petals.ant.task.ListSharedLibrariesTask
 
ShutdownAllComponentsTask - Class in org.ow2.petals.ant.task
Ant task : jbi-shutdown-all-comp.
ShutdownAllComponentsTask() - Constructor for class org.ow2.petals.ant.task.ShutdownAllComponentsTask
 
ShutdownAllServiceAssembliesTask - Class in org.ow2.petals.ant.task
Ant task : jbi-shutdown-all-sa.
ShutdownAllServiceAssembliesTask() - Constructor for class org.ow2.petals.ant.task.ShutdownAllServiceAssembliesTask
 
ShutdownComponentTask - Class in org.ow2.petals.ant.task
Ant task : jbi-shut-down-component-task.
ShutdownComponentTask() - Constructor for class org.ow2.petals.ant.task.ShutdownComponentTask
 
ShutdownServiceAssemblyTask - Class in org.ow2.petals.ant.task
Ant task : jbi-shut-down-service-assembly.
ShutdownServiceAssemblyTask() - Constructor for class org.ow2.petals.ant.task.ShutdownServiceAssemblyTask
 
StartAllComponentsTask - Class in org.ow2.petals.ant.task
Ant task : jbi-start-all-comp.
StartAllComponentsTask() - Constructor for class org.ow2.petals.ant.task.StartAllComponentsTask
 
StartAllServiceAssembliesTask - Class in org.ow2.petals.ant.task
Ant task : jbi-start-all-sa.
StartAllServiceAssembliesTask() - Constructor for class org.ow2.petals.ant.task.StartAllServiceAssembliesTask
 
StartComponentTask - Class in org.ow2.petals.ant.task
Ant task : jbi-start-component.
StartComponentTask() - Constructor for class org.ow2.petals.ant.task.StartComponentTask
 
StartServiceAssemblyTask - Class in org.ow2.petals.ant.task
Ant task : jbi-start-service-assembly.
StartServiceAssemblyTask() - Constructor for class org.ow2.petals.ant.task.StartServiceAssemblyTask
 
StopAllComponentsTask - Class in org.ow2.petals.ant.task
Ant task : jbi-stop-all-comp.
StopAllComponentsTask() - Constructor for class org.ow2.petals.ant.task.StopAllComponentsTask
 
StopAllServiceAssembliesTask - Class in org.ow2.petals.ant.task
Ant task : jbi-stop-all-sa.
StopAllServiceAssembliesTask() - Constructor for class org.ow2.petals.ant.task.StopAllServiceAssembliesTask
 
StopComponentTask - Class in org.ow2.petals.ant.task
Ant task : jbi-stop-component.
StopComponentTask() - Constructor for class org.ow2.petals.ant.task.StopComponentTask
 
StopServiceAssemblyTask - Class in org.ow2.petals.ant.task
Ant task : jbi-stop-service-aseembly.
StopServiceAssemblyTask() - Constructor for class org.ow2.petals.ant.task.StopServiceAssemblyTask
 
suResultpattern - Static variable in class org.ow2.petals.ant.AbstractJBIAntTask
Pattern of the service-assembly (un)deployment report about a failed service-unit (un)deployment.

U

UndeployAllServiceAssembliesTask - Class in org.ow2.petals.ant.task
Ant task : jbi-undeploy-all-sa.
UndeployAllServiceAssembliesTask() - Constructor for class org.ow2.petals.ant.task.UndeployAllServiceAssembliesTask
 
UndeployServiceAssemblyTask - Class in org.ow2.petals.ant.task
Ant task : jbi-undeploy-service-assembly.
UndeployServiceAssemblyTask() - Constructor for class org.ow2.petals.ant.task.UndeployServiceAssemblyTask
 
UninstallAllSharedLibrariesTask - Class in org.ow2.petals.ant.task
Ant task : jbi-uninstall-all-sl.
UninstallAllSharedLibrariesTask() - Constructor for class org.ow2.petals.ant.task.UninstallAllSharedLibrariesTask
 
UninstallComponentsTask - Class in org.ow2.petals.ant.task
Ant task : jbi-uninstall-all-comp.
UninstallComponentsTask() - Constructor for class org.ow2.petals.ant.task.UninstallComponentsTask
 
UninstallComponentTask - Class in org.ow2.petals.ant.task
Ant task : jbi-uninstall-component.
UninstallComponentTask() - Constructor for class org.ow2.petals.ant.task.UninstallComponentTask
 
UninstallSharedLibraryTask - Class in org.ow2.petals.ant.task
Ant task : jbi-uninstall-shared-library.
UninstallSharedLibraryTask() - Constructor for class org.ow2.petals.ant.task.UninstallSharedLibraryTask
 
UnloadAllInstallersTask - Class in org.ow2.petals.ant.task
Ant task : jbi-unload-all-inst.
UnloadAllInstallersTask() - Constructor for class org.ow2.petals.ant.task.UnloadAllInstallersTask
 
username - Variable in class org.ow2.petals.ant.AbstractJBIAntTask
User name for security

V

validateFileParameter(String, String) - Static method in class org.ow2.petals.ant.AbstractConfigureArchiveAntTask
Validate the file parameter.
validateFileParameter() - Method in class org.ow2.petals.ant.AbstractInstallerAntTask
Validate the file parameter.

Z

ZipUtil - Class in org.ow2.petals.ant.util
 
ZipUtil() - Constructor for class org.ow2.petals.ant.util.ZipUtil
 
ZipUtil.ZipEntryCallback - Interface in org.ow2.petals.ant.util
 
A B C D E F G H I L N O P R S U V Z 

Copyright © 2005-2015 Linagora. All Rights Reserved.