A B C D E G H I J L M N O P R S T U

A

AbstractClassLoaderDeployer - Class in org.jboss.deployers.spi.deployer.helpers
AbstractClassLoaderDeployer.
AbstractClassLoaderDeployer() - Constructor for class org.jboss.deployers.spi.deployer.helpers.AbstractClassLoaderDeployer
Create a new AbstractClassLoaderDeployer.
AbstractComponentDeployer<D,C> - Class in org.jboss.deployers.spi.deployer.helpers
AbstractComponentDeployer.
AbstractComponentDeployer() - Constructor for class org.jboss.deployers.spi.deployer.helpers.AbstractComponentDeployer
Create a new AbstractComponentDeployer.
AbstractDeployer - Class in org.jboss.deployers.spi.deployer.helpers
AbstractDeployer.
AbstractDeployer() - Constructor for class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
 
AbstractOptionalRealDeployer<T> - Class in org.jboss.deployers.spi.deployer.helpers
An abstract more complicated VFS real deployer where the input is optional instead of mandatory.
AbstractOptionalRealDeployer(Class<T>) - Constructor for class org.jboss.deployers.spi.deployer.helpers.AbstractOptionalRealDeployer
Create a new AbstractOptionalRealDeployer.
AbstractParsingDeployer - Class in org.jboss.deployers.spi.deployer.helpers
AbstractParsingDeployer.
AbstractParsingDeployer() - Constructor for class org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployer
Create a new AbstractParsingDeployer.
AbstractParsingDeployerWithOutput<T> - Class in org.jboss.deployers.spi.deployer.helpers
AbstractParsingDeployerWithOutput.
AbstractParsingDeployerWithOutput(Class<T>) - Constructor for class org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput
Create a new AbstractParsingDeployerWithOutput.
AbstractRealDeployer - Class in org.jboss.deployers.spi.deployer.helpers
AbstractRealDeployer.
AbstractRealDeployer() - Constructor for class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
Create a new AbstractRealDeployer.
AbstractRealDeployerWithInput<T> - Class in org.jboss.deployers.spi.deployer.helpers
AbstractRealDeployerWithInput.
AbstractRealDeployerWithInput() - Constructor for class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployerWithInput
Create a new AbstractRealDeployerWithInput.
AbstractRealDeployerWithInput(Class<T>) - Constructor for class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployerWithInput
Create a new AbstractRealDeployerWithInput.
AbstractSimpleRealDeployer<T> - Class in org.jboss.deployers.spi.deployer.helpers
AbstractSimpleRealDeployer.
AbstractSimpleRealDeployer(Class<T>) - Constructor for class org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer
Create a new AbstractSimpleRealDeployer
AbstractTopLevelClassLoaderDeployer - Class in org.jboss.deployers.spi.deployer.helpers
AbstractTopLevelClassLoaderDeployer.
AbstractTopLevelClassLoaderDeployer() - Constructor for class org.jboss.deployers.spi.deployer.helpers.AbstractTopLevelClassLoaderDeployer
 
accepts(DeploymentUnit) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput
Callback to do prechecking on the deployment
addControllerContextName(DeploymentUnit) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
Add controller context name.
addInput(String) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
Add an input
addInput(Class<?>) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
Add an input
addOutput(String) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
Add an output
addOutput(Class<?>) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
Add an output
allowsReparse() - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput
A flag indicating whether createMetaData should execute a parse even if a non-null metadata value exists.
AOP - Static variable in interface org.jboss.deployers.spi.deployer.StandardDeployerTypes
JBoss aop archive
AttachmentLocator - Class in org.jboss.deployers.spi.deployer.helpers
Search a DeploymentUnit structure from child to parent for a matching attachment.
AttachmentLocator() - Constructor for class org.jboss.deployers.spi.deployer.helpers.AttachmentLocator
 

B

build(DeploymentUnit, Map<String, ManagedObject>) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput
Build managed object.
build(DeploymentUnit, ManagedDeployment, Set<? extends T>) - Method in interface org.jboss.deployers.spi.deployer.managed.ManagedComponentCreator
Callout to create the ManagedComponents that correspond to the given metdata.
build(DeploymentUnit, Map<String, ManagedObject>, ManagedDeployment) - Method in interface org.jboss.deployers.spi.deployer.managed.ManagedDeploymentCreator
Build up the deployment management view.
build(DeploymentUnit, Map<String, ManagedObject>) - Method in interface org.jboss.deployers.spi.deployer.managed.ManagedObjectCreator
Build managed objects for this deployment context

C

CAR - Static variable in interface org.jboss.deployers.spi.deployer.StandardDeployerTypes
JavaEE client application archive
checkComplete(Collection<DeploymentContext>, Collection<Deployment>) - Method in interface org.jboss.deployers.spi.deployer.Deployers
Check all the deployments are complete
checkComplete(DeploymentContext...) - Method in interface org.jboss.deployers.spi.deployer.Deployers
Check if deployments are complete
checkStructureComplete(DeploymentContext...) - Method in interface org.jboss.deployers.spi.deployer.Deployers
Check if deployments are structurally complete
CLASSLOADER - Static variable in interface org.jboss.deployers.spi.deployer.DeploymentStages
The classloader stage - where classloaders are created
createClassLoader(DeploymentContext) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractTopLevelClassLoaderDeployer
 
createMetaData(DeploymentUnit, String, String) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput
Create some meta data.
createMetaData(DeploymentUnit, String, String, String) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput
Create some meta data.
createTopLevelClassLoader(DeploymentContext) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractTopLevelClassLoaderDeployer
Create a top level classloader

D

deploy(DeploymentUnit) - Method in interface org.jboss.deployers.spi.deployer.Deployer
Deploy a deployment
deploy(DeploymentUnit) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractClassLoaderDeployer
 
deploy(DeploymentUnit, T) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractOptionalRealDeployer
Deploy
deploy(DeploymentUnit) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput
 
deploy(DeploymentUnit) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
 
deploy(DeploymentUnit, T) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer
 
deploy(DeploymentUnit, T) - Method in interface org.jboss.deployers.spi.deployer.helpers.DeploymentVisitor
Deploy the deployment
deployComponents(DeploymentUnit) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractComponentDeployer
 
Deployer - Interface in org.jboss.deployers.spi.deployer
Deployer.
Deployers - Interface in org.jboss.deployers.spi.deployer
Deployers.
DeploymentStage - Class in org.jboss.deployers.spi.deployer
DeploymentStage.
DeploymentStage(String) - Constructor for class org.jboss.deployers.spi.deployer.DeploymentStage
Create a new DeploymentStage.
DeploymentStage(String, String) - Constructor for class org.jboss.deployers.spi.deployer.DeploymentStage
Create a new DeploymentStage.
DeploymentStage(String, DeploymentStage) - Constructor for class org.jboss.deployers.spi.deployer.DeploymentStage
Create a new DeploymentStage.
DeploymentStage(String, DeploymentStage, DeploymentStage) - Constructor for class org.jboss.deployers.spi.deployer.DeploymentStage
Create a new DeploymentStage.
DeploymentStage(String, String, String) - Constructor for class org.jboss.deployers.spi.deployer.DeploymentStage
Create a new DeploymentStage.
DeploymentStages - Interface in org.jboss.deployers.spi.deployer
The Standard DeploymentStages.
DeploymentVisitor<T> - Interface in org.jboss.deployers.spi.deployer.helpers
DeploymentVisitor.
DESCRIBE - Static variable in interface org.jboss.deployers.spi.deployer.DeploymentStages
The describe stage - where dependencies are established

E

EAR - Static variable in interface org.jboss.deployers.spi.deployer.StandardDeployerTypes
JavaEE enterprise application archive
EJB - Static variable in interface org.jboss.deployers.spi.deployer.StandardDeployerTypes
JavaEE ejb generic archive
EJB2x - Static variable in interface org.jboss.deployers.spi.deployer.StandardDeployerTypes
JavaEE ejb 2.1 and earlier archive
EJB3x - Static variable in interface org.jboss.deployers.spi.deployer.StandardDeployerTypes
JavaEE ejb 3x archive

G

getAfter() - Method in class org.jboss.deployers.spi.deployer.DeploymentStage
Get the after.
getBefore() - Method in class org.jboss.deployers.spi.deployer.DeploymentStage
Get the before.
getInput() - Method in interface org.jboss.deployers.spi.deployer.Deployer
Get the input for this deployer
getInput() - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
 
getInput() - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployerWithInput
 
getInput() - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer
 
getInputs() - Method in interface org.jboss.deployers.spi.deployer.Deployer
Get the input for this deployer
getInputs() - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
 
getManagedObjects(DeploymentContext) - Method in interface org.jboss.deployers.spi.deployer.Deployers
Get the managed objects for a deployer
getMetaData(DeploymentUnit, String) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput
Get some meta data
getName() - Method in class org.jboss.deployers.spi.deployer.DeploymentStage
Get the name.
getName() - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput
Get the name.
getOutput() - Method in interface org.jboss.deployers.spi.deployer.Deployer
Get the otput for this deployer
getOutput() - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractComponentDeployer
 
getOutput() - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
 
getOutput() - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput
 
getOutputs() - Method in interface org.jboss.deployers.spi.deployer.Deployer
Get the outputs for this deployer
getOutputs() - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
 
getRelativeOrder() - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
 
getStage() - Method in interface org.jboss.deployers.spi.deployer.Deployer
Get the deployment stage for this deployer
getStage() - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
 
getSuffix() - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput
Get the suffix.
getType() - Method in interface org.jboss.deployers.spi.deployer.Deployer
Get the type of the deployer.
getType() - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
Get the type.
getVisitorType() - Method in interface org.jboss.deployers.spi.deployer.helpers.DeploymentVisitor
Get the visitor type

H

HAR - Static variable in interface org.jboss.deployers.spi.deployer.StandardDeployerTypes
JBoss hibernate archive

I

INSTALLED - Static variable in interface org.jboss.deployers.spi.deployer.DeploymentStages
The installed stage - could be used to provide valve in future?
internalDeploy(DeploymentUnit) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractComponentDeployer
 
internalDeploy(DeploymentUnit) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractOptionalRealDeployer
 
internalDeploy(DeploymentUnit) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
Deploy a deployment
internalDeploy(DeploymentUnit) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployerWithInput
 
internalDeploy(DeploymentUnit) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer
 
internalUndeploy(DeploymentUnit) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractComponentDeployer
 
internalUndeploy(DeploymentUnit) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractOptionalRealDeployer
 
internalUndeploy(DeploymentUnit) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
Undeploy an deployment
internalUndeploy(DeploymentUnit) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployerWithInput
 
internalUndeploy(DeploymentUnit) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer
 
isAllInputs() - Method in interface org.jboss.deployers.spi.deployer.Deployer
Whether we want all inputs
isAllInputs() - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
 
isBuildManagedObject() - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput
 
isComponentsOnly() - Method in interface org.jboss.deployers.spi.deployer.Deployer
Whether we only want components
isComponentsOnly() - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
 
isControllerContextNameCandidate(DeploymentUnit) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
Should we set controller context name on unit?
isIncludeDeploymentFile() - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput
Get the includeDeploymentFile.
isParentFirst() - Method in interface org.jboss.deployers.spi.deployer.Deployer
Whether to process parents before children (default true)
isParentFirst() - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
 
isTopLevelOnly() - Method in interface org.jboss.deployers.spi.deployer.Deployer
Whether we only want the top level
isTopLevelOnly() - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
 
isUseUnitName() - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
Should we use unit name for controller context name.
isWantComponents() - Method in interface org.jboss.deployers.spi.deployer.Deployer
Whether we dont want components
isWantComponents() - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
 

J

JPA - Static variable in interface org.jboss.deployers.spi.deployer.StandardDeployerTypes
JavaEE JPA archive

L

log - Variable in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
The log

M

ManagedComponentCreator<T> - Interface in org.jboss.deployers.spi.deployer.managed
A plugin interface for building up the ManagedComponents of a ManagedDeployment.
ManagedDeploymentCreator - Interface in org.jboss.deployers.spi.deployer.managed
A plugin interface for building up a ManagedDeployment.
ManagedObjectCreator - Interface in org.jboss.deployers.spi.deployer.managed
ManagedObjectCreator.
MCBEANS - Static variable in interface org.jboss.deployers.spi.deployer.StandardDeployerTypes
JBoss MC beans archive

N

NOT_INSTALLED - Static variable in interface org.jboss.deployers.spi.deployer.DeploymentStages
The not installed stage - nothing is done here

O

org.jboss.deployers.spi.deployer - package org.jboss.deployers.spi.deployer
 
org.jboss.deployers.spi.deployer.helpers - package org.jboss.deployers.spi.deployer.helpers
 
org.jboss.deployers.spi.deployer.managed - package org.jboss.deployers.spi.deployer.managed
 
OSGI_BUNDLE - Static variable in interface org.jboss.deployers.spi.deployer.StandardDeployerTypes
An OSGi bundle

P

PARSE - Static variable in interface org.jboss.deployers.spi.deployer.DeploymentStages
The parse stage - where metadata is read
parse(DeploymentUnit, String, T) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput
Parse an exact file name
parse(DeploymentUnit, String, String, T) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput
Parse an exact file name or look for a suffix
POST_CLASSLOADER - Static variable in interface org.jboss.deployers.spi.deployer.DeploymentStages
The post classloader stage - e.g.
process(List<DeploymentContext>, List<DeploymentContext>) - Method in interface org.jboss.deployers.spi.deployer.Deployers
Process deployment

R

RAR - Static variable in interface org.jboss.deployers.spi.deployer.StandardDeployerTypes
JavaEE resource adaptor archive
REAL - Static variable in interface org.jboss.deployers.spi.deployer.DeploymentStages
The real stage - where real deployment processing is done
removeClassLoader(DeploymentContext) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractClassLoaderDeployer
 
removeClassLoader(DeploymentContext) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractTopLevelClassLoaderDeployer
 
removeControllerContextName(DeploymentUnit) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
Remove controller context name.
removeTopLevelClassLoader(DeploymentContext) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractTopLevelClassLoaderDeployer
Remove a top level classloader

S

SAR - Static variable in interface org.jboss.deployers.spi.deployer.StandardDeployerTypes
JBoss service archive
search(DeploymentUnit, String) - Static method in class org.jboss.deployers.spi.deployer.helpers.AttachmentLocator
Get a named attachment
search(DeploymentUnit, String, Class<T>) - Static method in class org.jboss.deployers.spi.deployer.helpers.AttachmentLocator
Get named attachment of a given type
search(DeploymentUnit, Class<T>) - Static method in class org.jboss.deployers.spi.deployer.helpers.AttachmentLocator
Get an attachment of the given type
setAllInputs(boolean) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
Set the allInputs.
setBuildManagedObject(boolean) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput
 
setComponentsOnly(boolean) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
Set the components only.
setComponentVisitor(DeploymentVisitor<C>) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractComponentDeployer
Set the component visitor
setDeploymentVisitor(DeploymentVisitor<T>) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployerWithInput
Set the deployment visitor
setIncludeDeploymentFile(boolean) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput
Set the includeDeploymentFile.
setInput(Class<?>) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
Set the input
setInputs(Set<String>) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
Set the inputs.
setInputs(String...) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
Set the inputs.
setInputs(Class<?>...) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
Set the inputs.
setName(String) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput
Set the name.
setOutput(Class<?>) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
Set the output
setOutputs(Set<String>) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
Set the outputs.
setOutputs(String...) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
Set the outputs.
setOutputs(Class<?>...) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
Set the outputs.
setParentFirst(boolean) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
Set the parentFirst.
setRelativeOrder(int) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
 
setStage(DeploymentStage) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
Set the stage.
setSuffix(String) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput
Set the suffix.
setTopLevelOnly(boolean) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
Set the top level only.
setType(String) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
 
setUseUnitName(boolean) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
Set use unit name for controller context name.
setWantComponents(boolean) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
Set the want components.
SPRING - Static variable in interface org.jboss.deployers.spi.deployer.StandardDeployerTypes
Spring archive
StandardDeployerTypes - Interface in org.jboss.deployers.spi.deployer
Standard (known) deployment types found in the DeploymentUnit types set.

T

toString() - Method in class org.jboss.deployers.spi.deployer.DeploymentStage
 

U

undeploy(DeploymentUnit) - Method in interface org.jboss.deployers.spi.deployer.Deployer
Undeploy an deployment
undeploy(DeploymentUnit) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractClassLoaderDeployer
 
undeploy(DeploymentUnit) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
 
undeploy(DeploymentUnit, T) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractOptionalRealDeployer
Undeploy
undeploy(DeploymentUnit) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
 
undeploy(DeploymentUnit, T) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer
 
undeploy(DeploymentUnit, T) - Method in interface org.jboss.deployers.spi.deployer.helpers.DeploymentVisitor
Undeploy the deployment
undeployComponents(DeploymentUnit) - Method in class org.jboss.deployers.spi.deployer.helpers.AbstractComponentDeployer
 
UNSPECIFIED_TYPE - Static variable in interface org.jboss.deployers.spi.deployer.StandardDeployerTypes
The deployment type used if a deployer does not specify anything

A B C D E G H I J L M N O P R S T U

Copyright © 2008 JBoss Inc.. All Rights Reserved.