A C D G H I M N O P R S V W

A

AbstractAttachments - Class in org.jboss.deployers.spi.attachments.helpers
AbstractAttachments.
AbstractAttachments() - Constructor for class org.jboss.deployers.spi.attachments.helpers.AbstractAttachments
 
AbstractMutableAttachments - Class in org.jboss.deployers.spi.attachments.helpers
AbstractMutableAttachments.
AbstractMutableAttachments() - Constructor for class org.jboss.deployers.spi.attachments.helpers.AbstractMutableAttachments
 
addAttachment(String, T, Class<T>) - Method in class org.jboss.deployers.spi.attachments.helpers.AbstractMutableAttachments
 
addAttachment(Class<T>, T) - Method in class org.jboss.deployers.spi.attachments.helpers.AbstractMutableAttachments
 
addAttachment(String, Object) - Method in interface org.jboss.deployers.spi.attachments.MutableAttachments
Add attachment
addAttachment(String, T, Class<T>) - Method in interface org.jboss.deployers.spi.attachments.MutableAttachments
Add attachment
addAttachment(Class<T>, T) - Method in interface org.jboss.deployers.spi.attachments.MutableAttachments
Add attachment
addClassPathEntry(ClassPathEntry) - Method in interface org.jboss.deployers.spi.structure.ContextInfo
Add a class path entry
addContext(ContextInfo) - Method in interface org.jboss.deployers.spi.structure.StructureMetaData
Add a context
addMetaDataPath(String) - Method in interface org.jboss.deployers.spi.structure.ContextInfo
Add the metaDataPath.
Attachments - Interface in org.jboss.deployers.spi.attachments
Attachments Represents a set of attachments
AttachmentsFactory - Class in org.jboss.deployers.spi.attachments
AttachmentsFactory.
AttachmentsFactory() - Constructor for class org.jboss.deployers.spi.attachments.AttachmentsFactory
 

C

ClassPathEntry - Interface in org.jboss.deployers.spi.structure
A classpath entry.
clear() - Method in interface org.jboss.deployers.spi.attachments.MutableAttachments
Clear the attachments
clearChangeCount() - Method in interface org.jboss.deployers.spi.attachments.MutableAttachments
Reset the change count to zero.
COMPARATOR - Static variable in interface org.jboss.deployers.spi.Ordered
The comparator for relative ordering of deployers
compare(Ordered, Ordered) - Method in class org.jboss.deployers.spi.Ordered.OrderedComparator
 
ContextInfo - Interface in org.jboss.deployers.spi.structure
An encapsulation of context information
createAttachments() - Static method in class org.jboss.deployers.spi.attachments.AttachmentsFactory
Create an attachments object
createClassPathEntry() - Static method in class org.jboss.deployers.spi.structure.StructureMetaDataFactory
Create a new classpath entry
createClassPathEntry(String) - Static method in class org.jboss.deployers.spi.structure.StructureMetaDataFactory
Create a new classpath entry
createClassPathEntry(String, String) - Static method in class org.jboss.deployers.spi.structure.StructureMetaDataFactory
Create a new classpath entry
createContextInfo() - Static method in class org.jboss.deployers.spi.structure.StructureMetaDataFactory
Create a new ContextInfo.
createContextInfo(String) - Static method in class org.jboss.deployers.spi.structure.StructureMetaDataFactory
Create a new ContextInfo.
createContextInfo(String, List<ClassPathEntry>) - Static method in class org.jboss.deployers.spi.structure.StructureMetaDataFactory
Create a new ContextInfo.
createContextInfo(String, String, List<ClassPathEntry>) - Static method in class org.jboss.deployers.spi.structure.StructureMetaDataFactory
Create a new ContextInfo.
createContextInfo(String, List<String>, List<ClassPathEntry>) - Static method in class org.jboss.deployers.spi.structure.StructureMetaDataFactory
Create a new ContextInfo.
createMutableAttachments() - Static method in class org.jboss.deployers.spi.attachments.AttachmentsFactory
Create a mutable attachments object
createStructureMetaData() - Static method in class org.jboss.deployers.spi.structure.StructureMetaDataFactory
Create a new StructureMetaData.

D

DEFAULT_METADATA_PATH - Static variable in interface org.jboss.deployers.spi.structure.ContextInfo
The default metadata path
DeploymentException - Exception in org.jboss.deployers.spi
DeploymentException.
DeploymentException() - Constructor for exception org.jboss.deployers.spi.DeploymentException
Constructs a DeploymentException with null as its error detail message.
DeploymentException(String) - Constructor for exception org.jboss.deployers.spi.DeploymentException
Constructs a DeploymentException with the specified detail message.
DeploymentException(String, Throwable) - Constructor for exception org.jboss.deployers.spi.DeploymentException
Constructs a DeploymentException with the specified detail message and cause.
DeploymentException(Throwable) - Constructor for exception org.jboss.deployers.spi.DeploymentException
Constructs a DeploymentException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
DeploymentState - Enum in org.jboss.deployers.spi
DeploymentState.

G

getAttachment(String) - Method in interface org.jboss.deployers.spi.attachments.Attachments
Get attachment
getAttachment(String, Class<T>) - Method in interface org.jboss.deployers.spi.attachments.Attachments
Get attachment
getAttachment(Class<T>) - Method in interface org.jboss.deployers.spi.attachments.Attachments
Get attachment
getAttachment(String, Class<T>) - Method in class org.jboss.deployers.spi.attachments.helpers.AbstractAttachments
 
getAttachment(Class<T>) - Method in class org.jboss.deployers.spi.attachments.helpers.AbstractAttachments
 
getAttachments() - Method in interface org.jboss.deployers.spi.attachments.Attachments
Get all the attachments
getChangeCount() - Method in interface org.jboss.deployers.spi.attachments.MutableAttachments
Get the number of changes that have happened.
getClassPath() - Method in interface org.jboss.deployers.spi.structure.ContextInfo
Get the classpath locations within the context
getComparatorClassName() - Method in interface org.jboss.deployers.spi.structure.ContextInfo
The comparator class name, the class must implement
getContext(String) - Method in interface org.jboss.deployers.spi.structure.StructureMetaData
Get a context by path
getContexts() - Method in interface org.jboss.deployers.spi.structure.StructureMetaData
Get the contexts
getMetaDataPath() - Method in interface org.jboss.deployers.spi.structure.ContextInfo
Get the logical path of the metdata location.
getPath() - Method in interface org.jboss.deployers.spi.structure.ClassPathEntry
Get the path relative to the context virtual file
getPath() - Method in interface org.jboss.deployers.spi.structure.ContextInfo
Get the logical path of the context
getPredeterminedManagedObjects() - Method in class org.jboss.deployers.spi.attachments.helpers.PredeterminedManagedObjectAttachmentsImpl
 
getPredeterminedManagedObjects() - Method in interface org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments
Get the predetermined managed objects
getRelativeOrder() - Method in interface org.jboss.deployers.spi.Ordered
Get the relative order
getRelativeOrder() - Method in interface org.jboss.deployers.spi.structure.ContextInfo
Get the relative order of this context
getSuffixes() - Method in interface org.jboss.deployers.spi.structure.ClassPathEntry
Get the suffixes
getTransientAttachments() - Method in class org.jboss.deployers.spi.attachments.helpers.ManagedObjectsWithTransientAttachmentsImpl
 
getTransientAttachments() - Method in interface org.jboss.deployers.spi.attachments.ManagedObjectsWithTransientAttachments
Get the transient attachments
getTransientManagedObjects() - Method in class org.jboss.deployers.spi.attachments.helpers.ManagedObjectAttachmentsImpl
 
getTransientManagedObjects() - Method in interface org.jboss.deployers.spi.attachments.ManagedObjectAttachments
Get the transient managed objects

H

hasAttachments() - Method in interface org.jboss.deployers.spi.attachments.Attachments
Are there any attachments

I

isAttachmentPresent(String) - Method in interface org.jboss.deployers.spi.attachments.Attachments
Is the attachment present
isAttachmentPresent(String, Class<?>) - Method in interface org.jboss.deployers.spi.attachments.Attachments
Is the attachment present
isAttachmentPresent(Class<?>) - Method in interface org.jboss.deployers.spi.attachments.Attachments
Is the attachment present
isAttachmentPresent(String, Class<?>) - Method in class org.jboss.deployers.spi.attachments.helpers.AbstractAttachments
 
isAttachmentPresent(Class<?>) - Method in class org.jboss.deployers.spi.attachments.helpers.AbstractAttachments
 

M

ManagedObjectAttachments - Interface in org.jboss.deployers.spi.attachments
ManagedObjectAttachments.
ManagedObjectAttachmentsImpl - Class in org.jboss.deployers.spi.attachments.helpers
ManagedObjectAttachmentsImpl.
ManagedObjectAttachmentsImpl() - Constructor for class org.jboss.deployers.spi.attachments.helpers.ManagedObjectAttachmentsImpl
 
ManagedObjectsWithTransientAttachments - Interface in org.jboss.deployers.spi.attachments
ManagedObjectAttachments.
ManagedObjectsWithTransientAttachmentsImpl - Class in org.jboss.deployers.spi.attachments.helpers
ManagedObjectsWithTransientAttachmentsImpl.
ManagedObjectsWithTransientAttachmentsImpl() - Constructor for class org.jboss.deployers.spi.attachments.helpers.ManagedObjectsWithTransientAttachmentsImpl
Create a new ManagedObjectsWithTransientAttachmentsImpl.
MutableAttachments - Interface in org.jboss.deployers.spi.attachments
MutableAttachments.

N

newAttachments() - Method in class org.jboss.deployers.spi.attachments.AttachmentsFactory
Create an attachments object
newClassPathEntry(String, String) - Method in class org.jboss.deployers.spi.structure.StructureMetaDataFactory
Create a new classpath entry
newContextInfo(String) - Method in class org.jboss.deployers.spi.structure.StructureMetaDataFactory
Create a new ContextInfo.
newContextInfo(String, List<ClassPathEntry>) - Method in class org.jboss.deployers.spi.structure.StructureMetaDataFactory
Create a new ContextInfo.
newContextInfo(String, String, List<ClassPathEntry>) - Method in class org.jboss.deployers.spi.structure.StructureMetaDataFactory
Create a new ContextInfo.
newContextInfo(String, List<String>, List<ClassPathEntry>) - Method in class org.jboss.deployers.spi.structure.StructureMetaDataFactory
Create a new ContextInfo.
newMutableAttachments() - Method in class org.jboss.deployers.spi.attachments.AttachmentsFactory
Create a mutable attachments object
newStructureMetaData() - Method in class org.jboss.deployers.spi.structure.StructureMetaDataFactory
Create a new StructureMetaData.

O

Ordered - Interface in org.jboss.deployers.spi
A base interface for that defines the ordering contract and comparator.
Ordered.OrderedComparator - Class in org.jboss.deployers.spi
The comparator for relative ordering
Ordered.OrderedComparator() - Constructor for class org.jboss.deployers.spi.Ordered.OrderedComparator
 
org.jboss.deployers.spi - package org.jboss.deployers.spi
 
org.jboss.deployers.spi.attachments - package org.jboss.deployers.spi.attachments
 
org.jboss.deployers.spi.attachments.helpers - package org.jboss.deployers.spi.attachments.helpers
 
org.jboss.deployers.spi.structure - package org.jboss.deployers.spi.structure
 

P

PredeterminedManagedObjectAttachments - Interface in org.jboss.deployers.spi.attachments
PredeterminedManagedObjectAttachments.
PredeterminedManagedObjectAttachmentsImpl - Class in org.jboss.deployers.spi.attachments.helpers
PredeterminedManagedObjectAttachmentsImpl.
PredeterminedManagedObjectAttachmentsImpl() - Constructor for class org.jboss.deployers.spi.attachments.helpers.PredeterminedManagedObjectAttachmentsImpl
 

R

readExternal(ObjectInput) - Method in class org.jboss.deployers.spi.attachments.helpers.AbstractAttachments
 
readExternal(ObjectInput) - Method in class org.jboss.deployers.spi.attachments.helpers.ManagedObjectAttachmentsImpl
 
readExternal(ObjectInput) - Method in class org.jboss.deployers.spi.attachments.helpers.ManagedObjectsWithTransientAttachmentsImpl
 
readExternal(ObjectInput) - Method in class org.jboss.deployers.spi.attachments.helpers.PredeterminedManagedObjectAttachmentsImpl
 
removeAttachment(String, Class<T>) - Method in class org.jboss.deployers.spi.attachments.helpers.AbstractMutableAttachments
 
removeAttachment(Class<T>) - Method in class org.jboss.deployers.spi.attachments.helpers.AbstractMutableAttachments
 
removeAttachment(String) - Method in interface org.jboss.deployers.spi.attachments.MutableAttachments
Remove attachment
removeAttachment(String, Class<T>) - Method in interface org.jboss.deployers.spi.attachments.MutableAttachments
Remove attachment
removeAttachment(Class<T>) - Method in interface org.jboss.deployers.spi.attachments.MutableAttachments
Remove attachment
removeContext(ContextInfo) - Method in interface org.jboss.deployers.spi.structure.StructureMetaData
Remove a context
removeContext(String) - Method in interface org.jboss.deployers.spi.structure.StructureMetaData
Remove a context
rethrowAsDeploymentException(String, Throwable) - Static method in exception org.jboss.deployers.spi.DeploymentException
Rethrow a throwable as a deployment exception if it isn't already.

S

setAttachments(Map<String, Object>) - Method in class org.jboss.deployers.spi.attachments.helpers.AbstractMutableAttachments
 
setAttachments(Map<String, Object>) - Method in interface org.jboss.deployers.spi.attachments.MutableAttachments
Set the attachments
setComparatorClassName(String) - Method in interface org.jboss.deployers.spi.structure.ContextInfo
The comparator class name, the class must implement
setPredeterminedManagedObjects(Attachments) - Method in class org.jboss.deployers.spi.attachments.helpers.PredeterminedManagedObjectAttachmentsImpl
 
setPredeterminedManagedObjects(Attachments) - Method in interface org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments
Set the predetermined managed objects
setRelativeOrder(int) - Method in interface org.jboss.deployers.spi.Ordered
Set the relative order.
setRelativeOrder(int) - Method in interface org.jboss.deployers.spi.structure.ContextInfo
Set the relative order of this context
StructureMetaData - Interface in org.jboss.deployers.spi.structure
A set of subdeployment contexts.
StructureMetaDataFactory - Class in org.jboss.deployers.spi.structure
StructureFactory.
StructureMetaDataFactory() - Constructor for class org.jboss.deployers.spi.structure.StructureMetaDataFactory
 

V

valueOf(String) - Static method in enum org.jboss.deployers.spi.DeploymentState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.deployers.spi.DeploymentState
Returns an array containing the constants of this enum type, in the order they're declared.

W

writeExternal(ObjectOutput) - Method in class org.jboss.deployers.spi.attachments.helpers.AbstractAttachments
 
writeExternal(ObjectOutput) - Method in class org.jboss.deployers.spi.attachments.helpers.ManagedObjectAttachmentsImpl
 
writeExternal(ObjectOutput) - Method in class org.jboss.deployers.spi.attachments.helpers.ManagedObjectsWithTransientAttachmentsImpl
 
writeExternal(ObjectOutput) - Method in class org.jboss.deployers.spi.attachments.helpers.PredeterminedManagedObjectAttachmentsImpl
 

A C D G H I M N O P R S V W

Copyright ? 2007 JBoss Inc.. All Rights Reserved.