A B C D E F G H I J K L M N O P Q R S T U V W X

A

activate(Endpoint, ActivationSpec) - Method in interface org.jboss.jca.spi.EndpointActivationBus
Activate an Endpoint
activate(Endpoint, Set<ActivationConfigProperty>, RarSelection) - Method in interface org.jboss.jca.spi.EndpointActivationBus
Activate an Endpoint
activateProfile(ProfileKey) - Method in interface org.jboss.profileservice.spi.ProfileService
Activate a registered profile.
ActivationConfigProperty - Class in org.jboss.jca.spi
The ActivationConfigProperty - similar to the javax.ejb annotation
ActivationConfigProperty() - Constructor for class org.jboss.jca.spi.ActivationConfigProperty
Constructor
ActivationConfigProperty(String, String) - Constructor for class org.jboss.jca.spi.ActivationConfigProperty
Constructor
addAttachment(String, Object) - Method in interface org.jboss.profileservice.spi.ProfileDeployment
Add attachment
addDeployment(String, ProfileDeployment) - Method in interface org.jboss.profileservice.spi.DeploymentRepository
Add a deployment.
addDeployment(ProfileDeployment) - Method in interface org.jboss.profileservice.spi.MutableProfile
Add a deployment.
addDeploymentContent(String, InputStream) - Method in interface org.jboss.profileservice.spi.DeploymentRepository
Upload raw deployment content to a profile repository.
addDeploymentContent(String, InputStream, DeploymentOption...) - Method in interface org.jboss.profileservice.spi.DeploymentRepository
Upload raw deployment content to a profile repository.
addDeploymentOption(DeploymentOption) - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentOptions
Add a deployment option.
addListener(UserTransactionListener) - Method in class org.jboss.tm.usertx.UserTransactionRegistry
Add a listener
addProgressListener(ProgressListener) - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentProgress
Add a progress listener
addProvider(UserTransactionProvider) - Method in class org.jboss.tm.usertx.UserTransactionRegistry
Add a provider
addXAResourceRecovery(XAResourceRecovery) - Method in interface org.jboss.tm.XAResourceRecoveryRegistry
Register an XAResourceRecovery instance with the transaction recovery system.
afterCompletion(int) - Method in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
 
ANY - Static variable in interface org.jboss.deployers.spi.management.KnownComponentTypes
 
ANY_TYPE - Static variable in interface org.jboss.deployers.spi.management.KnownComponentTypes
A component type that should match any other
AOPEndpoint - Interface in org.jboss.jca.spi
Define an AOP endpoint.
applyTemplate(DeploymentTemplateInfo) - Method in interface org.jboss.deployers.spi.management.DeploymentTemplate
Create a temporary deployment virtual that can be added to a profile.
applyTemplate(String, DeploymentTemplateInfo) - Method in interface org.jboss.deployers.spi.management.ManagementView
Create a deployment based on the given DeploymentTemplateInfo.

B

beforeCompletion() - Method in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
 
begin() - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 

C

cancel() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentProgress
Cancels the deployment
cancelWork(Work, Xid) - Method in interface org.jboss.tm.JBossXATerminator
Invoked when the work fails
clearBlackList(String) - Method in interface org.jboss.classloading.spi.RealClassLoader
Cleans the entry with the given name from the blackList
clearDeploymentContentFlags(String, int) - Method in interface org.jboss.profileservice.spi.DeploymentRepository
Clear one or more flags for the deployment.
commit() - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
compareTo(Object) - Method in class org.jboss.profileservice.spi.ProfileKey
Compare based on domain, then server and finally name.
ComponentStack - Interface in org.jboss.jca.spi
ComponentStack.
containsValue(Transaction) - Method in class org.jboss.tm.TransactionLocal
does Transaction contain object?
containsValue(TransactionLocal, Transaction) - Method in interface org.jboss.tm.TransactionLocalDelegate
does Transaction contain object?
containsValue(TransactionLocal, Transaction) - Method in class org.jboss.tm.TransactionLocalDelegateImpl
 
containsValue(Object) - Method in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
 
ContextStateMapper<T extends Enum<?>> - Class in org.jboss.deployers.spi.management
Basic state mapper.
ContextStateMapper(Map<String, T>, T, T, T, T) - Constructor for class org.jboss.deployers.spi.management.ContextStateMapper
 
ControllerStateMetaType - Class in org.jboss.profileservice.spi.types
An EnumMetaType for the kernel ControllerState values.
create() - Method in interface org.jboss.profileservice.spi.DeploymentRepository
Create the repository.
createDeploymentRepository(ProfileKey, ProfileSourceMetaData) - Method in interface org.jboss.profileservice.spi.DeploymentRepositoryFactory
Create a DeploymentRepository based on a type.
createProfile(ProfileKey, ProfileMetaData) - Method in interface org.jboss.profileservice.spi.ProfileFactory
Create a profile based on the meta data.
createProfileDeploymentRepository(ProfileKey, ProfileMetaData) - Method in interface org.jboss.profileservice.spi.ProfileRepository
Create a new DeploymentRepository for a profile.

D

deactivate() - Method in interface org.jboss.jca.spi.EndpointActivation
Deactivate an endpoint
deactivateProfile(ProfileKey) - Method in interface org.jboss.profileservice.spi.ProfileService
Deactivate the profile.
DEFAULT - Static variable in class org.jboss.profileservice.spi.ProfileKey
The DEFAULT value for domain, server, name
delegate - Variable in class org.jboss.tm.TransactionLocal
The delegate
DelegatingClassLoader - Class in org.jboss.classloading.spi
DelegatingClassLoader.
DelegatingClassLoader(RealClassLoader) - Constructor for class org.jboss.classloading.spi.DelegatingClassLoader
Create a new DelegatingClassLoader.
DelegatingComponentDispatcher - Interface in org.jboss.deployers.spi.management
A delegating runtime component dispatcher interface used by proxies for ManagedProperty gets and ManagedOperation invokes.
DeploymentContentFlags - Interface in org.jboss.profileservice.spi
States for DeploymentRepository content
DeploymentEndpointResolver - Interface in org.jboss.deployment.spi
An interface for resolving deployment endpoints by reference name or interface type.
DeploymentID - Interface in org.jboss.deployers.spi.management.deploy
A representation of a top-level deployment id.
DeploymentManager - Interface in org.jboss.deployers.spi.management.deploy
An interface for uploading and controlling deployments in a profile.
DeploymentOption - Enum in org.jboss.profileservice.spi
The deployment options.
DeploymentOptions - Interface in org.jboss.deployers.spi.management.deploy
The deployment options.
DeploymentProgress - Interface in org.jboss.deployers.spi.management.deploy
An interface for tracking the progress of a deployment upload to a profile via the profile service DeploymentManager spi.
DeploymentRepository - Interface in org.jboss.profileservice.spi
An interface for managing the contents of a Profile.
DeploymentRepositoryFactory - Interface in org.jboss.profileservice.spi
A factory for DeploymentRepository.
DeploymentStatus - Interface in org.jboss.deployers.spi.management.deploy
A deployment status interface used to provide information about a DeploymentProgress event associated with a DeploymentManager command.
DeploymentStatus.CommandType - Enum in org.jboss.deployers.spi.management.deploy
 
DeploymentStatus.StateType - Enum in org.jboss.deployers.spi.management.deploy
 
DeploymentTarget - Interface in org.jboss.deployers.spi.management.deploy
A target to which a deployment is uploaded.
DeploymentTemplate - Interface in org.jboss.deployers.spi.management
A DeploymentTemplate is a template for creating a DeploymentContext given a set of ManagedProperty representing the template properties to set in the resulting deployment.
DISABLED - Static variable in interface org.jboss.profileservice.spi.DeploymentContentFlags
content that is not publicly visible in profile
distribute(String, URL, boolean) - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentManager
Add raw deployment content to the profile.
distribute(String, URL, DeploymentOption...) - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentManager
Add raw deployment to the profile without starting the deployment.
distribute(DeploymentID) - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentTarget
 
DURABLE - Static variable in interface org.jboss.deployers.spi.management.KnownComponentTypes
 

E

EJB - Static variable in interface org.jboss.deployment.spi.EndpointType
 
ENABLED - Static variable in interface org.jboss.profileservice.spi.DeploymentContentFlags
content that is visible in profile
enableModifiedDeploymentChecks(boolean) - Method in interface org.jboss.profileservice.spi.MutableProfile
Enable/disable the getModifiedDeployments results.
Endpoint - Interface in org.jboss.jca.spi
The endpoint.
EndpointActivation - Interface in org.jboss.jca.spi
The EndpointActivation.
EndpointActivationBus - Interface in org.jboss.jca.spi
The EndpointActivationBus.
EndpointInfo - Class in org.jboss.deployment.spi
Encapsulation of a deployment endpoint
EndpointInfo(String, String, String) - Constructor for class org.jboss.deployment.spi.EndpointInfo
 
EndpointType - Interface in org.jboss.deployment.spi
Constants for the known endpoint types
endWork(Work, Xid) - Method in interface org.jboss.tm.JBossXATerminator
Invoked when transaction inflow work ends
equals(Object) - Method in class org.jboss.profileservice.spi.ProfileKey
 

F

formatXAException(XAException, Logger) - Method in interface org.jboss.tm.XAExceptionFormatter
Format the exception and log it

G

get(Long, Object, String) - Method in interface org.jboss.deployers.spi.management.DelegatingComponentDispatcher
Get a property value from a runtime component
get(Object, String) - Method in interface org.jboss.deployers.spi.management.RuntimeComponentDispatcher
Get value.
get() - Method in class org.jboss.tm.TransactionLocal
Returns the value of this TransactionLocal variable associated with the thread context transaction.
get(Transaction) - Method in class org.jboss.tm.TransactionLocal
Returns the value of this TransactionLocal variable associated with the specified transaction.
getActiveProfile(ProfileKey) - Method in interface org.jboss.profileservice.spi.ProfileService
Obtain a activated profile for the key.
getActiveProfileKeys() - Method in interface org.jboss.profileservice.spi.ProfileService
Get the keys for all active profiles.
getAttachment(String) - Method in interface org.jboss.profileservice.spi.ProfileDeployment
Get attachment.
getAttachments() - Method in interface org.jboss.profileservice.spi.ProfileDeployment
Get all attachments.
getCachedClass(String) - Method in interface org.jboss.classloading.spi.RealClassLoader
Check the cache to see if the class is already loaded
getCachedResource(String) - Method in interface org.jboss.classloading.spi.RealClassLoader
Check the cache to see if the resource is already loaded
getCommand() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentStatus
The deployment command
getComponent(String, ComponentType) - Method in interface org.jboss.deployers.spi.management.ManagementView
Obtain the ManagedComponent for the given name/type
getComponentKey() - Method in class org.jboss.deployment.spi.EndpointInfo
Get the deployment unique key for the endpoint
getComponentsForType(ComponentType) - Method in interface org.jboss.deployers.spi.management.ManagementView
Get the components of a type.
getComponentTypes() - Method in interface org.jboss.deployers.spi.management.ManagementView
Get a set of the component types in use in the profiles
getContentURL() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentID
An optional content URL used for distribute/redeploy operations.
getCurrentTransaction() - Method in interface org.jboss.iiop.tm.InboundTransactionCurrent
Gets the Transaction instance associated with the current incoming request.
getDeployment(String) - Method in interface org.jboss.deployers.spi.management.ManagementView
Get a deployment.
getDeployment(String) - Method in interface org.jboss.profileservice.spi.DeploymentRepository
Get a named deployment.
getDeployment() - Method in class org.jboss.profileservice.spi.ModificationInfo
 
getDeployment(String) - Method in interface org.jboss.profileservice.spi.Profile
Get a named deployment.
getDeploymentContent(String) - Method in interface org.jboss.profileservice.spi.DeploymentRepository
Get the repository virtual file for the given deployment name.
getDeploymentContentFlags(String) - Method in interface org.jboss.profileservice.spi.DeploymentRepository
Get the status flags for the deployment path
getDeploymentID() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentProgress
Get the identifier for the deployment the progress applies to
getDeploymentManager() - Method in interface org.jboss.profileservice.spi.ProfileService
Obtain the DeploymentManager plugin.
getDeploymentName() - Method in class org.jboss.deployers.spi.management.deploy.ProgressEvent
 
getDeploymentName(String) - Method in interface org.jboss.deployers.spi.management.DeploymentTemplate
Get a deployment name based on the base name, which checks if the name is valid and get the correct suffix for the deployers.
getDeploymentNames() - Method in interface org.jboss.deployers.spi.management.ManagementView
Get the names of all deployments.
getDeploymentNames() - Method in interface org.jboss.profileservice.spi.DeploymentRepository
Get the names of all deployments in the repository
getDeploymentNames() - Method in interface org.jboss.profileservice.spi.Profile
Get the names of the deployments in the profile.
getDeploymentNamesForType(String) - Method in interface org.jboss.deployers.spi.management.ManagementView
Get the names of the deployment that have the given deployment type.
getDeploymentOptions() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentOptions
Get all deployment options.
getDeployments() - Method in interface org.jboss.profileservice.spi.DeploymentRepository
Get all deployments defined in this profile
getDeployments() - Method in interface org.jboss.profileservice.spi.metadata.ProfileMetaData
Get the associated deployments to this profile.
getDeployments() - Method in interface org.jboss.profileservice.spi.Profile
Get all deployments defined in this profile
getDeploymentsForType(String) - Method in interface org.jboss.deployers.spi.management.ManagementView
Get the deployments of a type.
getDeploymentStatus() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentProgress
Retrieve the status of the deployment
getDeploymentTargets() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentProgress
Retrieve the list of targets the deployment is distributed to
getDescription() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentID
Get a description of the deployment
getDescription() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentTarget
Get the target description
getDomain() - Method in interface org.jboss.profileservice.spi.metadata.ProfileKeyMetaData
Get the profileKey domain attribute.
getDomain() - Method in class org.jboss.profileservice.spi.ProfileKey
 
getDomains() - Method in interface org.jboss.profileservice.spi.ProfileService
Get the unique domains for which profiles exist.
getEndpointInfo(Class, String, String) - Method in interface org.jboss.deployment.spi.DeploymentEndpointResolver
Find the deployment endpoint info for the given business interface and expected endpoint type.
getEndpointInfo(String, String, String) - Method in interface org.jboss.deployment.spi.DeploymentEndpointResolver
Find the deployment endpoint for the given reference name.
getErrorState() - Method in class org.jboss.deployers.spi.management.ContextStateMapper
 
getFailure() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentStatus
Get the failure exception.
getInfo() - Method in interface org.jboss.deployers.spi.management.DeploymentTemplate
Get the exportable representation of the properties that the template supports.
getInstance() - Static method in class org.jboss.tm.TransactionManagerLocator
Get the locator
getKey() - Method in interface org.jboss.profileservice.spi.Profile
Get the key used to create the Profile
getLastModified() - Method in interface org.jboss.profileservice.spi.DeploymentRepository
Get the time any contents were last modified.
getLastModified() - Method in class org.jboss.profileservice.spi.ModificationInfo
 
getLastModified() - Method in interface org.jboss.profileservice.spi.Profile
Get the system time in milliseconds the profile was last modified.
getListenerType() - Method in interface org.jboss.jca.spi.RarSelection
Get the listener type
getMapping(ControllerState) - Method in class org.jboss.deployers.spi.management.ContextStateMapper
 
getMatchingComponents(String, ComponentType, NameMatcher<ManagedComponent>) - Method in interface org.jboss.deployers.spi.management.ManagementView
Obtain the ManagedComponents for the given name/type and matcher.
getMatchingDeploymentName(String) - Method in interface org.jboss.deployers.spi.management.ManagementView
Search for all deployment names with a name matching the regex expression.
getMatchingDeployments(String, NameMatcher<ManagedDeployment>) - Method in interface org.jboss.deployers.spi.management.ManagementView
Search for all deployments matched by the matcher.
getMessage() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentStatus
Get the current status message
getModifiedDeployments() - Method in interface org.jboss.profileservice.spi.DeploymentRepository
Get the modified deployments.
getModifiedDeployments() - Method in interface org.jboss.profileservice.spi.MutableProfile
Get the deployments that have been modified since the last check.
getName() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentTarget
Get the target name
getName() - Method in class org.jboss.deployment.spi.EndpointInfo
 
getName() - Method in class org.jboss.jca.spi.ActivationConfigProperty
Get the name
getName() - Method in interface org.jboss.jca.spi.RarSelection
Get the name
getName() - Method in interface org.jboss.profileservice.spi.metadata.ProfileDeploymentMetaData
Get the deployment name.
getName() - Method in interface org.jboss.profileservice.spi.metadata.ProfileKeyMetaData
Get the profile name.
getName() - Method in interface org.jboss.profileservice.spi.ProfileDeployment
Get the deployment name
getName() - Method in class org.jboss.profileservice.spi.ProfileKey
 
getNames() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentID
Get the names of the deployments.
getObjectName() - Method in interface org.jboss.classloading.spi.RealClassLoader
Get the object name for this classloader
getPathName() - Method in class org.jboss.deployment.spi.EndpointInfo
 
getProductName() - Method in interface org.jboss.tm.XAResourceWrapper
Get product name
getProductVersion() - Method in interface org.jboss.tm.XAResourceWrapper
Get product version
getProfile() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentID
The target profile this deployment is associated with.
getProfile(ProfileKey) - Method in interface org.jboss.profileservice.spi.ProfileService
Obtain the registered profile for the key.
getProfileDeploymentRepository(ProfileKey) - Method in interface org.jboss.profileservice.spi.ProfileRepository
Get a created DeploymentRepository for the given profile key.
getProfileKeys() - Method in interface org.jboss.profileservice.spi.ProfileRepository
Get the keys for all known profiles with a deploymentRepository.
getProfileKeys() - Method in interface org.jboss.profileservice.spi.ProfileService
Get the keys for all registered profiles.
getProfiles() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentManager
Get a collection of profiles supporting deployment actions.
getProperties() - Method in interface org.jboss.jca.spi.RarSelection
Get the properties
getRepositoryNames() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentID
Get the unique names of the deployments in the repository.
getRepositoryNames(String[]) - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentManager
Map from the external name passed to distribute to the uploaded deployment repository name.
getRepositoryNames(DeploymentID) - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentTarget
 
getRepositoryNames(String...) - Method in interface org.jboss.profileservice.spi.DeploymentRepository
Get repository names.
getRepositoryURIs() - Method in interface org.jboss.profileservice.spi.DeploymentRepository
Get the uris of this repository.
getResource(String) - Method in class org.jboss.classloading.spi.DelegatingClassLoader
 
getResource() - Method in interface org.jboss.tm.XAResourceWrapper
Get the XAResource that is being wrapped
getRoot() - Method in interface org.jboss.profileservice.spi.ProfileDeployment
Get the root of the deployment
getServer() - Method in interface org.jboss.profileservice.spi.metadata.ProfileKeyMetaData
Get the profileKey server attribute.
getServer() - Method in class org.jboss.profileservice.spi.ProfileKey
 
getSingleton() - Static method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
Return a reference to the singleton instance.
getSource() - Method in interface org.jboss.profileservice.spi.metadata.ProfileMetaData
Get the ProfileSource.
getSources() - Method in interface org.jboss.profileservice.spi.metadata.ProfileSourceMetaData
Get the sources URIs for this source;
getState() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentStatus
Get the state of the deployment
getStatus() - Method in class org.jboss.deployers.spi.management.deploy.ProgressEvent
 
getStatus() - Method in class org.jboss.profileservice.spi.ModificationInfo
 
getStatus() - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
getStatusAsString(int) - Static method in class org.jboss.tm.TxUtils
Converts a tx Status index to a String
getSubprofiles() - Method in interface org.jboss.profileservice.spi.metadata.ProfileMetaData
Get the sub-profiles.
getSubProfiles() - Method in interface org.jboss.profileservice.spi.Profile
Get the profile dependencies.
getSynchronization(Transaction, boolean) - Static method in class org.jboss.tm.TransactionLocalDelegateImpl
Retrieve a synchronization for the transaction
getTarget() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentStatus
The target the status applies to
getTemplate(String) - Method in interface org.jboss.deployers.spi.management.ManagementView
Get a deployment template.
getTemplateNames() - Method in interface org.jboss.deployers.spi.management.ManagementView
Get the registered DeploymentTemplate names.
getTimeLeftBeforeTransactionTimeout(boolean) - Method in interface org.jboss.tm.TransactionTimeoutConfiguration
Get the time left before transaction timeout
getTPCFactory() - Static method in class org.jboss.tm.TransactionPropagationContextUtil
 
getTPCFactoryClientSide() - Static method in class org.jboss.tm.TransactionPropagationContextUtil
 
getTPCImporter() - Static method in class org.jboss.tm.TransactionPropagationContextUtil
 
getTransaction() - Method in class org.jboss.tm.TransactionLocal
 
getTransactionManager() - Method in interface org.jboss.tm.TransactionManagerFactory
Gets the TransactionManager
getTransactionManager() - Method in class org.jboss.tm.TransactionManagerLocator
Get the transaction manager
getTransactionPropagationContext() - Method in interface org.jboss.tm.TransactionPropagationContextFactory
Return a transaction propagation context for the transaction currently associated with the invoking thread, or null if the invoking thread is not associated with a transaction.
getTransactionPropagationContext(Transaction) - Method in interface org.jboss.tm.TransactionPropagationContextFactory
Return a transaction propagation context for the transaction given as an argument, or null if the argument is null or of a type unknown to this factory.
getTransactionTimeout(Method) - Method in interface org.jboss.jca.spi.Endpoint
Get the transaction timeout for the method
getTransactionTimeout() - Method in interface org.jboss.tm.TransactionTimeoutConfiguration
Get the transaction timeout.
getType() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.ConnectionFactoryTypes
 
getType() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.DataSourceTypes
 
getType() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.EJB
 
getType() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.JMSDestination
 
getType() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.MBean
 
getType() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.MCBean
 
getType() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.Server
 
getType() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.Web
 
getType() - Method in enum org.jboss.deployers.spi.management.KnownDeploymentTypes
Get the simple deployment type string.
getType() - Method in class org.jboss.deployment.spi.EndpointInfo
 
getType() - Method in interface org.jboss.profileservice.spi.metadata.ProfileSourceMetaData
Get the profile source type.
getTypes() - Method in interface org.jboss.profileservice.spi.DeploymentRepositoryFactory
The repository types.
getTypes() - Method in interface org.jboss.profileservice.spi.ProfileFactory
The profile types.
getValue() - Method in class org.jboss.jca.spi.ActivationConfigProperty
Get the value
getValue(Transaction) - Method in class org.jboss.tm.TransactionLocal
get the transaction local value.
getValue(TransactionLocal, Transaction) - Method in interface org.jboss.tm.TransactionLocalDelegate
get the transaction local value.
getValue(TransactionLocal, Transaction) - Method in class org.jboss.tm.TransactionLocalDelegateImpl
 
getValue(Object) - Method in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
 
getViewManager() - Method in interface org.jboss.profileservice.spi.ProfileService
Obtain the ManagementView plugin.
getXAErrorCodeAsString(int) - Static method in class org.jboss.tm.TxUtils
Converts a XAException error code to a string.
getXAResourceFlagsAsString(int) - Static method in class org.jboss.tm.TxUtils
Converts a XAResource flag to a String
getXAResources() - Method in interface org.jboss.tm.XAResourceRecovery
Provides XAResource(s) to the transaction system for recovery purposes.

H

hasDeployment(String) - Method in interface org.jboss.profileservice.spi.Profile
Checks whether a deployment context is available in this profile.
hasDeploymentContentFlags(String, int) - Method in interface org.jboss.profileservice.spi.DeploymentRepository
Does a deployment content have the indicated flag.
hasDeploymentOption(DeploymentOption) - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentOptions
Has a given deployment option.
hashCode() - Method in class org.jboss.profileservice.spi.ProfileKey
 

I

importTPC(Object) - Static method in class org.jboss.tm.TransactionPropagationContextUtil
 
importTransactionPropagationContext(Object) - Method in interface org.jboss.tm.TransactionPropagationContextImporter
Import the transaction propagation context into the transaction manager, and return the resulting transaction.
InboundTransactionCurrent - Interface in org.jboss.iiop.tm
Interface to be implemented by a CORBA OTS provider for integration with JBossAS.
initDelegate() - Method in class org.jboss.tm.TransactionLocal
Initialise the delegate
initialValue() - Method in class org.jboss.tm.TransactionLocal
Returns the initial value for this thransaction local.
invoke(Long, Object, String, MetaValue...) - Method in interface org.jboss.deployers.spi.management.DelegatingComponentDispatcher
Invoke an operation on a runtime component.
invoke(Object, String, MetaValue...) - Method in interface org.jboss.deployers.spi.management.RuntimeComponentDispatcher
Dispatch ManagedOperation invocation with param parameters to coresponding attachment.
isActive(Transaction) - Static method in class org.jboss.tm.TxUtils
 
isActive(TransactionManager) - Static method in class org.jboss.tm.TxUtils
 
isActive() - Static method in class org.jboss.tm.TxUtils
 
isActive(UserTransaction) - Static method in class org.jboss.tm.TxUtils
 
isActive(int) - Static method in class org.jboss.tm.TxUtils
 
isCompleted() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentStatus
Is the deployment complete
isCompleted(Transaction) - Static method in class org.jboss.tm.TxUtils
 
isCompleted(TransactionManager) - Static method in class org.jboss.tm.TxUtils
 
isCompleted() - Static method in class org.jboss.tm.TxUtils
 
isCompleted(UserTransaction) - Static method in class org.jboss.tm.TxUtils
 
isCompleted(int) - Static method in class org.jboss.tm.TxUtils
 
isCopyContent() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentID
Do we copy content or jut ref it.
isDefaultKey() - Method in class org.jboss.profileservice.spi.ProfileKey
Is this a default key.
isDeliveryTransacted(Method) - Method in interface org.jboss.jca.spi.Endpoint
Should the delivery by transacted for the method
isFailed() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentStatus
Has the deployment failed
isMutable() - Method in interface org.jboss.profileservice.spi.Profile
Flag indicating if the the profile is mutable and implements the MutableProfile interface.
isRedeploySupported() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentManager
Is redeploy supported.
isRollback(Transaction) - Static method in class org.jboss.tm.TxUtils
 
isRollback(TransactionManager) - Static method in class org.jboss.tm.TxUtils
 
isRollback() - Static method in class org.jboss.tm.TxUtils
 
isRollback(UserTransaction) - Static method in class org.jboss.tm.TxUtils
 
isRollback(int) - Static method in class org.jboss.tm.TxUtils
 
isRunning() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentStatus
Is the deployment in progress
isServer() - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
isUncommitted(Transaction) - Static method in class org.jboss.tm.TxUtils
 
isUncommitted(TransactionManager) - Static method in class org.jboss.tm.TxUtils
 
isUncommitted() - Static method in class org.jboss.tm.TxUtils
 
isUncommitted(UserTransaction) - Static method in class org.jboss.tm.TxUtils
 
isUncommitted(int) - Static method in class org.jboss.tm.TxUtils
 
isValid() - Method in interface org.jboss.classloading.spi.RealClassLoader
Whether the classloader is valid

J

JBossXATerminator - Interface in org.jboss.tm
Extends XATerminator to include registration calls

K

KnownComponentTypes - Interface in org.jboss.deployers.spi.management
A collection of enums for the well known component types.
KnownComponentTypes.ConnectionFactoryTypes - Enum in org.jboss.deployers.spi.management
Enums for generic ConnectionFactory types
KnownComponentTypes.DataSourceTypes - Enum in org.jboss.deployers.spi.management
Enums for the DataSource types
KnownComponentTypes.EJB - Enum in org.jboss.deployers.spi.management
Enums for the EJB/{StatelessSession,StatefulSession,Entity,MDB} types
KnownComponentTypes.JMSDestination - Enum in org.jboss.deployers.spi.management
Enums for the JMSDestination/{Queue,Topic,DurableTopic} types
KnownComponentTypes.MBean - Enum in org.jboss.deployers.spi.management
Enums for the MBean/{Dynamic,Standard,Model,Open,Persistent,XMBean} types
KnownComponentTypes.MCBean - Enum in org.jboss.deployers.spi.management
Enums for the MCBean types
KnownComponentTypes.Server - Enum in org.jboss.deployers.spi.management
Enums for Server component types
KnownComponentTypes.Web - Enum in org.jboss.deployers.spi.management
Enums for the web component types
KnownDeploymentTypes - Enum in org.jboss.deployers.spi.management
Enum for the known deployment types.

L

LastResource - Interface in org.jboss.tm
A tagging interface to identify an XAResource that does not support prepare and should be used in the last resource gambit.
load() - Method in interface org.jboss.deployers.spi.management.ManagementView
Load all active profiles in the ManagementView for future operations.
load() - Method in interface org.jboss.profileservice.spi.DeploymentRepository
Load the repository contents.
loadClass(String, boolean) - Method in class org.jboss.classloading.spi.DelegatingClassLoader
 
loadProfile(ProfileKey) - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentManager
Load and associate the given profile with the DeploymentManager for future operations.
LOCAL_TX - Static variable in interface org.jboss.deployers.spi.management.KnownComponentTypes
 
locate() - Method in class org.jboss.tm.TransactionManagerLocator
Locate the transaction manager
locate(boolean) - Method in class org.jboss.tm.TransactionManagerLocator
Locate the transaction manager
locateTransactionManager() - Static method in class org.jboss.tm.TransactionManagerLocator
Locate the transaction manager
locateTransactionManager(boolean) - Static method in class org.jboss.tm.TransactionManagerLocator
Locate the transaction manager
lock() - Method in class org.jboss.tm.TransactionLocal
Lock the TransactionLocal using the current transaction
lock(Transaction) - Method in class org.jboss.tm.TransactionLocal
Lock the TransactionLocal using the provided transaction
lock(TransactionLocal, Transaction) - Method in interface org.jboss.tm.TransactionLocalDelegate
Lock the transaction local in the context of this transaction
lock(TransactionLocal, Transaction) - Method in class org.jboss.tm.TransactionLocalDelegateImpl
 
lock(Object) - Method in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
 
lockDeploymentContent(String) - Method in interface org.jboss.profileservice.spi.DeploymentRepository
lock deployment content and exclude it from modified deployment checks.
LOCKED - Static variable in interface org.jboss.profileservice.spi.DeploymentContentFlags
exists in profile, but is excluded from modified deployment checks.

M

ManagementView - Interface in org.jboss.deployers.spi.management
The management view plugin spi for querying profiles for the deployment management object interface roots.
manager - Variable in class org.jboss.tm.TransactionLocalDelegateImpl
The transaction manager
map(ControllerState, ControllerState) - Method in class org.jboss.deployers.spi.management.ContextStateMapper
 
mapControllerState(Object, ContextStateMapper<T>) - Method in interface org.jboss.deployers.spi.management.RuntimeComponentDispatcher
Map the state of the component.
matches(T, String) - Method in interface org.jboss.deployers.spi.management.NameMatcher
 
MBean - Static variable in interface org.jboss.deployment.spi.EndpointType
 
MCMBean - Static variable in interface org.jboss.deployment.spi.EndpointType
 
MessageDestination - Static variable in interface org.jboss.deployment.spi.EndpointType
 
ModificationInfo - Class in org.jboss.profileservice.spi
Represents a modified deployment returned from the modified deployments scan.
ModificationInfo(ProfileDeployment, long, ModificationInfo.ModifyStatus) - Constructor for class org.jboss.profileservice.spi.ModificationInfo
 
ModificationInfo.ModifyStatus - Enum in org.jboss.profileservice.spi
 
MODIFIED - Static variable in interface org.jboss.profileservice.spi.DeploymentContentFlags
Can be used to explicitly put a deployment into the modified list
MutableProfile - Interface in org.jboss.profileservice.spi
A mutable profile.

N

NAME - Static variable in interface org.jboss.iiop.tm.InboundTransactionCurrent
 
NameMatcher<T> - Interface in org.jboss.deployers.spi.management
An interface for matching a name against a managed element
NO_TX - Static variable in interface org.jboss.deployers.spi.management.KnownComponentTypes
 
NoSuchDeploymentException - Exception in org.jboss.profileservice.spi
An exception thrown when there is no matching deployment.
NoSuchDeploymentException() - Constructor for exception org.jboss.profileservice.spi.NoSuchDeploymentException
 
NoSuchDeploymentException(String) - Constructor for exception org.jboss.profileservice.spi.NoSuchDeploymentException
 
NoSuchDeploymentException(String, Throwable) - Constructor for exception org.jboss.profileservice.spi.NoSuchDeploymentException
 
NoSuchProfileException - Exception in org.jboss.profileservice.spi
Exception thrown when a profile query fails to find a match.
NoSuchProfileException(String) - Constructor for exception org.jboss.profileservice.spi.NoSuchProfileException
 
NoSuchProfileException(String, Throwable) - Constructor for exception org.jboss.profileservice.spi.NoSuchProfileException
 
NoSuchProfileException(Throwable) - Constructor for exception org.jboss.profileservice.spi.NoSuchProfileException
 

O

org.jboss.classloading.spi - package org.jboss.classloading.spi
 
org.jboss.deployers.spi.management - package org.jboss.deployers.spi.management
 
org.jboss.deployers.spi.management.deploy - package org.jboss.deployers.spi.management.deploy
 
org.jboss.deployment.spi - package org.jboss.deployment.spi
 
org.jboss.iiop.tm - package org.jboss.iiop.tm
 
org.jboss.jca.spi - package org.jboss.jca.spi
 
org.jboss.profileservice.spi - package org.jboss.profileservice.spi
 
org.jboss.profileservice.spi.metadata - package org.jboss.profileservice.spi.metadata
 
org.jboss.profileservice.spi.types - package org.jboss.profileservice.spi.types
 
org.jboss.tm - package org.jboss.tm
 
org.jboss.tm.usertx - package org.jboss.tm.usertx
 
org.jboss.tm.usertx.client - package org.jboss.tm.usertx.client
 

P

PersistenceUnit - Static variable in interface org.jboss.deployment.spi.EndpointType
 
popMetaAwareObject(Set) - Method in interface org.jboss.jca.spi.ComponentStack
Pop a component context
prepare(String...) - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentManager
Prepare a set of deployments through their dependency analysis phase.
prepare(DeploymentID) - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentTarget
 
process() - Method in interface org.jboss.deployers.spi.management.ManagementView
Process the changes made to the profile.
Profile - Interface in org.jboss.profileservice.spi
A profile represents a named collection of deployments on a server.
ProfileDeployment - Interface in org.jboss.profileservice.spi
The profile deployment.
ProfileDeploymentMetaData - Interface in org.jboss.profileservice.spi.metadata
The meta data for a profile deployment.
ProfileFactory - Interface in org.jboss.profileservice.spi
The profile factory.
ProfileKey - Class in org.jboss.profileservice.spi
The key for a Profile.
ProfileKey(String) - Constructor for class org.jboss.profileservice.spi.ProfileKey
Calls this this(DEFAULT, DEFAULT, name)
ProfileKey(String, String, String) - Constructor for class org.jboss.profileservice.spi.ProfileKey
Build a profile key from the domain, server and name.
ProfileKeyMetaData - Interface in org.jboss.profileservice.spi.metadata
The profileKey meta data.
ProfileMetaData - Interface in org.jboss.profileservice.spi.metadata
The meta data making up a profile.
ProfileRepository - Interface in org.jboss.profileservice.spi
An interface for obtaining a DeploymentRepository for a Profile.
ProfileService - Interface in org.jboss.profileservice.spi
The entry point service for accessing/administering server profiles
ProfileSourceMetaData - Interface in org.jboss.profileservice.spi.metadata
The meta data for a profile source.
ProgressEvent - Class in org.jboss.deployers.spi.management.deploy
A deployment progress event object.
ProgressEvent(DeploymentID, DeploymentStatus) - Constructor for class org.jboss.deployers.spi.management.deploy.ProgressEvent
 
progressEvent(ProgressEvent) - Method in interface org.jboss.deployers.spi.management.deploy.ProgressListener
 
ProgressListener - Interface in org.jboss.deployers.spi.management.deploy
A progress notification listener interface
pushMetaAwareObject(Object, Set) - Method in interface org.jboss.jca.spi.ComponentStack
Push a component context

Q

QUEUE - Static variable in interface org.jboss.deployers.spi.management.KnownComponentTypes
 

R

RarSelection - Interface in org.jboss.jca.spi
The RAR selection.
RealClassLoader - Interface in org.jboss.classloading.spi
RealClassLoader.
redeploy(String) - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentManager
Do redeploy.
redeploy(DeploymentID) - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentTarget
 
reentrantLock - Variable in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
 
registerProfile(Profile) - Method in interface org.jboss.profileservice.spi.ProfileService
Register a Profile.
registerTxStartedListener(ServerVMClientUserTransaction.UserTransactionStartedListener) - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
registerWork(Work, Xid, long) - Method in interface org.jboss.tm.JBossXATerminator
Invoked for transaction inflow of work
releaseProfile() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentManager
Release the previous loaded profile.
reload() - Method in interface org.jboss.deployers.spi.management.ManagementView
Reload the current profiles managed deployments/objects.
remove(String...) - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentManager
Remove a previously distributed deployment.
remove(DeploymentID) - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentTarget
 
remove() - Method in interface org.jboss.profileservice.spi.DeploymentRepository
Delete the repository.
removeComponent(ManagedComponent) - Method in interface org.jboss.deployers.spi.management.ManagementView
Removes a given component.
removeDeployment(String) - Method in interface org.jboss.profileservice.spi.DeploymentRepository
Remove a deployment.
removeDeployment(String) - Method in interface org.jboss.profileservice.spi.MutableProfile
Remove a deployment.
removeDeploymentOption(DeploymentOption) - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentOptions
Remove a deployment option.
removeListener(UserTransactionListener) - Method in class org.jboss.tm.usertx.UserTransactionRegistry
Remove a listener
removeProfileDeploymentRepository(ProfileKey) - Method in interface org.jboss.profileservice.spi.ProfileRepository
Remove the DeploymentRepository for the given profile key.
removeProgressListener(ProgressListener) - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentProgress
Remove a progress listener
removeProvider(UserTransactionProvider) - Method in class org.jboss.tm.usertx.UserTransactionRegistry
Remove a provider
removeSynchronization(Transaction) - Static method in class org.jboss.tm.TransactionLocalDelegateImpl
Remove a synchronization
removeXAResourceRecovery(XAResourceRecovery) - Method in interface org.jboss.tm.XAResourceRecoveryRegistry
Unregister an XAResourceRecovery instance from the transaction recovery system.
resolveRarContext(Set<ActivationConfigProperty>, RarSelection) - Method in interface org.jboss.jca.spi.EndpointActivationBus
Determine the dependency name for the rar
resumeAnyTransaction(Transaction) - Static method in class org.jboss.tm.TransactionDemarcationSupport
Resume any transaction
rollback() - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
run() - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentProgress
Begins the deployment command
RuntimeComponentDispatcher - Interface in org.jboss.deployers.spi.management
Dispatches ManagedOperation invocation to runtime component associated with attachment.

S

ServerVMClientUserTransaction - Class in org.jboss.tm.usertx.client
The client-side UserTransaction implementation for clients operating in the same VM as the server.
ServerVMClientUserTransaction(TransactionManager) - Constructor for class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
ServerVMClientUserTransaction.UserTransactionStartedListener - Interface in org.jboss.tm.usertx.client
Deprecated. 
Servlet - Static variable in interface org.jboss.deployment.spi.EndpointType
 
set(Object, String, MetaValue) - Method in interface org.jboss.deployers.spi.management.RuntimeComponentDispatcher
Set the value.
set(Object) - Method in class org.jboss.tm.TransactionLocal
Sets the value of this TransactionLocal variable associtated with the thread context transaction.
set(Transaction, Object) - Method in class org.jboss.tm.TransactionLocal
Sets the value of this TransactionLocal variable associtated with the specified transaction.
setDeploymentContentFlags(String, int) - Method in interface org.jboss.profileservice.spi.DeploymentRepository
Set one or more flags for the deployment.
setDomain(String) - Method in class org.jboss.profileservice.spi.ProfileKey
 
setName(String) - Method in class org.jboss.jca.spi.ActivationConfigProperty
Set the name
setName(String) - Method in class org.jboss.profileservice.spi.ProfileKey
 
setRepositoryNames(String[]) - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentID
Set the unique names of the deployments in the repository.
setRollbackOnly() - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
setServer(String) - Method in class org.jboss.profileservice.spi.ProfileKey
 
setTPCFactory(TransactionPropagationContextFactory) - Static method in class org.jboss.tm.TransactionPropagationContextUtil
 
setTPCImporter(TransactionPropagationContextImporter) - Static method in class org.jboss.tm.TransactionPropagationContextUtil
 
setTransactionRegistry(UserTransactionRegistry) - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
setTransactionRegistry(UserTransactionRegistry) - Method in interface org.jboss.tm.usertx.UserTransactionProvider
Set the user transaction registry
setTransactionTimeout(int) - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
setValue(String) - Method in class org.jboss.jca.spi.ActivationConfigProperty
Set the value
setValue(Object, Object) - Method in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
 
standard - Variable in class org.jboss.classloading.spi.DelegatingClassLoader
Whether to use standard loading
start(String...) - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentManager
Start a previously distributed deployment.
start(DeploymentID) - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentTarget
 
startWork(Work, Xid) - Method in interface org.jboss.tm.JBossXATerminator
Invoked for transaction inflow of work
stop(String...) - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentManager
Stop a previously started deployment.
stop(DeploymentID) - Method in interface org.jboss.deployers.spi.management.deploy.DeploymentTarget
 
storeValue(Transaction, Object) - Method in class org.jboss.tm.TransactionLocal
put the value in the TransactionImpl map
storeValue(TransactionLocal, Transaction, Object) - Method in interface org.jboss.tm.TransactionLocalDelegate
put the value in the transaction local
storeValue(TransactionLocal, Transaction, Object) - Method in class org.jboss.tm.TransactionLocalDelegateImpl
 
SubProfileMetaData - Interface in org.jboss.profileservice.spi.metadata
The meta data describing a sub-profile, which is basically a reference to a different profile.
subtype() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.ConnectionFactoryTypes
 
subtype() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.DataSourceTypes
 
subtype() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.EJB
 
subtype() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.JMSDestination
 
subtype() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.MBean
 
subtype() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.MCBean
 
subtype() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.Server
 
subtype() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.Web
 
suspendAnyTransaction() - Static method in class org.jboss.tm.TransactionDemarcationSupport
Suspend any transaction associated with the thread
synchronizationsByTransaction - Static variable in class org.jboss.tm.TransactionLocalDelegateImpl
The synchronizations for each transaction

T

TOPIC - Static variable in interface org.jboss.deployers.spi.management.KnownComponentTypes
 
toString() - Method in class org.jboss.deployers.spi.management.deploy.ProgressEvent
 
toString() - Method in class org.jboss.deployment.spi.EndpointInfo
 
toString() - Method in class org.jboss.jca.spi.ActivationConfigProperty
String representation
toString() - Method in class org.jboss.profileservice.spi.ProfileKey
 
TransactionDemarcationSupport - Class in org.jboss.tm
A simple helper for transaction demarcation.
TransactionDemarcationSupport() - Constructor for class org.jboss.tm.TransactionDemarcationSupport
 
TransactionLocal - Class in org.jboss.tm
A TransactionLocal is similar to ThreadLocal except it is keyed on the Transactions.
TransactionLocal() - Constructor for class org.jboss.tm.TransactionLocal
Creates a thread local variable.
TransactionLocal(TransactionManager) - Constructor for class org.jboss.tm.TransactionLocal
Creates a transaction local variable.
TransactionLocalDelegate - Interface in org.jboss.tm
The interface to implementated for a transaction local implementation
TransactionLocalDelegateImpl - Class in org.jboss.tm
An implementation of the transaction local implementation using Transaction synchronizations.
TransactionLocalDelegateImpl(TransactionManager) - Constructor for class org.jboss.tm.TransactionLocalDelegateImpl
Construct a new delegate for the given transaction manager
TransactionLocalDelegateImpl.TransactionLocalSynchronization - Class in org.jboss.tm
 
TransactionLocalDelegateImpl.TransactionLocalSynchronization(Transaction) - Constructor for class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
 
transactionManager - Variable in class org.jboss.tm.TransactionLocal
The transaction manager is maintained by the system and manges the assocation of transaction to threads.
TransactionManagerFactory - Interface in org.jboss.tm
A TransactionManager factory.
TransactionManagerLocator - Class in org.jboss.tm
Locates the transaction manager.
TransactionPropagationContextFactory - Interface in org.jboss.tm
Implementations of this interface are used for getting a transaction propagation context at the client-side.
TransactionPropagationContextImporter - Interface in org.jboss.tm
Implementations of this interface are used for importing a transaction propagation context into the transaction manager.
TransactionPropagationContextUtil - Class in org.jboss.tm
Comment
TransactionPropagationContextUtil() - Constructor for class org.jboss.tm.TransactionPropagationContextUtil
 
TransactionTimeoutConfiguration - Interface in org.jboss.tm
The interface to implementated by a transaction manager that supports retrieving the current threads transaction timeout
tryJNDI() - Method in class org.jboss.tm.TransactionManagerLocator
Locate the transaction manager in the well known jndi binding for JBoss
TX - Static variable in interface org.jboss.deployers.spi.management.KnownComponentTypes
 
tx - Variable in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
 
TxUtils - Class in org.jboss.tm
TxUtils.java has utility methods for determining transaction status in various useful ways.
type() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.ConnectionFactoryTypes
 
type() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.DataSourceTypes
 
type() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.EJB
 
type() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.JMSDestination
 
type() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.MBean
 
type() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.MCBean
 
type() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.Server
 
type() - Method in enum org.jboss.deployers.spi.management.KnownComponentTypes.Web
 
TYPE - Static variable in class org.jboss.profileservice.spi.types.ControllerStateMetaType
 

U

unload() - Method in interface org.jboss.profileservice.spi.DeploymentRepository
Unload the repository;
unlock() - Method in class org.jboss.tm.TransactionLocal
Unlock the TransactionLocal using the current transaction
unlock(Transaction) - Method in class org.jboss.tm.TransactionLocal
Unlock the ThreadLocal using the provided transaction
unlock(TransactionLocal, Transaction) - Method in interface org.jboss.tm.TransactionLocalDelegate
Unlock the transaction local in the context of this transaction
unlock(Object) - Method in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
 
unlock(TransactionLocal, Transaction) - Method in class org.jboss.tm.TransactionLocalDelegateImpl
 
unlockDeploymentContent(String) - Method in interface org.jboss.profileservice.spi.DeploymentRepository
Unlock a previously locked deployment content.
unregisterProfile(ProfileKey) - Method in interface org.jboss.profileservice.spi.ProfileService
Unregister a profile.
unregisterTxStartedListener(ServerVMClientUserTransaction.UserTransactionStartedListener) - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
updateComponent(ManagedComponent) - Method in interface org.jboss.deployers.spi.management.ManagementView
Update the given component.
usePrivateAPI() - Method in class org.jboss.tm.TransactionManagerLocator
Use the private api
UserTransactionListener - Interface in org.jboss.tm.usertx
UserTransactionListener.
UserTransactionProvider - Interface in org.jboss.tm.usertx
UserTransactionProvider.
UserTransactionRegistry - Class in org.jboss.tm.usertx
UserTransactionRegistry.
UserTransactionRegistry() - Constructor for class org.jboss.tm.usertx.UserTransactionRegistry
 
userTransactionStarted() - Method in interface org.jboss.tm.usertx.client.ServerVMClientUserTransaction.UserTransactionStartedListener
Deprecated.  
userTransactionStarted() - Method in interface org.jboss.tm.usertx.UserTransactionListener
 
userTransactionStarted() - Method in class org.jboss.tm.usertx.UserTransactionRegistry
Fire a user transaction started event

V

validateProfile(ProfileKey) - Method in interface org.jboss.profileservice.spi.ProfileService
Validate a registered profile.
valueOf(String) - Static method in enum org.jboss.deployers.spi.management.deploy.DeploymentStatus.CommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.deployers.spi.management.deploy.DeploymentStatus.StateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.deployers.spi.management.KnownComponentTypes.ConnectionFactoryTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.deployers.spi.management.KnownComponentTypes.DataSourceTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.deployers.spi.management.KnownComponentTypes.EJB
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.deployers.spi.management.KnownComponentTypes.JMSDestination
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.deployers.spi.management.KnownComponentTypes.MBean
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.deployers.spi.management.KnownComponentTypes.MCBean
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.deployers.spi.management.KnownComponentTypes.Server
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.deployers.spi.management.KnownComponentTypes.Web
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.deployers.spi.management.KnownDeploymentTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.profileservice.spi.DeploymentOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.profileservice.spi.ModificationInfo.ModifyStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.deployers.spi.management.deploy.DeploymentStatus.CommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.deployers.spi.management.deploy.DeploymentStatus.StateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.deployers.spi.management.KnownComponentTypes.ConnectionFactoryTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.deployers.spi.management.KnownComponentTypes.DataSourceTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.deployers.spi.management.KnownComponentTypes.EJB
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.deployers.spi.management.KnownComponentTypes.JMSDestination
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.deployers.spi.management.KnownComponentTypes.MBean
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.deployers.spi.management.KnownComponentTypes.MCBean
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.deployers.spi.management.KnownComponentTypes.Server
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.deployers.spi.management.KnownComponentTypes.Web
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.deployers.spi.management.KnownDeploymentTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.profileservice.spi.DeploymentOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.profileservice.spi.ModificationInfo.ModifyStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebService - Static variable in interface org.jboss.deployment.spi.EndpointType
 

X

XA - Static variable in interface org.jboss.deployers.spi.management.KnownComponentTypes
 
XAExceptionFormatter - Interface in org.jboss.tm
XAExceptionFormatter
XAResourceRecovery - Interface in org.jboss.tm
During recovery of crashed XA transactions, the transaction system may use instances of this interface to obtain XAResources on which to perform recovery calls.
XAResourceRecoveryRegistry - Interface in org.jboss.tm
The transaction management system may require assistance from resource managers in order to recover crashed XA transactions.
XAResourceWrapper - Interface in org.jboss.tm
A serializable XAResource wrapper.

A B C D E F G H I J K L M N O P Q R S T U V W X

Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.