- abbreviate(int, StringBuffer) - Method in class org.apache.log4j.pattern.NameAbbreviator
-
Abbreviates a name in a StringBuffer.
- abbreviate(int, StringBuffer) - Method in class org.apache.log4j.pattern.NamePatternConverter
-
Abbreviate name in string buffer.
- AbbreviatedNodeTestStep(boolean) - Method in class org.apache.xpath.compiler.XPathParser
-
AbbreviatedNodeTestStep ::= '@'? NodeTest Predicate
- abort() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- abort - Static variable in class org.apache.xerces.dom.DOMNormalizer
-
If the user stops the process, this exception will be thrown.
- ABORT - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
-
If the user stops the process, this exception will be thrown.
- abort() - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
- abort() - Method in class org.apache.xerces.parsers.DOMParserImpl
-
- ABORT - Static variable in interface org.hornetq.core.protocol.stomp.Stomp.Commands
-
- ABORT - Static variable in interface org.jboss.com.sun.corba.se.spi.transport.CorbaConnection
-
- abort() - Method in class org.picketlink.identity.federation.core.wstrust.auth.AbstractSTSLoginModule
-
Called if the overall authentication failed (phase 2).
- ABORT_FLUSH - Static variable in class org.jgroups.protocols.pbcast.FLUSH.FlushHeader
-
- ABORT_TRANSACTION - Static variable in interface org.hornetq.core.protocol.stomp.Stomp.Commands
-
- abortBatch() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
-
- abortBatch() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
Abort the currently managed batch (if any)
- abortIfRemoteTransactionInvalid(TxInvocationContext, AbstractTransactionBoundaryCommand) - Method in class org.infinispan.interceptors.locking.AbstractTxLockingInterceptor
-
- abortingJoin(Exception) - Method in interface org.infinispan.util.logging.Log
-
- abortPolicy() - Static method in class org.jboss.threads.JBossExecutors
-
- AbortProcessingException - Exception in javax.faces.event
-
An exception that may be thrown by event listeners to terminate the
processing of the current event.
- AbortProcessingException() - Constructor for exception javax.faces.event.AbortProcessingException
-
Construct a new exception with no detail message or root cause.
- AbortProcessingException(String) - Constructor for exception javax.faces.event.AbortProcessingException
-
Construct a new exception with the specified detail message and
no root cause.
- AbortProcessingException(Throwable) - Constructor for exception javax.faces.event.AbortProcessingException
-
Construct a new exception with the specified root cause.
- AbortProcessingException(String, Throwable) - Constructor for exception javax.faces.event.AbortProcessingException
-
Construct a new exception with the specified detail message and
root cause.
- ABOVE - Static variable in class org.jgroups.stack.ProtocolStack
-
- abs(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the absolute value
of its argument.
- abs(double) - Static method in class org.apache.xalan.lib.ExsltMath
-
The math:abs function returns the absolute value of a number.
- ABS - Static variable in class org.h2.expression.Function
-
- abs(Expression<N>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
Create an expression that returns the absolute value
of its argument.
- ABS_TIME_DATE_FORMAT - Static variable in class org.apache.log4j.helpers.AbsoluteTimeDateFormat
-
- ABSENT - Static variable in class org.apache.xerces.impl.xs.XSWildcardDecl
-
- AbsFunction<N extends Number> - Class in org.hibernate.ejb.criteria.expression.function
-
Models the ANSI SQL ABS function.
- AbsFunction(CriteriaBuilderImpl, Expression) - Constructor for class org.hibernate.ejb.criteria.expression.function.AbsFunction
-
- absolute(int) - Method in class org.h2.jdbc.JdbcResultSet
-
Moves the current position to a specific row.
- absolute(int) - Method in class org.h2.tools.SimpleResultSet
-
INTERNAL
- ABSOLUTE_ITERATOR - Static variable in interface org.apache.xalan.xsltc.compiler.Constants
-
- absoluteDayFromDateValue(long) - Static method in class org.h2.util.DateTimeUtils
-
Calculate the absolute day from a date value.
- AbsoluteIterator - Class in org.apache.xalan.xsltc.dom
-
Absolute iterators ignore the node that is passed to setStartNode().
- AbsoluteIterator(DTMAxisIterator) - Constructor for class org.apache.xalan.xsltc.dom.AbsoluteIterator
-
- AbsolutePath - Class in org.apache.taglibs.standard.extra.spath
-
Represents an absolute SPath expression.
- AbsolutePath(RelativePath) - Constructor for class org.apache.taglibs.standard.extra.spath.AbsolutePath
-
Constructs a new AbsolutePath object based on a RelativePath.
- absolutePath() - Method in class org.apache.taglibs.standard.extra.spath.SPathParser
-
- AbsoluteTimeDateFormat - Class in org.apache.log4j.helpers
-
Formats a
Date
in the format "HH:mm:ss,SSS" for example,
"15:49:37,459".
- AbsoluteTimeDateFormat() - Constructor for class org.apache.log4j.helpers.AbsoluteTimeDateFormat
-
- AbsoluteTimeDateFormat(TimeZone) - Constructor for class org.apache.log4j.helpers.AbsoluteTimeDateFormat
-
- absolutize(URI) - Method in class org.apache.xerces.util.URI
-
Absolutize URI with given base URI.
- absolutizeAgainstUserDir(URI) - Static method in class org.apache.xerces.impl.XMLEntityManager
-
Absolutizes a URI using the current value
of the "user.dir" property as the base URI.
- AbsPathChecker - Class in org.apache.xalan.templates
-
This class runs over a path expression that is assumed to be absolute, and
checks for variables and the like that may make it context dependent.
- AbsPathChecker() - Constructor for class org.apache.xalan.templates.AbsPathChecker
-
- abstract_base_values - Variable in class org.jboss.com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription
-
- ABSTRACT_FROM_NON_ABSTRACT - Static variable in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- AbstractAnonymousFactory - Class in org.jboss.sasl.anonymous
-
A base class for the anonymous factories to verify from the properties supplied if anonymous
can be used.
- AbstractAnonymousFactory() - Constructor for class org.jboss.sasl.anonymous.AbstractAnonymousFactory
-
Construct a new instance.
- AbstractAnsiTrimEmulationFunction - Class in org.hibernate.dialect.function
-
A
SQLFunction
providing support for implementing TRIM functionality
(as defined by both the ANSI SQL and JPA specs) in cases where the dialect may not support the full
trim
function itself.
- AbstractAnsiTrimEmulationFunction() - Constructor for class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
-
- AbstractAttribute - Class in org.dom4j.tree
-
AbstractNamespace
is an abstract base class for tree
implementors to use for implementation inheritence.
- AbstractAttribute() - Constructor for class org.dom4j.tree.AbstractAttribute
-
- AbstractAttribute<X,Y> - Class in org.hibernate.ejb.metamodel
-
Models the commonality of the JPA
Attribute
hierarchy.
- AbstractAttribute(String, Class<Y>, AbstractManagedType<X>, Member, Attribute.PersistentAttributeType) - Constructor for class org.hibernate.ejb.metamodel.AbstractAttribute
-
- AbstractAttributeBinding - Class in org.hibernate.metamodel.binding
-
- AbstractAttributeBinding(AttributeBindingContainer, Attribute) - Constructor for class org.hibernate.metamodel.binding.AbstractAttributeBinding
-
- AbstractAttributeContainer - Class in org.hibernate.metamodel.domain
-
- AbstractAttributeContainer(String, String, Value<Class<?>>, Hierarchical) - Constructor for class org.hibernate.metamodel.domain.AbstractAttributeContainer
-
- AbstractAttributeContainer.IndexedPluralAttributeImpl - Class in org.hibernate.metamodel.domain
-
- AbstractAttributeContainer.IndexedPluralAttributeImpl(String, PluralAttributeNature, AttributeContainer) - Constructor for class org.hibernate.metamodel.domain.AbstractAttributeContainer.IndexedPluralAttributeImpl
-
- AbstractAttributeContainer.PluralAttributeImpl - Class in org.hibernate.metamodel.domain
-
- AbstractAttributeContainer.PluralAttributeImpl(String, PluralAttributeNature, AttributeContainer) - Constructor for class org.hibernate.metamodel.domain.AbstractAttributeContainer.PluralAttributeImpl
-
- AbstractAttributeContainer.SingularAttributeImpl - Class in org.hibernate.metamodel.domain
-
- AbstractAttributeContainer.SingularAttributeImpl(String, AttributeContainer) - Constructor for class org.hibernate.metamodel.domain.AbstractAttributeContainer.SingularAttributeImpl
-
- AbstractAttributeTypeResolver - Class in org.hibernate.metamodel.source.annotations.attribute.type
-
- AbstractAttributeTypeResolver() - Constructor for class org.hibernate.metamodel.source.annotations.attribute.type.AbstractAttributeTypeResolver
-
- AbstractAuditQuery - Class in org.hibernate.envers.query.impl
-
- AbstractAuditQuery(AuditConfiguration, AuditReaderImplementor, Class<?>) - Constructor for class org.hibernate.envers.query.impl.AbstractAuditQuery
-
- AbstractAuditQuery(AuditConfiguration, AuditReaderImplementor, Class<?>, String) - Constructor for class org.hibernate.envers.query.impl.AbstractAuditQuery
-
- AbstractAuditWorkUnit - Class in org.hibernate.envers.synchronization.work
-
- AbstractAuditWorkUnit(SessionImplementor, String, AuditConfiguration, Serializable, RevisionType) - Constructor for class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
-
- AbstractAuxiliaryDatabaseObject - Class in org.hibernate.mapping
-
- AbstractAuxiliaryDatabaseObject() - Constructor for class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
-
- AbstractAuxiliaryDatabaseObject(HashSet) - Constructor for class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
-
- AbstractAuxiliaryDatabaseObject - Class in org.hibernate.metamodel.relational
-
- AbstractAuxiliaryDatabaseObject(Set<String>) - Constructor for class org.hibernate.metamodel.relational.AbstractAuxiliaryDatabaseObject
-
- AbstractBatchImpl - Class in org.hibernate.engine.jdbc.batch.internal
-
Convenience base class for implementers of the Batch interface.
- AbstractBatchImpl(BatchKey, JdbcCoordinator) - Constructor for class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
-
- AbstractBranch - Class in org.dom4j.tree
-
AbstractBranch
is an abstract base class for tree implementors
to use for implementation inheritence.
- AbstractBranch() - Constructor for class org.dom4j.tree.AbstractBranch
-
- AbstractBynaryType - Class in org.hibernate.type
-
- AbstractBynaryType() - Constructor for class org.hibernate.type.AbstractBynaryType
-
Deprecated.
- AbstractCacheLoader - Class in org.infinispan.loaders
-
An abstract
CacheLoader
that holds common implementations for some methods
- AbstractCacheLoader() - Constructor for class org.infinispan.loaders.AbstractCacheLoader
-
- AbstractCacheLoaderConfig - Class in org.infinispan.loaders
-
Abstract base class for CacheLoaderConfigs.
- AbstractCacheLoaderConfig() - Constructor for class org.infinispan.loaders.AbstractCacheLoaderConfig
-
- AbstractCacheStore - Class in org.infinispan.loaders
-
An abstract
CacheStore
that holds common implementations for some methods
- AbstractCacheStore() - Constructor for class org.infinispan.loaders.AbstractCacheStore
-
- AbstractCacheStoreConfig - Class in org.infinispan.loaders
-
- AbstractCacheStoreConfig() - Constructor for class org.infinispan.loaders.AbstractCacheStoreConfig
-
- AbstractCacheTransaction - Class in org.infinispan.transaction
-
Base class for local and remote transaction.
- AbstractCacheTransaction(GlobalTransaction, int) - Constructor for class org.infinispan.transaction.AbstractCacheTransaction
-
- AbstractCDATA - Class in org.dom4j.tree
-
AbstractCDATA
is an abstract base class for tree implementors
to use for implementation inheritence.
- AbstractCDATA() - Constructor for class org.dom4j.tree.AbstractCDATA
-
- AbstractCharacterData - Class in org.dom4j.tree
-
AbstractCharacterData
is an abstract base class for tree
implementors to use for implementation inheritence.
- AbstractCharacterData() - Constructor for class org.dom4j.tree.AbstractCharacterData
-
- AbstractCharArrayType - Class in org.hibernate.type
-
- AbstractCharArrayType() - Constructor for class org.hibernate.type.AbstractCharArrayType
-
Deprecated.
- AbstractClassFactory<T> - Class in org.jboss.invocation.proxy
-
Base class for all class factories.
- AbstractClassFactory(String, Class<T>, ClassLoader, ProtectionDomain) - Constructor for class org.jboss.invocation.proxy.AbstractClassFactory
-
Construct a new instance.
- AbstractClassFactory(String, Class<T>, ClassLoader) - Constructor for class org.jboss.invocation.proxy.AbstractClassFactory
-
Construct a new instance with a null
protection domain.
- AbstractClassFactory(String, Class<T>) - Constructor for class org.jboss.invocation.proxy.AbstractClassFactory
-
Construct a new instance with a null
protection domain.
- AbstractClassResolver - Class in org.jboss.marshalling
-
A base implementation of ClassResolver
which simply resolves the class
against a classloader which is specified by the subclass implementation.
- AbstractClassResolver() - Constructor for class org.jboss.marshalling.AbstractClassResolver
-
Construct a new instance.
- AbstractClassResolver(boolean) - Constructor for class org.jboss.marshalling.AbstractClassResolver
-
Construct a new instance.
- AbstractClassTransformerImpl - Class in org.hibernate.bytecode.spi
-
- AbstractClassTransformerImpl(ClassFilter, FieldFilter) - Constructor for class org.hibernate.bytecode.spi.AbstractClassTransformerImpl
-
- AbstractCollectionElement - Class in org.hibernate.metamodel.binding
-
Basic contract describing the commonality between the various types of collection element mappings.
- AbstractCollectionEvent - Class in org.hibernate.event.spi
-
Defines a base class for events involving collections.
- AbstractCollectionEvent(CollectionPersister, PersistentCollection, EventSource, Object, Serializable) - Constructor for class org.hibernate.event.spi.AbstractCollectionEvent
-
Constructs an AbstractCollectionEvent object.
- AbstractCollectionInitializor<T> - Class in org.hibernate.envers.entities.mapper.relation.lazy.initializor
-
Initializes a persistent collection.
- AbstractCollectionInitializor(AuditConfiguration, AuditReaderImplementor, RelationQueryGenerator, Object, Number) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
-
- AbstractCollectionMapper<T> - Class in org.hibernate.envers.entities.mapper.relation
-
- AbstractCollectionMapper(CommonCollectionMapperData, Class<? extends T>, Class<? extends T>) - Constructor for class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
-
- AbstractCollectionPersister - Class in org.hibernate.persister.collection
-
Base implementation of the QueryableCollection interface.
- AbstractCollectionPersister(Collection, CollectionRegionAccessStrategy, Configuration, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.AbstractCollectionPersister
-
- AbstractComment - Class in org.dom4j.tree
-
AbstractComment
is an abstract base class for tree
implementors to use for implementation inheritence.
- AbstractComment() - Constructor for class org.dom4j.tree.AbstractComment
-
- AbstractComponentFactory - Class in org.infinispan.factories
-
Factory that creates components used internally within Infinispan, and also wires dependencies into the components.
- AbstractComponentFactory() - Constructor for class org.infinispan.factories.AbstractComponentFactory
-
Constructs a new ComponentFactory.
- AbstractComponentRegistry - Class in org.infinispan.factories
-
A registry where components which have been created are stored.
- AbstractComponentRegistry(ClassLoader) - Constructor for class org.infinispan.factories.AbstractComponentRegistry
-
- AbstractComponentRegistry.Component - Class in org.infinispan.factories
-
A wrapper representing a component in the registry
- AbstractComponentRegistry.Component() - Constructor for class org.infinispan.factories.AbstractComponentRegistry.Component
-
- AbstractComponentTuplizer - Class in org.hibernate.tuple.component
-
Support for tuplizers relating to components.
- AbstractComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- AbstractComponentType - Interface in org.hibernate.type
-
- AbstractCompositeIdMapper - Class in org.hibernate.envers.entities.mapper.id
-
- AbstractCompositeIdMapper(String) - Constructor for class org.hibernate.envers.entities.mapper.id.AbstractCompositeIdMapper
-
- AbstractConfiguration - Class in org.apache.commons.configuration
-
Abstract configuration class.
- AbstractConfiguration() - Constructor for class org.apache.commons.configuration.AbstractConfiguration
-
Creates a new instance of AbstractConfiguration
.
- AbstractConfigurationBean - Class in org.infinispan.config
-
Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is
started.
- AbstractConfigurationBean() - Constructor for class org.infinispan.config.AbstractConfigurationBean
-
- AbstractConfigurationBeanVisitor - Class in org.infinispan.config
-
AbstractConfigurationBeanVisitor is a convenience super class for ConfigurationBeanVisitor
classes.
- AbstractConfigurationBeanVisitor() - Constructor for class org.infinispan.config.AbstractConfigurationBeanVisitor
-
- AbstractConnectionMap<V extends Connection> - Class in org.jgroups.blocks
-
- AbstractConnectionMap(ThreadFactory) - Constructor for class org.jgroups.blocks.AbstractConnectionMap
-
- AbstractConnectionMap(ThreadFactory, long) - Constructor for class org.jgroups.blocks.AbstractConnectionMap
-
- AbstractConnectionMap.ConnectionMapListener<V> - Interface in org.jgroups.blocks
-
- AbstractConsistentHash - Class in org.infinispan.distribution.ch
-
An abstract consistent hash implementation that handles common implementations of certain methods.
- AbstractConsistentHash() - Constructor for class org.infinispan.distribution.ch.AbstractConsistentHash
-
- AbstractConstraint - Class in org.hibernate.metamodel.relational
-
- AbstractConstraint(TableSpecification, String) - Constructor for class org.hibernate.metamodel.relational.AbstractConstraint
-
- AbstractControl - Class in org.hornetq.core.management.impl
-
A AbstractControl
- AbstractControl(Class<?>, StorageManager) - Constructor for class org.hornetq.core.management.impl.AbstractControl
-
- AbstractConverter - Class in org.joda.time.convert
-
AbstractConverter simplifies the process of implementing a converter.
- AbstractConverter() - Constructor for class org.joda.time.convert.AbstractConverter
-
Restricted constructor.
- AbstractConvertingIoFuture<T,D> - Class in org.xnio
-
An IoFuture
implementation that wraps a different type of IoFuture
.
- AbstractConvertingIoFuture(IoFuture<? extends D>) - Constructor for class org.xnio.AbstractConvertingIoFuture
-
- AbstractCurrentSessionContext - Class in org.hibernate.context.spi
-
- AbstractCurrentSessionContext(SessionFactoryImplementor) - Constructor for class org.hibernate.context.spi.AbstractCurrentSessionContext
-
- AbstractCustomInterceptorsConfigurationChildBuilder<T> - Class in org.infinispan.configuration.cache
-
- AbstractCustomInterceptorsConfigurationChildBuilder(CustomInterceptorsConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractCustomInterceptorsConfigurationChildBuilder
-
- AbstractDataCommand - Class in org.infinispan.commands.read
-
- AbstractDataCommand(Object, Set<Flag>) - Constructor for class org.infinispan.commands.read.AbstractDataCommand
-
- AbstractDataCommand() - Constructor for class org.infinispan.commands.read.AbstractDataCommand
-
- AbstractDataSourceBasedMultiTenantConnectionProviderImpl - Class in org.hibernate.service.jdbc.connections.spi
-
- AbstractDataSourceBasedMultiTenantConnectionProviderImpl() - Constructor for class org.hibernate.service.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
-
- AbstractDataWriteCommand - Class in org.infinispan.commands.write
-
Stuff common to WriteCommands
- AbstractDataWriteCommand() - Constructor for class org.infinispan.commands.write.AbstractDataWriteCommand
-
- AbstractDataWriteCommand(Object, Set<Flag>) - Constructor for class org.infinispan.commands.write.AbstractDataWriteCommand
-
- AbstractDateTime - Class in org.joda.time.base
-
AbstractDateTime provides the common behaviour for datetime classes.
- AbstractDateTime() - Constructor for class org.joda.time.base.AbstractDateTime
-
Constructor.
- AbstractDateTimeDV - Class in org.apache.xerces.impl.dv.xs
-
This is the base class of all date/time datatype validators.
- AbstractDateTimeDV() - Constructor for class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- AbstractDecoratorConfigurationBean - Class in org.infinispan.loaders.decorators
-
Class to aid decorators to be able to fluently modify parent properties.
- AbstractDecoratorConfigurationBean() - Constructor for class org.infinispan.loaders.decorators.AbstractDecoratorConfigurationBean
-
- AbstractDelegateSessionImplementor - Class in org.hibernate.envers.entities.mapper.relation.lazy
-
- AbstractDelegateSessionImplementor(SessionImplementor) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- AbstractDelegatingAdvancedCache<K,V> - Class in org.infinispan
-
- AbstractDelegatingAdvancedCache(AdvancedCache<K, V>) - Constructor for class org.infinispan.AbstractDelegatingAdvancedCache
-
- AbstractDelegatingCache<K,V> - Class in org.infinispan
-
This is a convenient base class for implementing a cache delegate.
- AbstractDelegatingCache(Cache<K, V>) - Constructor for class org.infinispan.AbstractDelegatingCache
-
- AbstractDelegatingCacheImpl<K,V> - Class in org.infinispan
-
- AbstractDelegatingCacheImpl(AdvancedCache<K, V>) - Constructor for class org.infinispan.AbstractDelegatingCacheImpl
-
- AbstractDelegatingEmbeddedCacheManager - Class in org.infinispan.manager
-
This is a convenient base class for implementing a cache manager delegate.
- AbstractDelegatingEmbeddedCacheManager(EmbeddedCacheManager) - Constructor for class org.infinispan.manager.AbstractDelegatingEmbeddedCacheManager
-
- AbstractDelegatingMarshaller - Class in org.infinispan.marshall
-
With the introduction of global and cache marshallers, there's a need to
separate marshallers but still rely on the same marshalling backend as
previously.
- AbstractDelegatingMarshaller() - Constructor for class org.infinispan.marshall.AbstractDelegatingMarshaller
-
- AbstractDelegatingStore - Class in org.infinispan.loaders.decorators
-
Simple delegate that delegates all calls.
- AbstractDelegatingStore(CacheStore) - Constructor for class org.infinispan.loaders.decorators.AbstractDelegatingStore
-
- AbstractDialectResolver - Class in org.hibernate.service.jdbc.dialect.internal
-
- AbstractDialectResolver() - Constructor for class org.hibernate.service.jdbc.dialect.internal.AbstractDialectResolver
-
- AbstractDigestMD5Factory - Class in org.jboss.sasl.digest
-
The abstract factory for the digest SASL mechanisms.
- AbstractDigestMD5Factory() - Constructor for class org.jboss.sasl.digest.AbstractDigestMD5Factory
-
Construct a new instance.
- AbstractDocument - Class in org.dom4j.tree
-
AbstractDocument
is an abstract base class for tree
implementors to use for implementation inheritence.
- AbstractDocument() - Constructor for class org.dom4j.tree.AbstractDocument
-
- AbstractDocumentType - Class in org.dom4j.tree
-
AbstractDocumentType
is an abstract base class for tree
implementors to use for implementation inheritence.
- AbstractDocumentType() - Constructor for class org.dom4j.tree.AbstractDocumentType
-
- AbstractDOMAdapter - Class in org.jdom.adapters
-
A DOMAdapter utility abstract base class.
- AbstractDOMAdapter() - Constructor for class org.jdom.adapters.AbstractDOMAdapter
-
- AbstractDOMParser - Class in org.apache.xerces.parsers
-
This is the base class of all DOM parsers.
- AbstractDOMParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.AbstractDOMParser
-
Default constructor.
- AbstractDuration - Class in org.joda.time.base
-
AbstractDuration provides the common behaviour for duration classes.
- AbstractDuration() - Constructor for class org.joda.time.base.AbstractDuration
-
Constructor.
- AbstractDynamicMBean - Class in org.apache.log4j.jmx
-
- AbstractDynamicMBean() - Constructor for class org.apache.log4j.jmx.AbstractDynamicMBean
-
- AbstractElement - Class in org.dom4j.tree
-
AbstractElement
is an abstract base class for tree
implementors to use for implementation inheritence.
- AbstractElement() - Constructor for class org.dom4j.tree.AbstractElement
-
- AbstractEmptinessExpression - Class in org.hibernate.criterion
-
Implementation of AbstractEmptinessExpression.
- AbstractEmptinessExpression(String) - Constructor for class org.hibernate.criterion.AbstractEmptinessExpression
-
- AbstractEnlistmentAdapter - Class in org.infinispan.transaction
-
Base class for both Sync and XAResource enlistment adapters.
- AbstractEnlistmentAdapter(CacheTransaction, CommandsFactory, RpcManager, TransactionTable, ClusteringDependentLogic, Configuration) - Constructor for class org.infinispan.transaction.AbstractEnlistmentAdapter
-
- AbstractEnlistmentAdapter(CommandsFactory, RpcManager, TransactionTable, ClusteringDependentLogic, Configuration) - Constructor for class org.infinispan.transaction.AbstractEnlistmentAdapter
-
- AbstractEntity - Class in org.dom4j.tree
-
AbstractEntity
is an abstract base class for tree implementors
to use for implementation inheritence.
- AbstractEntity() - Constructor for class org.dom4j.tree.AbstractEntity
-
- AbstractEntityInsertAction - Class in org.hibernate.action.internal
-
A base class for entity insert actions.
- AbstractEntityInsertAction(Serializable, Object[], Object, boolean, EntityPersister, SessionImplementor) - Constructor for class org.hibernate.action.internal.AbstractEntityInsertAction
-
Constructs an AbstractEntityInsertAction object.
- AbstractEntityJoinWalker - Class in org.hibernate.loader
-
Abstract walker for walkers which begin at an entity (criteria
queries and entity loaders).
- AbstractEntityJoinWalker(OuterJoinLoadable, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.AbstractEntityJoinWalker
-
- AbstractEntityJoinWalker(OuterJoinLoadable, SessionFactoryImplementor, LoadQueryInfluencers, String) - Constructor for class org.hibernate.loader.AbstractEntityJoinWalker
-
- AbstractEntityLoader - Class in org.hibernate.loader.entity
-
- AbstractEntityLoader(OuterJoinLoadable, Type, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.AbstractEntityLoader
-
- AbstractEntityManagerImpl - Class in org.hibernate.ejb
-
- AbstractEntityManagerImpl(EntityManagerFactoryImpl, PersistenceContextType, PersistenceUnitTransactionType, Map) - Constructor for class org.hibernate.ejb.AbstractEntityManagerImpl
-
- AbstractEntityManagerImpl.TupleBuilderTransformer - Class in org.hibernate.ejb
-
- AbstractEntityManagerImpl.TupleBuilderTransformer(Query) - Constructor for class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer
-
- AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl<X> - Class in org.hibernate.ejb
-
- AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl(int, String, Type) - Constructor for class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl
-
- AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl - Class in org.hibernate.ejb
-
- AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl(Object[]) - Constructor for class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
-
- AbstractEntityPersister - Class in org.hibernate.persister.entity
-
Basic functionality for persisting an entity via JDBC
through either generated or custom SQL
- AbstractEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.AbstractEntityPersister
-
- AbstractEntityPersister(EntityBinding, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.AbstractEntityPersister
-
- AbstractEntityPersister.InclusionChecker - Interface in org.hibernate.persister.entity
-
- AbstractEntitySourceImpl - Class in org.hibernate.metamodel.source.hbm
-
- AbstractEntitySourceImpl(MappingDocument, EntityElement) - Constructor for class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
-
- AbstractEntityTuplizer - Class in org.hibernate.tuple.entity
-
Support for tuplizers relating to entities.
- AbstractEntityTuplizer(EntityMetamodel, PersistentClass) - Constructor for class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
Constructs a new AbstractEntityTuplizer instance.
- AbstractEntityTuplizer(EntityMetamodel, EntityBinding) - Constructor for class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
Constructs a new AbstractEntityTuplizer instance.
- AbstractEvent - Class in org.hibernate.event.spi
-
Defines a base class for Session generated events.
- AbstractEvent(EventSource) - Constructor for class org.hibernate.event.spi.AbstractEvent
-
Constructs an event from the given event session.
- AbstractExplicitParameterSpecification - Class in org.hibernate.param
-
Convenience base class for explicitly defined query parameters.
- AbstractExplicitParameterSpecification(int, int) - Constructor for class org.hibernate.param.AbstractExplicitParameterSpecification
-
Constructs an AbstractExplicitParameterSpecification.
- AbstractExternalizer<T> - Class in org.infinispan.marshall
-
Base class for
AdvancedExternalizer
implementations that offers default
implementations for some of its methods.
- AbstractExternalizer() - Constructor for class org.infinispan.marshall.AbstractExternalizer
-
- AbstractExternalizer - Class in org.jboss.marshalling
-
An externalizer base class which handles object creation in a default fashion.
- AbstractExternalizer() - Constructor for class org.jboss.marshalling.AbstractExternalizer
-
- AbstractFieldInterceptor - Class in org.hibernate.bytecode.instrumentation.spi
-
- AbstractFieldInterceptor(SessionImplementor, Set, String) - Constructor for class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
-
- AbstractFileConfiguration - Class in org.apache.commons.configuration
-
Partial implementation of the FileConfiguration
interface.
- AbstractFileConfiguration() - Constructor for class org.apache.commons.configuration.AbstractFileConfiguration
-
Default constructor
- AbstractFileConfiguration(String) - Constructor for class org.apache.commons.configuration.AbstractFileConfiguration
-
Creates and loads the configuration from the specified file.
- AbstractFileConfiguration(File) - Constructor for class org.apache.commons.configuration.AbstractFileConfiguration
-
Creates and loads the configuration from the specified file.
- AbstractFileConfiguration(URL) - Constructor for class org.apache.commons.configuration.AbstractFileConfiguration
-
Creates and loads the configuration from the specified URL.
- AbstractFileLookup - Class in org.infinispan.util
-
- AbstractFileLookup() - Constructor for class org.infinispan.util.AbstractFileLookup
-
- AbstractFilter - Class in org.jdom.filter
-
Partial implementation of
Filter
.
- AbstractFilter() - Constructor for class org.jdom.filter.AbstractFilter
-
- AbstractFlagAffectedCommand - Class in org.infinispan.commands
-
Base class for those commands that can carry flags.
- AbstractFlagAffectedCommand() - Constructor for class org.infinispan.commands.AbstractFlagAffectedCommand
-
- AbstractFlushingEventListener - Class in org.hibernate.event.internal
-
A convenience base class for listeners whose functionality results in flushing.
- AbstractFlushingEventListener() - Constructor for class org.hibernate.event.internal.AbstractFlushingEventListener
-
- AbstractFromImpl<Z,X> - Class in org.hibernate.ejb.criteria.path
-
Convenience base class for various
From
implementors.
- AbstractFromImpl(CriteriaBuilderImpl, Class<X>) - Constructor for class org.hibernate.ejb.criteria.path.AbstractFromImpl
-
- AbstractFromImpl(CriteriaBuilderImpl, Class<X>, PathSource) - Constructor for class org.hibernate.ejb.criteria.path.AbstractFromImpl
-
- AbstractFromImpl.BasicJoinScope - Class in org.hibernate.ejb.criteria.path
-
- AbstractFromImpl.BasicJoinScope() - Constructor for class org.hibernate.ejb.criteria.path.AbstractFromImpl.BasicJoinScope
-
- AbstractFromImpl.CorrelationJoinScope - Class in org.hibernate.ejb.criteria.path
-
- AbstractFromImpl.CorrelationJoinScope() - Constructor for class org.hibernate.ejb.criteria.path.AbstractFromImpl.CorrelationJoinScope
-
- AbstractFromImpl.JoinScope<X> - Interface in org.hibernate.ejb.criteria.path
-
Helper contract used to define who/what keeps track of joins and fetches made from this FROM.
- abstractFromNonAbstract(CompletionStatus, Throwable) - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- abstractFromNonAbstract(CompletionStatus) - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- abstractFromNonAbstract(Throwable) - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- abstractFromNonAbstract() - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- AbstractHandleableCloseable<T extends HandleableCloseable<T>> - Class in org.jboss.remoting3.spi
-
A basic implementation of a closeable resource.
- AbstractHandleableCloseable(Executor) - Constructor for class org.jboss.remoting3.spi.AbstractHandleableCloseable
-
Basic constructor.
- AbstractHandleableCloseable(Executor, boolean) - Constructor for class org.jboss.remoting3.spi.AbstractHandleableCloseable
-
Basic constructor.
- AbstractHierarchicalFileConfiguration - Class in org.apache.commons.configuration
-
Base class for implementing file based hierarchical configurations.
- AbstractHierarchicalFileConfiguration() - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
Creates a new instance of
AbstractHierarchicalFileConfiguration
.
- AbstractHierarchicalFileConfiguration(HierarchicalConfiguration) - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
Creates a new instance of
AbstractHierarchicalFileConfiguration
and copies the
content of the specified configuration into this object.
- AbstractHierarchicalFileConfiguration(String) - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
Creates and loads the configuration from the specified file.
- AbstractHierarchicalFileConfiguration(File) - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
Creates and loads the configuration from the specified file.
- AbstractHierarchicalFileConfiguration(URL) - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
Creates and loads the configuration from the specified URL.
- AbstractHierarchicalFileConfiguration.FileConfigurationDelegate - Class in org.apache.commons.configuration
-
A special implementation of the FileConfiguration
interface that is
used internally to implement the FileConfiguration
methods
for hierarchical configurations.
- AbstractHierarchicalFileConfiguration.FileConfigurationDelegate() - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
-
- AbstractIdentifiableType<X> - Class in org.hibernate.ejb.metamodel
-
- AbstractIdentifiableType(Class<X>, AbstractIdentifiableType<? super X>, boolean, boolean) - Constructor for class org.hibernate.ejb.metamodel.AbstractIdentifiableType
-
- AbstractIdentifiableType.Builder<X> - Interface in org.hibernate.ejb.metamodel
-
- AbstractIdMapper - Class in org.hibernate.envers.entities.mapper.id
-
- AbstractIdMapper() - Constructor for class org.hibernate.envers.entities.mapper.id.AbstractIdMapper
-
- AbstractInProcessFuture<V> - Class in org.infinispan.util.concurrent
-
An abstract Future that has "completed"
- AbstractInProcessFuture() - Constructor for class org.infinispan.util.concurrent.AbstractInProcessFuture
-
- AbstractInProcessNotifyingFuture<V> - Class in org.infinispan.util.concurrent
-
An abstract NotifyingFuture that has "completed"
- AbstractInProcessNotifyingFuture() - Constructor for class org.infinispan.util.concurrent.AbstractInProcessNotifyingFuture
-
- AbstractInstant - Class in org.joda.time.base
-
AbstractInstant provides the common behaviour for instant classes.
- AbstractInstant() - Constructor for class org.joda.time.base.AbstractInstant
-
Constructor.
- AbstractInstrumenter - Class in org.hibernate.bytecode.buildtime.spi
-
Provides the basic templating of how instrumentation should occur.
- AbstractInstrumenter(Logger, Instrumenter.Options) - Constructor for class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
-
Creates the basic instrumentation strategy.
- AbstractInstrumenter.CustomFieldFilter - Class in org.hibernate.bytecode.buildtime.spi
-
Allows control over what exactly to transform.
- AbstractInstrumenter.CustomFieldFilter(ClassDescriptor, Set) - Constructor for class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter.CustomFieldFilter
-
- AbstractInternalCacheEntry - Class in org.infinispan.container.entries
-
An abstract internal cache entry that is typically stored in the data container
- AbstractInternalCacheEntry() - Constructor for class org.infinispan.container.entries.AbstractInternalCacheEntry
-
- AbstractInternalCacheEntry(Object) - Constructor for class org.infinispan.container.entries.AbstractInternalCacheEntry
-
- AbstractInterval - Class in org.joda.time.base
-
AbstractInterval provides the common behaviour for time intervals.
- AbstractInterval() - Constructor for class org.joda.time.base.AbstractInterval
-
Constructor.
- AbstractInvocationContext - Class in org.infinispan.context.impl
-
Common features of transaction and invocation contexts
- AbstractInvocationContext() - Constructor for class org.infinispan.context.impl.AbstractInvocationContext
-
- AbstractInvocationContext.ContextFlag - Enum in org.infinispan.context.impl
-
- AbstractInvocationContextContainer - Class in org.infinispan.context
-
Base class for InvocationContextContainer implementations.
- AbstractInvocationContextContainer() - Constructor for class org.infinispan.context.AbstractInvocationContextContainer
-
- AbstractIoFuture<T> - Class in org.xnio
-
An abstract base class for IoFuture
objects.
- AbstractIoFuture() - Constructor for class org.xnio.AbstractIoFuture
-
Construct a new instance.
- AbstractJarVisitor - Class in org.hibernate.ejb.packaging
-
Parse a JAR of any form (zip file, exploded directory, ...)
apply a set of filters (File filter, Class filter, Package filter)
and return the appropriate matching sets of elements
- AbstractJarVisitor(String, Filter[]) - Constructor for class org.hibernate.ejb.packaging.AbstractJarVisitor
-
- AbstractJarVisitor(URL, Filter[]) - Constructor for class org.hibernate.ejb.packaging.AbstractJarVisitor
-
- AbstractJBossMarshaller - Class in org.infinispan.marshall.jboss
-
Common parent for both embedded and standalone JBoss Marshalling-based marshallers.
- AbstractJBossMarshaller() - Constructor for class org.infinispan.marshall.jboss.AbstractJBossMarshaller
-
- AbstractJBossMarshaller.DebuggingExceptionListener - Class in org.infinispan.marshall.jboss
-
- AbstractJBossMarshaller.DebuggingExceptionListener() - Constructor for class org.infinispan.marshall.jboss.AbstractJBossMarshaller.DebuggingExceptionListener
-
- AbstractJmxRegistration - Class in org.infinispan.jmx
-
Parent class for top level JMX component registration.
- AbstractJmxRegistration() - Constructor for class org.infinispan.jmx.AbstractJmxRegistration
-
- AbstractJoinImpl<Z,X> - Class in org.hibernate.ejb.criteria.path
-
TODO : javadoc
- AbstractJoinImpl(CriteriaBuilderImpl, PathSource<Z>, Attribute<? super Z, X>, JoinType) - Constructor for class org.hibernate.ejb.criteria.path.AbstractJoinImpl
-
- AbstractJoinImpl(CriteriaBuilderImpl, Class<X>, PathSource<Z>, Attribute<? super Z, ?>, JoinType) - Constructor for class org.hibernate.ejb.criteria.path.AbstractJoinImpl
-
- AbstractJournalUpdateTask - Class in org.hornetq.core.journal.impl
-
Super class for Journal maintenances such as clean up and Compactor
- AbstractJournalUpdateTask(SequentialFileFactory, JournalImpl, JournalFilesRepository, Set<Long>, long) - Constructor for class org.hornetq.core.journal.impl.AbstractJournalUpdateTask
-
- AbstractJtaPlatform - Class in org.hibernate.service.jta.platform.internal
-
- AbstractJtaPlatform() - Constructor for class org.hibernate.service.jta.platform.internal.AbstractJtaPlatform
-
- AbstractLazyInitializer - Class in org.hibernate.proxy
-
Convenience base class for lazy initialization handlers.
- AbstractLazyInitializer() - Constructor for class org.hibernate.proxy.AbstractLazyInitializer
-
For serialization from the non-pojo initializers (HHH-3309)
- AbstractLazyInitializer(String, Serializable, SessionImplementor) - Constructor for class org.hibernate.proxy.AbstractLazyInitializer
-
Main constructor.
- AbstractListenerImpl - Class in org.infinispan.notifications
-
- AbstractListenerImpl() - Constructor for class org.infinispan.notifications.AbstractListenerImpl
-
- AbstractListenerImpl.ListenerInvocation - Class in org.infinispan.notifications
-
Class that encapsulates a valid invocation for a given registered listener - containing a reference to the method
to be invoked as well as the target object.
- AbstractListenerImpl.ListenerInvocation(Object, Method, boolean) - Constructor for class org.infinispan.notifications.AbstractListenerImpl.ListenerInvocation
-
- AbstractLoaderConfiguration - Class in org.infinispan.configuration.cache
-
- AbstractLoaderConfigurationBuilder<T extends AbstractLoaderConfiguration> - Class in org.infinispan.configuration.cache
-
- AbstractLoaderConfigurationBuilder(LoadersConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractLoaderConfigurationBuilder
-
- AbstractLoaderConfigurationChildBuilder<T> - Class in org.infinispan.configuration.cache
-
- AbstractLoadersConfigurationChildBuilder<T> - Class in org.infinispan.configuration.cache
-
- AbstractLoadersConfigurationChildBuilder(LoadersConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractLoadersConfigurationChildBuilder
-
- AbstractLobCreator - Class in org.hibernate.engine.jdbc
-
Convenient base class for proxy-based LobCreator for handling wrapping.
- AbstractLobCreator() - Constructor for class org.hibernate.engine.jdbc.AbstractLobCreator
-
- AbstractLobType - Class in org.hibernate.type
-
Deprecated.
- AbstractLobType() - Constructor for class org.hibernate.type.AbstractLobType
-
Deprecated.
- AbstractLocalCommand - Class in org.infinispan.commands.read
-
Abstract class
- AbstractLocalCommand() - Constructor for class org.infinispan.commands.read.AbstractLocalCommand
-
- AbstractLocalURLStreamHandler - Class in org.jboss.vfs.protocol
-
Abstract URLStreamHandler that can be used as a base for other URLStreamHandlers that
require the URL to be local.
- AbstractLocalURLStreamHandler() - Constructor for class org.jboss.vfs.protocol.AbstractLocalURLStreamHandler
-
- AbstractLockContainer<L extends Lock> - Class in org.infinispan.util.concurrent.locks.containers
-
- AbstractLockContainer() - Constructor for class org.infinispan.util.concurrent.locks.containers.AbstractLockContainer
-
- AbstractLockingInterceptor - Class in org.infinispan.interceptors.locking
-
Base class for various locking interceptors in this package.
- AbstractLockingInterceptor() - Constructor for class org.infinispan.interceptors.locking.AbstractLockingInterceptor
-
- AbstractLockSupportCacheStoreConfiguration - Class in org.infinispan.configuration.cache
-
Lock supporting cache store configuration.
- AbstractLockUpgradeEventListener - Class in org.hibernate.event.internal
-
A convenience base class for listeners that respond to requests to perform a
pessimistic lock upgrade on an entity.
- AbstractLockUpgradeEventListener() - Constructor for class org.hibernate.event.internal.AbstractLockUpgradeEventListener
-
- AbstractLongBinaryType - Class in org.hibernate.type
-
- AbstractLongBinaryType() - Constructor for class org.hibernate.type.AbstractLongBinaryType
-
Deprecated.
- AbstractLongStringType - Class in org.hibernate.type
-
- AbstractLongStringType() - Constructor for class org.hibernate.type.AbstractLongStringType
-
Deprecated.
- AbstractManagedType<X> - Class in org.hibernate.ejb.metamodel
-
Defines commonality for the JPA
ManagedType
hierarchy of interfaces.
- AbstractManagedType(Class<X>, AbstractManagedType<? super X>) - Constructor for class org.hibernate.ejb.metamodel.AbstractManagedType
-
- AbstractManagedType.Builder<X> - Interface in org.hibernate.ejb.metamodel
-
- AbstractMap<K,V> - Class in org.infinispan.util
-
Similar to the JDK's AbstractMap, this provides common functionality for custom map implementations.
- AbstractMap() - Constructor for class org.infinispan.util.AbstractMap
-
- AbstractMap.SimpleEntry<K,V> - Class in org.infinispan.util
-
- AbstractMapComponentNode - Class in org.hibernate.hql.internal.ast.tree
-
TODO : javadoc
- AbstractMapComponentNode() - Constructor for class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
-
- AbstractMarshaller - Class in org.infinispan.marshall
-
Abstract Marshaller implementation containing shared implementations.
- AbstractMarshaller() - Constructor for class org.infinispan.marshall.AbstractMarshaller
-
- AbstractMarshaller - Class in org.jboss.marshalling
-
An abstract implementation of the Marshaller
interface.
- AbstractMarshaller(AbstractMarshallerFactory, MarshallingConfiguration) - Constructor for class org.jboss.marshalling.AbstractMarshaller
-
Construct a new marshaller instance.
- AbstractMarshallerFactory - Class in org.jboss.marshalling
-
An abstract implementation of the MarshallerFactory
interface.
- AbstractMarshallerFactory() - Constructor for class org.jboss.marshalling.AbstractMarshallerFactory
-
Construct a new marshaller factory instance.
- AbstractMarshallerImpl - Class in javax.xml.bind.helpers
-
Partial default Marshaller implementation.
- AbstractMarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- AbstractMetadataProvider - Class in org.picketlink.identity.federation.core.saml.md.providers
-
Abstract Metadata provider
- AbstractMetadataProvider() - Constructor for class org.picketlink.identity.federation.core.saml.md.providers.AbstractMetadataProvider
-
- AbstractModuleLifecycle - Class in org.infinispan.lifecycle
-
A default, no-op implementation of the
ModuleLifecycle
interface, designed for easy
extension.
- AbstractModuleLifecycle() - Constructor for class org.infinispan.lifecycle.AbstractModuleLifecycle
-
- AbstractMountOwner<T> - Class in org.jboss.vfs.util.automount
-
Abstract MountOwner used to wrap a real object as an owner.
- AbstractMountOwner(T) - Constructor for class org.jboss.vfs.util.automount.AbstractMountOwner
-
Construct with an object.
- AbstractMultiTenantConnectionProvider - Class in org.hibernate.service.jdbc.connections.spi
-
- AbstractMultiTenantConnectionProvider() - Constructor for class org.hibernate.service.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
-
- AbstractNamedCacheComponentFactory - Class in org.infinispan.factories
-
A component factory for creating components scoped per-cache.
- AbstractNamedCacheComponentFactory() - Constructor for class org.infinispan.factories.AbstractNamedCacheComponentFactory
-
- AbstractNamedCacheConfigurationBean - Class in org.infinispan.config
-
- AbstractNamedCacheConfigurationBean() - Constructor for class org.infinispan.config.AbstractNamedCacheConfigurationBean
-
- AbstractNode - Class in org.dom4j.tree
-
AbstractNode
is an abstract base class for tree implementors
to use for implementation inheritence.
- AbstractNode() - Constructor for class org.dom4j.tree.AbstractNode
-
- AbstractNode - Class in org.hibernate.ejb.criteria
-
All nodes in a criteria query tree will generally need access to the
CriteriaBuilderImpl
from which they
come.
- AbstractNode(CriteriaBuilderImpl) - Constructor for class org.hibernate.ejb.criteria.AbstractNode
-
- AbstractNullnessCheckNode - Class in org.hibernate.hql.internal.ast.tree
-
Base class for nodes dealing 'is null' and 'is not null' operators.
- AbstractNullnessCheckNode() - Constructor for class org.hibernate.hql.internal.ast.tree.AbstractNullnessCheckNode
-
- AbstractObjectInput - Class in org.jboss.marshalling
-
- AbstractObjectInput(int) - Constructor for class org.jboss.marshalling.AbstractObjectInput
-
- AbstractObjectOutput - Class in org.jboss.marshalling
-
An abstract object output implementation.
- AbstractObjectOutput(int) - Constructor for class org.jboss.marshalling.AbstractObjectOutput
-
Construct a new instance.
- AbstractOneToOneMapper - Class in org.hibernate.envers.entities.mapper.relation
-
Template class for property mappers that manage one-to-one relation.
- AbstractOneToOneMapper(String, String, PropertyData) - Constructor for class org.hibernate.envers.entities.mapper.relation.AbstractOneToOneMapper
-
- AbstractParser - Class in org.picketlink.identity.federation.core.parsers
-
Base class for parsers
- AbstractParser() - Constructor for class org.picketlink.identity.federation.core.parsers.AbstractParser
-
- AbstractPartial - Class in org.joda.time.base
-
AbstractPartial provides a standard base implementation of most methods
in the ReadablePartial interface.
- AbstractPartial() - Constructor for class org.joda.time.base.AbstractPartial
-
Constructor.
- AbstractPartialFieldProperty - Class in org.joda.time.field
-
AbstractPartialFieldProperty is a base class for binding a
ReadablePartial to a DateTimeField.
- AbstractPartialFieldProperty() - Constructor for class org.joda.time.field.AbstractPartialFieldProperty
-
Constructor.
- AbstractPathImpl<X> - Class in org.hibernate.ejb.criteria.path
-
Convenience base class for various
Path
implementors.
- AbstractPathImpl(CriteriaBuilderImpl, Class<X>, PathSource) - Constructor for class org.hibernate.ejb.criteria.path.AbstractPathImpl
-
Constructs a basic path instance.
- AbstractPatternVirtualFileFilter - Class in org.jboss.vfs.util
-
Regexp patter filter.
- AbstractPatternVirtualFileFilter(String) - Constructor for class org.jboss.vfs.util.AbstractPatternVirtualFileFilter
-
- AbstractPerEntryLockContainer<L extends Lock> - Class in org.infinispan.util.concurrent.locks.containers
-
An abstract lock container that creates and maintains a new lock per entry
- AbstractPerEntryLockContainer(int) - Constructor for class org.infinispan.util.concurrent.locks.containers.AbstractPerEntryLockContainer
-
- AbstractPeriod - Class in org.joda.time.base
-
AbstractPeriod provides the common behaviour for period classes.
- AbstractPeriod() - Constructor for class org.joda.time.base.AbstractPeriod
-
Constructor.
- AbstractPersistentCollection - Class in org.hibernate.collection.internal
-
- AbstractPersistentCollection() - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection
-
Not called by Hibernate, but used by non-JDK serialization,
eg.
- AbstractPersistentCollection(SessionImplementor) - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection
-
- AbstractPersistentCollection.DelayedOperation - Interface in org.hibernate.collection.internal
-
Contract for operations which are part of a collection's operation queue.
- AbstractPersistentCollection.IteratorProxy - Class in org.hibernate.collection.internal
-
- AbstractPersistentCollection.IteratorProxy(Iterator) - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection.IteratorProxy
-
- AbstractPersistentCollection.ListIteratorProxy - Class in org.hibernate.collection.internal
-
- AbstractPersistentCollection.ListIteratorProxy(ListIterator) - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
-
- AbstractPersistentCollection.ListProxy - Class in org.hibernate.collection.internal
-
- AbstractPersistentCollection.ListProxy(List) - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
-
- AbstractPersistentCollection.SetProxy - Class in org.hibernate.collection.internal
-
- AbstractPersistentCollection.SetProxy(Collection) - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
-
- AbstractPluralAttributeBinding - Class in org.hibernate.metamodel.binding
-
TODO : javadoc
- AbstractPluralAttributeBinding(AttributeBindingContainer, PluralAttribute, CollectionElementNature) - Constructor for class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
-
- AbstractPluralAttributeSourceImpl - Class in org.hibernate.metamodel.source.hbm
-
- AbstractPluralAttributeSourceImpl(PluralAttributeElement, AttributeSourceContainer) - Constructor for class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
-
- AbstractPostInsertGenerator - Class in org.hibernate.id
-
- AbstractPostInsertGenerator() - Constructor for class org.hibernate.id.AbstractPostInsertGenerator
-
- AbstractPreDatabaseOperationEvent - Class in org.hibernate.event.spi
-
Represents an operation we are about to perform against the database.
- AbstractPreDatabaseOperationEvent(EventSource, Object, Serializable, EntityPersister) - Constructor for class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
-
Constructs an event containing the pertinent information.
- AbstractPredicateImpl - Class in org.hibernate.ejb.criteria.predicate
-
Basic template support for
Predicate
implementors providing
expression handling, negation and conjunction/disjunction handling.
- AbstractPredicateImpl(CriteriaBuilderImpl) - Constructor for class org.hibernate.ejb.criteria.predicate.AbstractPredicateImpl
-
- AbstractProcessingInstruction - Class in org.dom4j.tree
-
AbstractProcessingInstruction
is an abstract base class for
tree implementors to use for implementation inheritence.
- AbstractProcessingInstruction() - Constructor for class org.dom4j.tree.AbstractProcessingInstruction
-
- AbstractPropertyHolder - Class in org.hibernate.cfg
-
- AbstractPropertyHolder(String, PropertyHolder, XClass, Mappings) - Constructor for class org.hibernate.cfg.AbstractPropertyHolder
-
- AbstractPropertyMapping - Class in org.hibernate.persister.entity
-
- AbstractPropertyMapping() - Constructor for class org.hibernate.persister.entity.AbstractPropertyMapping
-
- AbstractProxyFactory<T> - Class in org.jboss.invocation.proxy
-
A subclass factory specializing in proxy generation.
- AbstractProxyFactory(String, Class<T>, ClassLoader, ProtectionDomain, ReflectionMetadataSource) - Constructor for class org.jboss.invocation.proxy.AbstractProxyFactory
-
Construct a new instance.
- AbstractProxyHandler - Class in org.hibernate.engine.jdbc.internal.proxy
-
Basic support for building proxy handlers.
- AbstractProxyHandler(int) - Constructor for class org.hibernate.engine.jdbc.internal.proxy.AbstractProxyHandler
-
- AbstractQuery<T> - Interface in javax.persistence.criteria
-
The AbstractQuery
interface defines functionality that is common
to both top-level queries and subqueries.
- AbstractQueryImpl<X> - Class in org.hibernate.ejb
-
Intended as a base class providing convenience in implementing both
Query
and
TypedQuery
.
- AbstractQueryImpl(HibernateEntityManagerImplementor) - Constructor for class org.hibernate.ejb.AbstractQueryImpl
-
- AbstractQueryImpl - Class in org.hibernate.internal
-
Abstract implementation of the Query interface.
- AbstractQueryImpl(String, FlushMode, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.internal.AbstractQueryImpl
-
- AbstractReadableInstantFieldProperty - Class in org.joda.time.field
-
AbstractReadableInstantFieldProperty is a base class for binding a
ReadableInstant to a DateTimeField.
- AbstractReadableInstantFieldProperty() - Constructor for class org.joda.time.field.AbstractReadableInstantFieldProperty
-
Constructor.
- AbstractReassociateEventListener - Class in org.hibernate.event.internal
-
A convenience base class for listeners that respond to requests to reassociate an entity
to a session ( such as through lock() or update() ).
- AbstractReassociateEventListener() - Constructor for class org.hibernate.event.internal.AbstractReassociateEventListener
-
- AbstractRestrictableStatement - Class in org.hibernate.hql.internal.ast.tree
-
- AbstractRestrictableStatement() - Constructor for class org.hibernate.hql.internal.ast.tree.AbstractRestrictableStatement
-
- AbstractResultSetProxyHandler - Class in org.hibernate.engine.jdbc.internal.proxy
-
Basic support for building
ResultSet
-based proxy handlers
- AbstractResultSetProxyHandler(ResultSet) - Constructor for class org.hibernate.engine.jdbc.internal.proxy.AbstractResultSetProxyHandler
-
- AbstractReturningDelegate - Class in org.hibernate.id.insert
-
Abstract InsertGeneratedIdentifierDelegate implementation where the
underlying strategy causes the enerated identitifer to be returned as an
effect of performing the insert statement.
- AbstractReturningDelegate(PostInsertIdentityPersister) - Constructor for class org.hibernate.id.insert.AbstractReturningDelegate
-
- AbstractReturningWork<T> - Class in org.hibernate.jdbc
-
An abstract implementation of
ReturningWork
that accepts a
WorkExecutor
visitor for executing a discrete piece of work and returning a result.
- AbstractReturningWork() - Constructor for class org.hibernate.jdbc.AbstractReturningWork
-
- AbstractSAMLConfigurationProvider - Class in org.picketlink.identity.federation.web.config
-
An abstact class to hold the common functionality across providers
- AbstractSAMLConfigurationProvider() - Constructor for class org.picketlink.identity.federation.web.config.AbstractSAMLConfigurationProvider
-
- AbstractSaslClient - Class in org.jboss.sasl.util
-
A base class for SASL client implementations.
- AbstractSaslClient(String, String, String, CallbackHandler, String, boolean) - Constructor for class org.jboss.sasl.util.AbstractSaslClient
-
Construct a new instance.
- AbstractSaslFactory - Class in org.jboss.sasl.util
-
Abstract SASL factory base class.
- AbstractSaslFactory(String) - Constructor for class org.jboss.sasl.util.AbstractSaslFactory
-
Construct a new instance.
- AbstractSaslParticipant - Class in org.jboss.sasl.util
-
A common base class for SASL participants.
- AbstractSaslParticipant(String, String, String, CallbackHandler) - Constructor for class org.jboss.sasl.util.AbstractSaslParticipant
-
Construct a new instance.
- AbstractSaslServer - Class in org.jboss.sasl.util
-
A base class for SASL client implementations.
- AbstractSaslServer(String, String, String, CallbackHandler) - Constructor for class org.jboss.sasl.util.AbstractSaslServer
-
Construct a new instance.
- AbstractSaveEventListener - Class in org.hibernate.event.internal
-
A convenience bas class for listeners responding to save events.
- AbstractSaveEventListener() - Constructor for class org.hibernate.event.internal.AbstractSaveEventListener
-
- AbstractSaveEventListener.EntityState - Enum in org.hibernate.event.internal
-
- AbstractSAXParser - Class in org.apache.xerces.parsers
-
This is the base class of all SAX parsers.
- AbstractSAXParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.AbstractSAXParser
-
Default constructor.
- AbstractSAXParser.AttributesProxy - Class in org.apache.xerces.parsers
-
- AbstractSAXParser.AttributesProxy() - Constructor for class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- AbstractSAXParser.LocatorProxy - Class in org.apache.xerces.parsers
-
- AbstractSAXParser.LocatorProxy(XMLLocator) - Constructor for class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
-
Constructs an XML locator proxy.
- AbstractScrollableResults - Class in org.hibernate.internal
-
Implementation of the ScrollableResults interface
- AbstractScrollableResults(ResultSet, PreparedStatement, SessionImplementor, Loader, QueryParameters, Type[], HolderInstantiator) - Constructor for class org.hibernate.internal.AbstractScrollableResults
-
- AbstractSecurityTokenProvider - Class in org.picketlink.identity.federation.core.sts
-
Base Class for instances of SecurityTokenProvider
- AbstractSecurityTokenProvider() - Constructor for class org.picketlink.identity.federation.core.sts.AbstractSecurityTokenProvider
-
- AbstractSelectExpression - Class in org.hibernate.hql.internal.ast.tree
-
Partial implementation of SelectExpression for all the nodes that aren't constructors.
- AbstractSelectExpression() - Constructor for class org.hibernate.hql.internal.ast.tree.AbstractSelectExpression
-
- AbstractSelectingDelegate - Class in org.hibernate.id.insert
-
Abstract InsertGeneratedIdentifierDelegate implementation where the
underlying strategy requires an subsequent select after the insert
to determine the generated identifier.
- AbstractSelectingDelegate(PostInsertIdentityPersister) - Constructor for class org.hibernate.id.insert.AbstractSelectingDelegate
-
- AbstractSelectLockingStrategy - Class in org.hibernate.dialect.lock
-
Base
LockingStrategy
implementation to support implementations
based on issuing
SQL SELECT statements
- AbstractSelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
-
- AbstractSequentialFile - Class in org.hornetq.core.journal.impl
-
A AbstractSequentialFile
- AbstractSequentialFile(String, File, SequentialFileFactory, Executor) - Constructor for class org.hornetq.core.journal.impl.AbstractSequentialFile
-
- AbstractSequentialFile.DelegateCallback - Class in org.hornetq.core.journal.impl
-
- AbstractSequentialFile.LocalBufferObserver - Class in org.hornetq.core.journal.impl
-
- AbstractSequentialFile.LocalBufferObserver() - Constructor for class org.hornetq.core.journal.impl.AbstractSequentialFile.LocalBufferObserver
-
- AbstractSequentialFileFactory - Class in org.hornetq.core.journal.impl
-
An abstract SequentialFileFactory containing basic functionality for both AIO and NIO SequentialFactories
- AbstractSequentialFileFactory(String, boolean, int, int, boolean, IOCriticalErrorListener) - Constructor for class org.hornetq.core.journal.impl.AbstractSequentialFileFactory
-
- AbstractSerializableProxy - Class in org.hibernate.proxy
-
Convenience base class for SerializableProxy.
- AbstractSerializableProxy() - Constructor for class org.hibernate.proxy.AbstractSerializableProxy
-
For serialization
- AbstractSerializableProxy(String, Serializable, Boolean) - Constructor for class org.hibernate.proxy.AbstractSerializableProxy
-
- AbstractService<T> - Class in org.jboss.msc.service
-
An abstract service class which provides default implementations.
- AbstractService() - Constructor for class org.jboss.msc.service.AbstractService
-
- AbstractServiceListener<S> - Class in org.jboss.msc.service
-
An abstract implementation of a service listener whose methods do nothing.
- AbstractServiceListener() - Constructor for class org.jboss.msc.service.AbstractServiceListener
-
- AbstractServiceRegistryImpl - Class in org.hibernate.service.internal
-
- AbstractServiceRegistryImpl() - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
-
- AbstractServiceRegistryImpl(ServiceRegistryImplementor) - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
-
- AbstractServiceRegistryImpl(BootstrapServiceRegistry) - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
-
- AbstractSessionImpl - Class in org.hibernate.internal
-
Functionality common to stateless and stateful sessions
- AbstractSessionImpl(SessionFactoryImpl, String) - Constructor for class org.hibernate.internal.AbstractSessionImpl
-
- AbstractSimplePredicate - Class in org.hibernate.ejb.criteria.predicate
-
TODO : javadoc
- AbstractSimplePredicate(CriteriaBuilderImpl) - Constructor for class org.hibernate.ejb.criteria.predicate.AbstractSimplePredicate
-
- AbstractSimpleValue - Class in org.hibernate.metamodel.relational
-
- AbstractSimpleValue(TableSpecification, int) - Constructor for class org.hibernate.metamodel.relational.AbstractSimpleValue
-
- AbstractSingleColumnStandardBasicType<T> - Class in org.hibernate.type
-
TODO : javadoc
- AbstractSingleColumnStandardBasicType(SqlTypeDescriptor, JavaTypeDescriptor<T>) - Constructor for class org.hibernate.type.AbstractSingleColumnStandardBasicType
-
- AbstractSingularAttributeBinding - Class in org.hibernate.metamodel.binding
-
- AbstractSingularAttributeBinding(AttributeBindingContainer, SingularAttribute) - Constructor for class org.hibernate.metamodel.binding.AbstractSingularAttributeBinding
-
- AbstractSPFormAuthenticator - Class in org.picketlink.identity.federation.bindings.tomcat.sp
-
Abstract class to be extended by Service Provider valves to handle SAML requests and responses.
- AbstractSPFormAuthenticator() - Constructor for class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSPFormAuthenticator
-
- AbstractSQLExceptionConversionDelegate - Class in org.hibernate.exception.spi
-
- AbstractSQLExceptionConversionDelegate(ConversionContext) - Constructor for class org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate
-
- AbstractStandardBasicType<T> - Class in org.hibernate.type
-
TODO : javadoc
- AbstractStandardBasicType(SqlTypeDescriptor, JavaTypeDescriptor<T>) - Constructor for class org.hibernate.type.AbstractStandardBasicType
-
- AbstractStatement - Class in org.hibernate.hql.internal.ast.tree
-
Convenience implementation of Statement to centralize common functionality.
- AbstractStatement() - Constructor for class org.hibernate.hql.internal.ast.tree.AbstractStatement
-
- AbstractStatementExecutor - Class in org.hibernate.hql.internal.ast.exec
-
Implementation of AbstractStatementExecutor.
- AbstractStatementExecutor(HqlSqlWalker, CoreMessageLogger) - Constructor for class org.hibernate.hql.internal.ast.exec.AbstractStatementExecutor
-
- AbstractStatementProxyHandler - Class in org.hibernate.engine.jdbc.internal.proxy
-
Basic support for building
Statement
-based proxy handlers
- AbstractStatementProxyHandler(Statement, ConnectionProxyHandler, Connection) - Constructor for class org.hibernate.engine.jdbc.internal.proxy.AbstractStatementProxyHandler
-
- AbstractStripedLockContainer<L extends Lock> - Class in org.infinispan.util.concurrent.locks.containers
-
A container for locks.
- AbstractStripedLockContainer() - Constructor for class org.infinispan.util.concurrent.locks.containers.AbstractStripedLockContainer
-
- AbstractSTSLoginModule - Class in org.picketlink.identity.federation.core.wstrust.auth
-
Abstract JAAS LoginModule for JBoss STS (Security Token Service).
- AbstractSTSLoginModule() - Constructor for class org.picketlink.identity.federation.core.wstrust.auth.AbstractSTSLoginModule
-
- AbstractSubclassFactory<T> - Class in org.jboss.invocation.proxy
-
Class factory for classes that override superclass methods.
- AbstractSubclassFactory(String, Class<T>, ClassLoader, ProtectionDomain, ReflectionMetadataSource) - Constructor for class org.jboss.invocation.proxy.AbstractSubclassFactory
-
Construct a new instance.
- AbstractTableSpecification - Class in org.hibernate.metamodel.relational
-
Convenience base class for implementing the
ValueContainer
contract centralizing commonality
between modeling tables, views and inline views.
- AbstractTableSpecification() - Constructor for class org.hibernate.metamodel.relational.AbstractTableSpecification
-
- AbstractText - Class in org.dom4j.tree
-
AbstractText
is an abstract base class for tree implementors
to use for implementation inheritence.
- AbstractText() - Constructor for class org.dom4j.tree.AbstractText
-
- AbstractToOneMapper - Class in org.hibernate.envers.entities.mapper.relation
-
Base class for property mappers that manage to-one relation.
- AbstractToOneMapper(PropertyData) - Constructor for class org.hibernate.envers.entities.mapper.relation.AbstractToOneMapper
-
- AbstractToOneMapper.EntityInfo - Class in org.hibernate.envers.entities.mapper.relation
-
Simple descriptor of an entity.
- AbstractToOneMapper.EntityInfo(Class, String, boolean) - Constructor for class org.hibernate.envers.entities.mapper.relation.AbstractToOneMapper.EntityInfo
-
- AbstractTransactionBoundaryCommand - Class in org.infinispan.commands.tx
-
An abstract transaction boundary command that holds a reference to a
GlobalTransaction
- AbstractTransactionBoundaryCommand(String) - Constructor for class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
-
- AbstractTransactionImpl - Class in org.hibernate.engine.transaction.spi
-
Abstract support for creating
transaction
implementations
- AbstractTransactionImpl(TransactionCoordinator) - Constructor for class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
-
- AbstractTranslet - Class in org.apache.xalan.xsltc.runtime
-
- AbstractTranslet() - Constructor for class org.apache.xalan.xsltc.runtime.AbstractTranslet
-
- AbstractTransport - Class in org.infinispan.remoting.transport
-
Common transport-related behaviour
- AbstractTransport() - Constructor for class org.infinispan.remoting.transport.AbstractTransport
-
- AbstractTransportConfigurationChildBuilder<T> - Class in org.infinispan.configuration.cache
-
- AbstractTransportConfigurationChildBuilder(TransactionConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
-
- AbstractTupleElement<X> - Class in org.hibernate.ejb.criteria.expression
-
TODO : javadoc
- AbstractTupleElement(CriteriaBuilderImpl, Class<X>) - Constructor for class org.hibernate.ejb.criteria.expression.AbstractTupleElement
-
- AbstractTxInvocationContext - Class in org.infinispan.context.impl
-
- AbstractTxInvocationContext() - Constructor for class org.infinispan.context.impl.AbstractTxInvocationContext
-
- AbstractTxLockingInterceptor - Class in org.infinispan.interceptors.locking
-
Base class for transaction based locking interceptors.
- AbstractTxLockingInterceptor() - Constructor for class org.infinispan.interceptors.locking.AbstractTxLockingInterceptor
-
- AbstractType<X> - Class in org.hibernate.ejb.metamodel
-
Defines commonality for the JPA
Type
hierarchy of interfaces.
- AbstractType(Class<X>) - Constructor for class org.hibernate.ejb.metamodel.AbstractType
-
- AbstractType - Class in org.hibernate.type
-
Abstract superclass of the built in Type hierarchy.
- AbstractType() - Constructor for class org.hibernate.type.AbstractType
-
- AbstractTypeDescriptor<T> - Class in org.hibernate.type.descriptor.java
-
Abstract adapter for Java type descriptors.
- AbstractTypeDescriptor(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
-
Initialize a type descriptor for the given type.
- AbstractTypeDescriptor(Class<T>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
-
Initialize a type descriptor for the given type.
- AbstractTypedPropertiesConfiguration - Class in org.infinispan.configuration
-
- AbstractTypedPropertiesConfiguration(TypedProperties) - Constructor for class org.infinispan.configuration.AbstractTypedPropertiesConfiguration
-
- AbstractUnmarshaller - Class in org.jboss.marshalling
-
An abstract implementation of the Unmarshaller
interface.
- AbstractUnmarshaller(AbstractMarshallerFactory, MarshallingConfiguration) - Constructor for class org.jboss.marshalling.AbstractUnmarshaller
-
Construct a new unmarshaller instance.
- AbstractUnmarshallerImpl - Class in javax.xml.bind.helpers
-
Partial default Unmarshaller implementation.
- AbstractUnmarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- AbstractURLConnection - Class in org.jboss.vfs.protocol
-
Abstract base class for VFS URLConection impls.
- AbstractURLConnection(URL) - Constructor for class org.jboss.vfs.protocol.AbstractURLConnection
-
- AbstractURLStreamHandlerService - Class in org.osgi.service.url
-
Abstract implementation of the URLStreamHandlerService
interface.
- AbstractURLStreamHandlerService() - Constructor for class org.osgi.service.url.AbstractURLStreamHandlerService
-
- AbstractUUIDGenerator - Class in org.hibernate.id
-
The base class for identifier generators that use a UUID algorithm.
- AbstractUUIDGenerator() - Constructor for class org.hibernate.id.AbstractUUIDGenerator
-
- AbstractVirtualFileFilterWithAttributes - Class in org.jboss.vfs.util
-
AbstractVirtualFileFilterWithAttributes
- AbstractVirtualFileFilterWithAttributes() - Constructor for class org.jboss.vfs.util.AbstractVirtualFileFilterWithAttributes
-
- AbstractVirtualFileFilterWithAttributes(VisitorAttributes) - Constructor for class org.jboss.vfs.util.AbstractVirtualFileFilterWithAttributes
-
Create a new AbstractVirtualFileFilterWithAttributes.
- AbstractVirtualFileVisitor - Class in org.jboss.vfs.util
-
AbstractVirtualFileVisitor.
- AbstractVirtualFileVisitor() - Constructor for class org.jboss.vfs.util.AbstractVirtualFileVisitor
-
Create a new AbstractVirtualFileVisitor using the default visitor attributes
- AbstractVirtualFileVisitor(VisitorAttributes) - Constructor for class org.jboss.vfs.util.AbstractVirtualFileVisitor
-
Create a new AbstractVirtualFileVisitor using the default visitor attributes
- AbstractVisitor - Class in org.hibernate.event.internal
-
Abstract superclass of algorithms that walk
a tree of property values of an entity, and
perform specific functionality for collections,
components and associated entities.
- AbstractVisitor - Class in org.infinispan.commands
-
An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.
- AbstractVisitor() - Constructor for class org.infinispan.commands.AbstractVisitor
-
- AbstractWheelConsistentHash - Class in org.infinispan.distribution.ch
-
Abstract class for the wheel-based CH implementations.
- AbstractWheelConsistentHash() - Constructor for class org.infinispan.distribution.ch.AbstractWheelConsistentHash
-
- AbstractWheelConsistentHash.Externalizer<T extends AbstractWheelConsistentHash> - Class in org.infinispan.distribution.ch
-
- AbstractWheelConsistentHash.Externalizer() - Constructor for class org.infinispan.distribution.ch.AbstractWheelConsistentHash.Externalizer
-
- AbstractWork - Class in org.hibernate.jdbc
-
An abstract implementation of
Work
that accepts a
WorkExecutor
visitor for executing a discrete piece of work.
- AbstractWork() - Constructor for class org.hibernate.jdbc.AbstractWork
-
- AbstractWSDLElement - Class in com.ibm.wsdl
-
Abstract super class for all WSDL Elements, providing some basic
common functionality.
- AbstractWSDLElement() - Constructor for class com.ibm.wsdl.AbstractWSDLElement
-
- AbstractXMLDocumentParser - Class in org.apache.xerces.parsers
-
This is the base class for all XML document parsers.
- AbstractXMLDocumentParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
Constructs a document parser using the default symbol table
and grammar pool.
- abuts(ReadableInterval) - Method in class org.joda.time.Interval
-
Does this interval abut with the interval specified.
- ACC_FINAL - Static variable in interface org.apache.xalan.xsltc.compiler.Constants
-
- ACC_PRIVATE - Static variable in interface org.apache.xalan.xsltc.compiler.Constants
-
- ACC_PROTECTED - Static variable in interface org.apache.xalan.xsltc.compiler.Constants
-
- ACC_PUBLIC - Static variable in interface org.apache.xalan.xsltc.compiler.Constants
-
- ACC_STATIC - Static variable in interface org.apache.xalan.xsltc.compiler.Constants
-
- ACC_SUPER - Static variable in interface org.apache.xalan.xsltc.compiler.Constants
-
- ACCEPT - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- ACCEPT - Static variable in class org.apache.log4j.spi.Filter
-
The log event must be logged immediately without consulting with
the remaining filters, if any, in the chain.
- accept(XSLTVisitor) - Method in class org.apache.xalan.templates.ElemExtensionCall
-
Accept a visitor and call the appropriate method
for this class.
- accept(XSLTVisitor) - Method in class org.apache.xalan.templates.ElemLiteralResult
-
Accept a visitor and call the appropriate method
for this class.
- accept(XSLTVisitor) - Method in class org.apache.xalan.templates.ElemTemplateElement
-
Accept a visitor and call the appropriate method
for this class.
- accept(XSLTVisitor) - Method in class org.apache.xalan.templates.ElemVariable
-
Accept a visitor and call the appropriate method
for this class.
- accept(XSLTVisitor) - Method in class org.apache.xalan.templates.Stylesheet
-
Accept a visitor and call the appropriate method
for this class.
- accept(Visitor) - Method in class org.dom4j.Namespace
-
- accept(Visitor) - Method in interface org.dom4j.Node
-
accept
is the method used in the Visitor Pattern.
- accept(Visitor) - Method in class org.dom4j.tree.AbstractAttribute
-
- accept(Visitor) - Method in class org.dom4j.tree.AbstractCDATA
-
- accept(Visitor) - Method in class org.dom4j.tree.AbstractComment
-
- accept(Visitor) - Method in class org.dom4j.tree.AbstractDocument
-
accept
method is the Visitor Pattern
method.
- accept(Visitor) - Method in class org.dom4j.tree.AbstractDocumentType
-
- accept(Visitor) - Method in class org.dom4j.tree.AbstractElement
-
accept
method is the Visitor Pattern
method.
- accept(Visitor) - Method in class org.dom4j.tree.AbstractEntity
-
- accept(Visitor) - Method in class org.dom4j.tree.AbstractProcessingInstruction
-
- accept(Visitor) - Method in class org.dom4j.tree.AbstractText
-
- accept(BnfVisitor) - Method in interface org.h2.bnf.Rule
-
Call the visit method in the given visitor.
- accept(BnfVisitor) - Method in class org.h2.bnf.RuleFixed
-
- accept(BnfVisitor) - Method in class org.h2.server.web.DbContextRule
-
- accept(TableFilter) - Method in interface org.h2.table.TableFilter.TableFilterVisitor
-
This method is called for each nested or joined table filter.
- accept(String) - Method in class org.hibernate.ejb.packaging.FileFilter
-
Return true if the fully qualified file name match
- accept(String) - Method in class org.hibernate.ejb.packaging.JavaElementFilter
-
Return true if the fully qualified name match
- accept(WorkExecutor<T>, Connection) - Method in class org.hibernate.jdbc.AbstractReturningWork
-
Accepts a
WorkExecutor
visitor for executing the discrete work
encapsulated by this work instance using the supplied connection.
- accept(WorkExecutor<Void>, Connection) - Method in class org.hibernate.jdbc.AbstractWork
-
Accepts a
WorkExecutor
visitor for executing the discrete work
encapsulated by this work instance using the supplied connection.
- accept(WorkExecutor<T>, Connection) - Method in interface org.hibernate.jdbc.WorkExecutorVisitable
-
Accepts a
WorkExecutor
visitor for executing a discrete
piece of work, and returns an implementation-defined result..
- accept(ValueVisitor) - Method in class org.hibernate.mapping.Any
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.Array
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.Bag
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.Component
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.DependantValue
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.IdentifierBag
-
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.JoinedSubclass
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.List
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.ManyToOne
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.Map
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.OneToMany
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.OneToOne
-
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.PersistentClass
-
- accept(RootClass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
-
- accept(UnionSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
-
- accept(SingleTableSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
-
- accept(JoinedSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
-
- accept(Subclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.PrimitiveArray
-
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.RootClass
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.Set
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.SimpleValue
-
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.SingleTableSubclass
-
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.Subclass
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.ToOne
-
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.UnionSubclass
-
- accept(ValueVisitor) - Method in interface org.hibernate.mapping.Value
-
- accept(Bag) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(IdentifierBag) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(List) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(PrimitiveArray) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(Array) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(Map) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(OneToMany) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(Set) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(Any) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(SimpleValue) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(DependantValue) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(Component) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(ManyToOne) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(OneToOne) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(Visitor) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- accept(Visitor) - Method in class org.hibernate.tuple.ElementWrapper
-
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.AdvancedExternalizerConfig
-
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.CacheLoaderManagerConfig
-
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.AsyncType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.BooleanAttributeType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.ClusteringType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.CustomInterceptorsType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.DataContainerType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.DeadlockDetectionType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.EvictionType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.ExpirationType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.HashType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.L1Type
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.LockingType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.QueryConfigurationBean
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.RecoveryType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.StateRetrievalType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.StoreAsBinary
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.SyncType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.TransactionType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.UnsafeType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.VersioningConfigurationBean
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.CustomInterceptorConfig
-
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.GlobalConfiguration
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.GlobalConfiguration.AdvancedExternalizersType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.GlobalConfiguration.FactoryClassWithPropertiesType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.GlobalConfiguration.GlobalJmxStatisticsType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.GlobalConfiguration.SerializationType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.GlobalConfiguration.ShutdownType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.GlobalConfiguration.TransportType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.GroupsConfiguration
-
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.InfinispanConfiguration
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.loaders.AbstractCacheLoaderConfig
-
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.loaders.AbstractCacheStoreConfig
-
- accept(ConfigurationBeanVisitor) - Method in interface org.infinispan.loaders.CacheLoaderConfig
-
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.loaders.decorators.AsyncStoreConfig
-
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.loaders.decorators.SingletonStoreConfig
-
- accept(File, String) - Method in class org.infinispan.loaders.file.FileCacheStore.NumericNamedFilesFilter
-
- accept() - Method in interface org.jboss.com.sun.corba.se.pept.transport.Acceptor
-
Accept a connection request.
- accept(ConnectionHandlerFactory) - Method in interface org.jboss.remoting3.spi.ConnectionProviderContext
-
Accept a connection that was received by the corresponding protocol handler.
- accept(ChannelListener<? super T>, ChannelListener<? super BoundChannel>) - Method in interface org.xnio.ChannelDestination
-
Accept a connection.
- accept() - Method in interface org.xnio.channels.AcceptingChannel
-
Attempt to accept a connection.
- accept() - Method in interface org.xnio.channels.SimpleAcceptingChannel
-
Attempt to accept a connection.
- accept(Pooled<ByteBuffer>, boolean) - Method in interface org.xnio.streams.BufferPipeOutputStream.BufferWriter
-
Accept a buffer.
- ACCEPT_CHARSET - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- ACCEPT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- ACCEPT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- ACCEPT_ON_MATCH_OPTION - Static variable in class org.apache.log4j.varia.StringMatchFilter
-
Deprecated.
Options are now handled using the JavaBeans paradigm.
This constant is not longer needed and will be removed in the
near term.
- AcceptAllFilter - Class in org.jboss.logmanager.filters
-
An accept-all filter.
- acceptBlocking(A) - Static method in class org.xnio.channels.Channels
-
Simple utility method to execute a blocking accept on an accepting channel.
- acceptBlocking(A, long, TimeUnit) - Static method in class org.xnio.channels.Channels
-
Simple utility method to execute a blocking accept on an accepting channel, with a timeout.
- acceptDatagram(SocketAddress, ChannelListener<? super ConnectedMessageChannel>, ChannelListener<? super BoundChannel>, OptionMap) - Method in class org.xnio.XnioWorker
-
Accept a message connection at a destination address.
- AcceptingChannel<C extends ConnectedChannel> - Interface in org.xnio.channels
-
A channel which can accept inbound connections from remote endpoints.
- acceptLocalDatagram(LocalSocketAddress, ChannelListener<? super ConnectedMessageChannel>, ChannelListener<? super BoundChannel>, OptionMap) - Method in class org.xnio.XnioWorker
-
Implementation helper method to accept a local (UNIX domain) datagram connection.
- acceptLocalStream(LocalSocketAddress, ChannelListener<? super ConnectedStreamChannel>, ChannelListener<? super BoundChannel>, OptionMap) - Method in class org.xnio.XnioWorker
-
Implementation helper method to accept a local (UNIX domain) stream connection.
- acceptNode(int) - Method in class org.apache.xalan.transformer.KeyIterator
-
Test whether a specified node is visible in the logical view of a
TreeWalker or NodeIterator.
- acceptNode(int, int) - Method in interface org.apache.xml.dtm.DTMFilter
-
Test whether a specified node is visible in the logical view of a
DTMIterator
.
- acceptNode(int, int, int) - Method in interface org.apache.xml.dtm.DTMFilter
-
Test whether a specified node is visible in the logical view of a
DTMIterator
.
- acceptNode(int) - Method in class org.apache.xpath.axes.FilterExprWalker
-
This method needs to override AxesWalker.acceptNode because FilterExprWalkers
don't need to, and shouldn't, do a node test.
- acceptNode(int, XPathContext) - Method in class org.apache.xpath.axes.MatchPatternIterator
-
Test whether a specified node is visible in the logical view of a
TreeWalker or NodeIterator.
- acceptNode(int) - Method in class org.apache.xpath.axes.PredicatedNodeTest
-
Test whether a specified node is visible in the logical view of a
TreeWalker or NodeIterator.
- acceptNode(int) - Method in class org.apache.xpath.axes.UnionChildIterator
-
Test whether a specified node is visible in the logical view of a
TreeWalker or NodeIterator.
- Acceptor - Interface in org.hornetq.spi.core.remoting
-
An Acceptor is used by the Remoting Service to allow clients to connect.
- Acceptor - Interface in org.jboss.com.sun.corba.se.pept.transport
-
The primary PEPt server-side plug-in point and enabler for
altenate encodings, protocols and transports.
- acceptor - Variable in class org.jgroups.protocols.BSH
-
- acceptor - Variable in class org.jgroups.protocols.STOMP
-
- ACCEPTOR_CLASS_PREFIX_PROPERTY - Static variable in class org.jboss.com.sun.corba.se.impl.orbutil.ORBConstants
-
- ACCEPTOR_INSTANTIATION_FAILURE - Static variable in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- ACCEPTOR_INSTANTIATION_TYPE_FAILURE - Static variable in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- ACCEPTOR_SOCKET_TYPE_PROPERTY - Static variable in class org.jboss.com.sun.corba.se.impl.orbutil.ORBConstants
-
- ACCEPTOR_SOCKET_USE_WORKER_THREAD_FOR_EVENT_PROPERTY - Static variable in class org.jboss.com.sun.corba.se.impl.orbutil.ORBConstants
-
- acceptorConfigs - Variable in class org.hornetq.core.config.impl.ConfigurationImpl
-
- AcceptorControl - Interface in org.hornetq.api.core.management
-
An AcceptorControl is used to manage Acceptors.
- AcceptorControlImpl - Class in org.hornetq.core.management.impl
-
A AcceptorControl
- AcceptorControlImpl(Acceptor, StorageManager, TransportConfiguration) - Constructor for class org.hornetq.core.management.impl.AcceptorControlImpl
-
- AcceptorFactory - Interface in org.hornetq.spi.core.remoting
-
A factory for creating acceptors.
- acceptorInstantiationFailure(CompletionStatus, Throwable, Object) - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- acceptorInstantiationFailure(CompletionStatus, Object) - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- acceptorInstantiationFailure(Throwable, Object) - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- acceptorInstantiationFailure(Object) - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- acceptorInstantiationTypeFailure(CompletionStatus, Throwable, Object) - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- acceptorInstantiationTypeFailure(CompletionStatus, Object) - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- acceptorInstantiationTypeFailure(Throwable, Object) - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- acceptorInstantiationTypeFailure(Object) - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- ACCEPTORS_AND_LEGACY_SOCKET_FACTORY_AT_SAME_TIME - Static variable in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- acceptorsAndLegacySocketFactoryAtSameTime(CompletionStatus, Throwable) - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- acceptorsAndLegacySocketFactoryAtSameTime(CompletionStatus) - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- acceptorsAndLegacySocketFactoryAtSameTime(Throwable) - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- acceptorsAndLegacySocketFactoryAtSameTime() - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- acceptorSocketType() - Method in interface org.jboss.com.sun.corba.se.spi.orb.ORBData
-
- acceptorSocketUseSelectThreadToWait() - Method in interface org.jboss.com.sun.corba.se.spi.orb.ORBData
-
- acceptorSocketUseWorkerThreadForEvent() - Method in interface org.jboss.com.sun.corba.se.spi.orb.ORBData
-
- accepts(MethodMetaData) - Method in class org.hibernate.validator.metadata.AggregatedMethodMetaData.Builder
-
Whether the given method can be added to this builder or not.
- accepts(VirtualFile) - Method in class org.jboss.vfs.util.AbstractPatternVirtualFileFilter
-
- accepts(VirtualFile) - Method in class org.jboss.vfs.util.ExtensibleFilter
-
If the filename matches any string in the prefix, suffix, or matches array, return false.
- accepts(VirtualFile) - Method in class org.jboss.vfs.util.FileNameVirtualFileFilter
-
Do we accept file.
- accepts(VirtualFile) - Method in class org.jboss.vfs.util.IncludeExcludeVisitorAttributes
-
- accepts(VirtualFile) - Method in class org.jboss.vfs.util.MatchAllVirtualFileFilter
-
- accepts(VirtualFile) - Method in class org.jboss.vfs.util.SuffixesExcludeFilter
-
- accepts(VirtualFile) - Method in class org.jboss.vfs.util.SuffixMatchFilter
-
Accept any file that ends with one of the filter suffixes.
- accepts(VirtualFile) - Method in interface org.jboss.vfs.VirtualFileFilter
-
Match the virtual file
- acceptStream(SocketAddress, ChannelListener<? super ConnectedStreamChannel>, ChannelListener<? super BoundChannel>, OptionMap) - Method in class org.xnio.XnioWorker
-
Accept a stream connection at a destination address.
- acceptsURL(String) - Method in class org.h2.Driver
-
Check if the driver understands this URL.
- acceptTcpStream(InetSocketAddress, ChannelListener<? super ConnectedStreamChannel>, ChannelListener<? super BoundChannel>, OptionMap) - Method in class org.xnio.XnioWorker
-
Implementation helper method to accept a TCP connection.
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.control.LockControlCommand
-
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.read.DistributedExecuteCommand
-
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.read.EntrySetCommand
-
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.read.GetKeyValueCommand
-
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.read.KeySetCommand
-
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.read.SizeCommand
-
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.read.ValuesCommand
-
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.tx.CommitCommand
-
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.tx.PrepareCommand
-
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.tx.RollbackCommand
-
- acceptVisitor(InvocationContext, Visitor) - Method in interface org.infinispan.commands.VisitableCommand
-
Accept a visitor, and return the result of accepting this visitor.
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.write.ApplyDeltaCommand
-
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.write.ClearCommand
-
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.write.EvictCommand
-
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.write.InvalidateCommand
-
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.write.InvalidateL1Command
-
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.write.PutKeyValueCommand
-
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.write.PutMapCommand
-
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.write.RemoveCommand
-
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.write.ReplaceCommand
-
- Access - Annotation Type in javax.persistence
-
Used to specify an access type to be applied to an entity class,
mapped superclass, or embeddable class, or to a specific attribute
of such a class.
- access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddable
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbedded
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddedId
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
-
- access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbVersion
-
- ACCESS - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
-
- ACCESS_DENIED_TO_CLASS_1 - Static variable in class org.h2.constant.ErrorCode
-
The error with code 90134
is thrown when
trying to load a Java class that is not part of the allowed classes.
- ACCESS_FIELD - Static variable in interface org.hibernate.annotations.common.reflection.XClass
-
- access_key - Variable in class org.jgroups.protocols.S3_PING
-
- ACCESS_PROPERTY - Static variable in interface org.hibernate.annotations.common.reflection.XClass
-
- ACCESS_TYPE - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
-
- ACCESS_TYPE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
-
- AccessCallback - Interface in org.hibernate.id.enhanced
-
- AccessLocalException - Exception in javax.ejb
-
An AccessLocalException is thrown to indicate that the caller does not
have permission to call the method.
- AccessLocalException() - Constructor for exception javax.ejb.AccessLocalException
-
Constructs an AccessLocalException with no detail message.
- AccessLocalException(String) - Constructor for exception javax.ejb.AccessLocalException
-
Constructs an AccessLocalException with the specified detail message.
- AccessLocalException(String, Exception) - Constructor for exception javax.ejb.AccessLocalException
-
Constructs an AccessLocalException with the specified detail message and a nested exception.
- AccessOptimizerAdapter - Class in org.hibernate.bytecode.internal.javassist
-
- AccessOptimizerAdapter(BulkAccessor, Class) - Constructor for class org.hibernate.bytecode.internal.javassist.AccessOptimizerAdapter
-
- AccessPoint - Class in org.apache.ws.scout.model.uddi.v2
-
Java class for accessPoint complex type.
- AccessPoint() - Constructor for class org.apache.ws.scout.model.uddi.v2.AccessPoint
-
- accessPoint - Variable in class org.apache.ws.scout.model.uddi.v2.BindingTemplate
-
- AccessPoint - Class in org.uddi.api_v3
-
Java class for accessPoint complex type.
- AccessPoint() - Constructor for class org.uddi.api_v3.AccessPoint
-
- accessPoint - Variable in class org.uddi.api_v3.BindingTemplate
-
- AccessPointType - Enum in org.apache.juddi.api_v3
-
- AccessTimeout - Annotation Type in javax.ejb
-
Specifies the amount of time in a given time unit that a concurrent access
attempt on a Singleton session bean should block before timing out.
- AccessType - Enum in javax.persistence
-
Is used with the
Access
annotation to specify an access
type to be applied to an entity class, mapped superclass, or
embeddable class, or to a specific attribute of such a class.
- AccessType - Annotation Type in org.hibernate.annotations
-
Property Access type
Prefer the standard
Access
annotation
- AccessType - Enum in org.hibernate.cache.spi.access
-
The types of access strategies available.
- AccessType - Enum in org.hibernate.cfg
-
Enum defining different access strategies for accessing entity values.
- accountForPrimitiveTypes(Class<Y>) - Method in class org.hibernate.ejb.metamodel.AttributeFactory
-
- accumulate(String, Object) - Method in class org.hornetq.utils.json.JSONObject
-
Accumulate values under a key.
- accumulated_credits - Variable in class org.jgroups.util.CreditMap
-
- ack(PagedReference) - Method in class org.hornetq.core.paging.cursor.impl.PageSubscriptionImpl
-
- ack(PagedReference) - Method in interface org.hornetq.core.paging.cursor.PageSubscription
-
- ACK - Static variable in interface org.hornetq.core.protocol.stomp.Stomp.Commands
-
- ack(Address) - Method in class org.jgroups.protocols.RSVP.Entry
-
- ACK - Static variable in class org.jgroups.protocols.UNICAST.UnicastHeader
-
- ack(long) - Method in class org.jgroups.stack.AckSenderWindow
-
Removes all messages less than or equal to seqno from msgs
, and cancels their retransmission
- ack(Address) - Method in class org.jgroups.util.AckCollector
-
- ack_collector - Variable in class org.jgroups.protocols.pbcast.GMS
-
To collect VIEW_ACKs from all members
- ack_collector - Variable in class org.jgroups.protocols.RSVP.Entry
-
- ACK_MODE - Static variable in interface org.hornetq.core.protocol.stomp.Stomp.Headers.Subscribe
-
- ack_on_delivery - Variable in class org.jgroups.protocols.RSVP
-
- AckCollector - Class in org.jgroups.util
-
Collects acks from a number of nodes, waits for all acks.
- AckCollector() - Constructor for class org.jgroups.util.AckCollector
-
- AckCollector(Collection<Address>) - Constructor for class org.jgroups.util.AckCollector
-
- AckCollector(Address...) - Constructor for class org.jgroups.util.AckCollector
-
- acknowledge() - Method in interface javax.jms.Message
-
Acknowledges all consumed messages of the session of this consumed
message.
- acknowledge() - Method in interface org.hornetq.api.core.client.ClientMessage
-
Acknowledge reception of this message.
- acknowledge(ClientMessage) - Method in class org.hornetq.core.client.impl.ClientConsumerImpl
-
- acknowledge(ClientMessage) - Method in interface org.hornetq.core.client.impl.ClientConsumerInternal
-
- acknowledge() - Method in class org.hornetq.core.client.impl.ClientMessageImpl
-
- acknowledge(long, long) - Method in class org.hornetq.core.client.impl.ClientSessionImpl
-
- acknowledge(long, long) - Method in interface org.hornetq.core.client.impl.ClientSessionInternal
-
- acknowledge(long, long) - Method in class org.hornetq.core.client.impl.DelegatingSession
-
- acknowledge() - Method in class org.hornetq.core.paging.cursor.PagedReferenceImpl
-
- acknowledge(Transaction) - Method in class org.hornetq.core.paging.cursor.PagedReferenceImpl
-
- acknowledge() - Method in class org.hornetq.core.server.impl.MessageReferenceImpl
-
- acknowledge(Transaction) - Method in class org.hornetq.core.server.impl.MessageReferenceImpl
-
- acknowledge(MessageReference) - Method in class org.hornetq.core.server.impl.QueueImpl
-
- acknowledge(Transaction, MessageReference) - Method in class org.hornetq.core.server.impl.QueueImpl
-
- acknowledge(boolean, Transaction, long) - Method in class org.hornetq.core.server.impl.ServerConsumerImpl
-
- acknowledge(long, long) - Method in class org.hornetq.core.server.impl.ServerSessionImpl
-
- acknowledge() - Method in interface org.hornetq.core.server.MessageReference
-
- acknowledge(Transaction) - Method in interface org.hornetq.core.server.MessageReference
-
- acknowledge(MessageReference) - Method in interface org.hornetq.core.server.Queue
-
- acknowledge(Transaction, MessageReference) - Method in interface org.hornetq.core.server.Queue
-
- acknowledge(boolean, Transaction, long) - Method in interface org.hornetq.core.server.ServerConsumer
-
- acknowledge(long, long) - Method in interface org.hornetq.core.server.ServerSession
-
- acknowledge() - Method in class org.hornetq.jms.client.HornetQMessage
-
- acknowledge(Pooled<ByteBuffer>) - Method in interface org.xnio.streams.BufferPipeInputStream.InputHandler
-
Acknowledges the successful processing of an input buffer.
- ACKNOWLEDGE_CURSOR - Static variable in class org.hornetq.core.persistence.impl.journal.JournalStorageManager
-
- ACKNOWLEDGE_REF - Static variable in class org.hornetq.core.persistence.impl.journal.JournalStorageManager
-
- acknowledgedChange - Variable in class org.uddi.repl_v3.ChangeRecordAcknowledgement
-
- acknowledgementRequested - Variable in class org.uddi.repl_v3.ChangeRecord
-
- AckReceiverWindow - Class in org.jgroups.stack
-
Counterpart of AckSenderWindow.
- AckReceiverWindow(long) - Constructor for class org.jgroups.stack.AckReceiverWindow
-
- AckReceiverWindow(long, int) - Constructor for class org.jgroups.stack.AckReceiverWindow
-
- AckSenderWindow - Class in org.jgroups.stack
-
ACK-based sliding window for a sender.
- AckSenderWindow(AckSenderWindow.RetransmitCommand) - Constructor for class org.jgroups.stack.AckSenderWindow
-
- AckSenderWindow(AckSenderWindow.RetransmitCommand, Interval, TimeScheduler) - Constructor for class org.jgroups.stack.AckSenderWindow
-
- AckSenderWindow(AckSenderWindow.RetransmitCommand, Interval, TimeScheduler, Address) - Constructor for class org.jgroups.stack.AckSenderWindow
-
- AckSenderWindow() - Constructor for class org.jgroups.stack.AckSenderWindow
-
Creates an instance without retransmitter
- AckSenderWindow.RetransmitCommand - Interface in org.jgroups.stack
-
- ackTx(Transaction, PagedReference) - Method in class org.hornetq.core.paging.cursor.impl.PageSubscriptionImpl
-
- ackTx(Transaction, PagedReference) - Method in interface org.hornetq.core.paging.cursor.PageSubscription
-
- ACL - Class in com.sun.mail.imap
-
An access control list entry for a particular authentication identifier
(user or group).
- ACL(String) - Constructor for class com.sun.mail.imap.ACL
-
Construct an ACL entry for the given identifier and with no rights.
- ACL(String, Rights) - Constructor for class com.sun.mail.imap.ACL
-
Construct an ACL entry for the given identifier with the given rights.
- acos(double) - Static method in class org.apache.xalan.lib.ExsltMath
-
The math:acos function returns the arccosine value of a number.
- ACOS - Static variable in class org.h2.expression.Function
-
- acquire() - Method in class org.jboss.com.sun.corba.se.impl.orbutil.concurrent.Mutex
-
- acquire() - Method in class org.jboss.com.sun.corba.se.impl.orbutil.concurrent.ReentrantMutex
-
- acquire() - Method in interface org.jboss.com.sun.corba.se.impl.orbutil.concurrent.Sync
-
Wait (possibly forever) until successful passage.
- acquire(Sync) - Static method in class org.jboss.com.sun.corba.se.impl.orbutil.concurrent.SyncUtil
-
Method to acquire a Sync without ever throwing an InterruptedException.
- acquire(boolean) - Method in class org.jgroups.protocols.Locking.ClientLock
-
- acquire() - Method in class org.jgroups.protocols.SCOPE.MessageQueue
-
- acquireAllLocks(List<Object>, boolean) - Method in class org.infinispan.util.concurrent.locks.StripedLock
-
Acquires locks on keys passed in.
- acquireCredits(int) - Method in interface org.hornetq.core.client.impl.ClientProducerCredits
-
- acquireCredits(int) - Method in class org.hornetq.core.client.impl.ClientProducerCreditsImpl
-
- acquired - Variable in class org.jgroups.protocols.Locking.ClientLock
-
- acquireForCommand(InvocationContext, WriteCommand) - Method in interface org.infinispan.statetransfer.StateTransferLock
-
- acquireForCommand(TxInvocationContext, PrepareCommand) - Method in interface org.infinispan.statetransfer.StateTransferLock
-
- acquireForCommand(TxInvocationContext, CommitCommand) - Method in interface org.infinispan.statetransfer.StateTransferLock
-
- acquireForCommand(TxInvocationContext, RollbackCommand) - Method in interface org.infinispan.statetransfer.StateTransferLock
-
- acquireForCommand(TxInvocationContext, LockControlCommand) - Method in interface org.infinispan.statetransfer.StateTransferLock
-
- acquireForCommand(InvocationContext, WriteCommand) - Method in class org.infinispan.statetransfer.StateTransferLockImpl
-
- acquireForCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.statetransfer.StateTransferLockImpl
-
- acquireForCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.statetransfer.StateTransferLockImpl
-
- acquireForCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.statetransfer.StateTransferLockImpl
-
- acquireForCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.statetransfer.StateTransferLockImpl
-
- acquireGlobalLock(boolean) - Method in class org.infinispan.loaders.LockSupportCacheStore
-
Based on the supplied param, acquires a global read(false) or write (true) lock.
- acquireGlobalLock(boolean, long) - Method in class org.infinispan.util.concurrent.locks.StripedLock
-
Acquires RL on all locks agregated by this StripedLock, in the given timeout.
- acquireLock(Object, Object, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.containers.AbstractPerEntryLockContainer
-
- acquireLock(Object, Object, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.containers.AbstractStripedLockContainer
-
- acquireLock(Object, Object, long, TimeUnit) - Method in interface org.infinispan.util.concurrent.locks.containers.LockContainer
-
Attempts to acquire a lock for the given object within certain time boundaries defined by the timeout and
time unit parameters.
- acquireLock(InvocationContext, Object) - Method in interface org.infinispan.util.concurrent.locks.LockManager
-
Attempts to lock an entry if the lock isn't already held in the current scope, and records the lock in the
context.
- acquireLock(InvocationContext, Object, long) - Method in interface org.infinispan.util.concurrent.locks.LockManager
-
- acquireLock(InvocationContext, Object) - Method in class org.infinispan.util.concurrent.locks.LockManagerImpl
-
- acquireLock(InvocationContext, Object, long) - Method in class org.infinispan.util.concurrent.locks.LockManagerImpl
-
- acquireLock(Object, boolean) - Method in class org.infinispan.util.concurrent.locks.StripedLock
-
Blocks until a lock is acquired.
- acquireLock(Object, boolean, long) - Method in class org.infinispan.util.concurrent.locks.StripedLock
-
- acquireLockNoCheck(InvocationContext, Object) - Method in interface org.infinispan.util.concurrent.locks.LockManager
-
- acquireLockNoCheck(InvocationContext, Object) - Method in class org.infinispan.util.concurrent.locks.LockManagerImpl
-
- acquirePutFromLoadLock(Object) - Method in class org.hibernate.cache.infinispan.access.PutFromLoadValidator
-
Acquire a lock giving the calling thread the right to put data in the
cache for the given key.
- acquireTryLock(long, boolean) - Method in class org.jgroups.protocols.Locking.ClientLock
-
- Action - Annotation Type in javax.xml.ws
-
The Action
annotation allows explicit association of a
WS-Addressing Action
message addressing property with
input
, output
, and
fault
messages of the mapped WSDL operation.
- Action - Interface in org.dom4j.rule
-
Action
represents some default action which should occur when
a rule matches a node in the XSLT processing model.
- action(Constructor<T>, Object...) - Static method in class org.hibernate.validator.util.privilegedactions.ConstructorInstance
-
- action(Annotation, String, Class<T>) - Static method in class org.hibernate.validator.util.privilegedactions.GetAnnotationParameter
-
- action(Class<T>, Class<?>...) - Static method in class org.hibernate.validator.util.privilegedactions.GetConstructor
-
- action(Class<?>, String) - Static method in class org.hibernate.validator.util.privilegedactions.GetDeclaredField
-
- action(Class<?>) - Static method in class org.hibernate.validator.util.privilegedactions.GetDeclaredFields
-
- action(Class<?>, String, Class<?>...) - Static method in class org.hibernate.validator.util.privilegedactions.GetDeclaredMethod
-
- action(Class<?>) - Static method in class org.hibernate.validator.util.privilegedactions.GetDeclaredMethods
-
- action(Class<?>, String) - Static method in class org.hibernate.validator.util.privilegedactions.GetMethod
-
- action(Class<?>, String) - Static method in class org.hibernate.validator.util.privilegedactions.GetMethodFromPropertyName
-
- action(Class<?>) - Static method in class org.hibernate.validator.util.privilegedactions.GetMethods
-
- action(String, Class<?>) - Static method in class org.hibernate.validator.util.privilegedactions.LoadClass
-
- action(Class<T>, String) - Static method in class org.hibernate.validator.util.privilegedactions.NewInstance
-
- action(Member) - Static method in class org.hibernate.validator.util.privilegedactions.SetAccessibility
-
- Action - Interface in org.jboss.com.sun.corba.se.spi.orbutil.fsm
-
Description goes here
- ACTION - Static variable in class org.jboss.ws.api.addressing.AddressingConstants.Core.Elements
-
- ACTION - Static variable in class org.jboss.ws.api.addressing.AddressingConstants.Metadata.Attributes
-
- ACTION - Static variable in interface org.picketlink.identity.federation.core.saml.v1.SAML11Constants
-
- action - Variable in class org.picketlink.identity.federation.saml.v1.protocol.SAML11AuthorizationDecisionQueryType
-
- action - Variable in class org.picketlink.identity.federation.saml.v2.assertion.AuthzDecisionStatementType
-
- action - Variable in class org.picketlink.identity.federation.saml.v2.protocol.AuthzDecisionQueryType
-
- action - Variable in class org.picketlink.identity.federation.ws.addressing.ProblemActionType
-
- action_obj - Variable in class org.apache.xalan.xsltc.compiler.XPathParser
-
Instance of action encapsulation class.
- ACTION_QNAME - Static variable in class org.jboss.ws.api.addressing.AddressingConstants.Core.Elements
-
- ACTION_QNAME - Static variable in class org.jboss.ws.api.addressing.AddressingConstants.Metadata.Attributes
-
- action_table() - Method in class org.apache.xalan.xsltc.compiler.XPathParser
-
Access to parse-action table.
- ActionBase - Class in org.jboss.com.sun.corba.se.spi.orbutil.fsm
-
- ActionBase(String) - Constructor for class org.jboss.com.sun.corba.se.spi.orbutil.fsm.ActionBase
-
- ActionEvent - Class in javax.faces.event
-
An
ActionEvent
represents the activation of a user interface
component (such as a
UICommand
).
- ActionEvent(UIComponent) - Constructor for class javax.faces.event.ActionEvent
-
Construct a new event object from the specified source component
and action command.
- ActionListener - Interface in javax.faces.event
-
- ACTIONMISMATCH_QNAME - Static variable in class org.jboss.ws.api.addressing.AddressingConstants.Core.Faults
-
- ACTIONNOTSUPPORTED_QNAME - Static variable in class org.jboss.ws.api.addressing.AddressingConstants.Core.Faults
-
- actionPerformed(ActionEvent) - Method in class com.sun.activation.viewers.TextEditor
-
- actionPerformed(ActionEvent) - Method in class org.h2.tools.Console
-
INTERNAL
- actionPerformed(ActionEvent) - Method in class org.jgroups.demos.applets.DrawApplet
-
- actionPerformed(ActionEvent) - Method in class org.jgroups.demos.Draw
-
- actionPerformed(ActionEvent) - Method in class org.jgroups.demos.QuoteClient
-
- actionPerformed(ActionEvent) - Method in class org.jgroups.demos.ReplCacheDemo
-
- actionPerformed(ActionEvent) - Method in class org.jgroups.demos.ReplicatedHashMapDemo
-
- actionPerformed(ActionEvent) - Method in class org.jgroups.demos.StompDraw
-
- actionPerformed(ActionEvent) - Method in class org.jgroups.demos.wb.MessageDialog
-
- actionPerformed(ActionEvent) - Method in class org.jgroups.demos.wb.SendDialog
-
- actionPerformed(ActionEvent) - Method in class org.jgroups.demos.wb.UserInfoDialog
-
- actionPerformed(ActionEvent) - Method in class org.jgroups.demos.wb.Whiteboard
-
- ActionQueue - Class in org.hibernate.engine.spi
-
Responsible for maintaining the queue of actions related to events.
- ActionQueue(SessionImplementor) - Constructor for class org.hibernate.engine.spi.ActionQueue
-
Constructs an action queue bound to the given session.
- actions - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity.JaxbGrant
-
- actions - Variable in class org.picketlink.identity.federation.saml.v1.assertion.SAML11AuthorizationDecisionStatementType
-
- ActionSource - Interface in javax.faces.component
-
ActionSource is an interface that may be implemented
by any concrete
UIComponent
that wishes to be a source of
ActionEvent
s, including the ability to invoke application
actions via the default
ActionListener
mechanism.
- ActionSource2 - Interface in javax.faces.component
-
ActionSource2 extends
ActionSource
and
provides a JavaBeans property analogous to the "
action
"
property on
ActionSource
.
- ActionSource2AttachedObjectHandler - Interface in javax.faces.view
-
- ActionSource2AttachedObjectTarget - Interface in javax.faces.view
-
A marker interface for VDL tags that
represent <composite:actionSource/>
for use by the
composite component page author.
- ActionType - Class in javax.enterprise.deploy.shared
-
An enumeration of deployment status action types.
- ActionType(int) - Constructor for class javax.enterprise.deploy.shared.ActionType
-
Create a new ActionType
- ActionType - Class in org.picketlink.identity.federation.saml.v2.assertion
-
Java class for ActionType complex type.
- ActionType() - Constructor for class org.picketlink.identity.federation.saml.v2.assertion.ActionType
-
- activate() - Method in class org.apache.log4j.config.PropertySetter
-
- activate() - Method in interface org.hornetq.core.server.cluster.Bridge
-
- activate() - Method in interface org.hornetq.core.server.cluster.BroadcastGroup
-
- activate() - Method in interface org.hornetq.core.server.cluster.ClusterConnection
-
- activate() - Method in interface org.hornetq.core.server.cluster.ClusterManager
-
- activate() - Method in class org.hornetq.core.server.cluster.impl.BridgeImpl
-
- activate() - Method in class org.hornetq.core.server.cluster.impl.BroadcastGroupImpl
-
- activate() - Method in class org.hornetq.core.server.cluster.impl.ClusterConnectionImpl
-
- activate() - Method in class org.hornetq.core.server.cluster.impl.ClusterManagerImpl
-
- activate() - Method in class org.jboss.com.sun.corba.se.impl.oa.poa.POAManagerImpl
-
activate
Spec: pages 3-14 thru 3-18
- activate(ServiceActivatorContext) - Method in interface org.jboss.msc.service.ServiceActivator
-
Activate services.
- activate(String) - Method in interface org.jboss.weld.context.ConversationContext
-
Activate the conversation context, using the id provided to attempt to
restore a long-running conversation
- activate() - Method in interface org.jboss.weld.context.ConversationContext
-
Activate the conversation context, starting a new transient conversation
- activate() - Method in interface org.jboss.weld.context.ManagedContext
-
Activate the Context.
- activate_object(Servant) - Method in class org.jboss.com.sun.corba.se.impl.oa.poa.POAImpl
-
activate_object
Section 3.3.8.14
- activate_object_with_id(byte[], Servant) - Method in class org.jboss.com.sun.corba.se.impl.oa.poa.POAImpl
-
activate_object_with_id
Section 3.3.8.15
- activateBuffer(SequentialFile) - Method in class org.hornetq.core.journal.impl.AbstractSequentialFileFactory
-
- activateBuffer(SequentialFile) - Method in interface org.hornetq.core.journal.SequentialFileFactory
-
- ActivateCallback - Interface in org.hornetq.core.server
-
A ActivateCallback
- activated() - Method in interface org.hornetq.core.server.ActivateCallback
-
- activated() - Method in class org.hornetq.jms.server.impl.JMSServerManagerImpl
-
- activated - Variable in class org.infinispan.config.Configuration.HashType
-
Deprecated.
- activated - Variable in class org.infinispan.config.Configuration.L1Type
-
Deprecated.
- ACTIVATED_PROPERTY - Static variable in class org.jboss.com.sun.corba.se.impl.orbutil.ORBConstants
-
- activateField(Field, int) - Method in interface org.apache.xerces.impl.xs.identity.FieldActivator
-
Request to activate the specified field.
- activateField(Field, int) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Request to activate the specified field.
- activateObject() - Method in class org.jboss.com.sun.corba.se.impl.oa.poa.AOMEntry
-
- activateObject(byte[], Servant) - Method in interface org.jboss.com.sun.corba.se.impl.oa.poa.POAPolicyMediator
-
- activateObject(byte[], Servant) - Method in class org.jboss.com.sun.corba.se.impl.oa.poa.POAPolicyMediatorBase_R
-
- activateObject(byte[], Servant) - Method in class org.jboss.com.sun.corba.se.impl.oa.poa.POAPolicyMediatorImpl_NR_UDS
-
- activateObject(byte[], Servant) - Method in class org.jboss.com.sun.corba.se.impl.oa.poa.POAPolicyMediatorImpl_NR_USM
-
- activateOptions() - Method in class org.apache.log4j.AppenderSkeleton
-
Derived appenders should override this method if option structure
requires it.
- activateOptions() - Method in class org.apache.log4j.ConsoleAppender
-
Prepares the appender for use.
- activateOptions() - Method in class org.apache.log4j.DailyRollingFileAppender
-
- activateOptions() - Method in class org.apache.log4j.EnhancedPatternLayout
-
Activates the conversion pattern.
- activateOptions() - Method in class org.apache.log4j.FileAppender
-
- activateOptions() - Method in class org.apache.log4j.helpers.DateLayout
-
- activateOptions() - Method in class org.apache.log4j.helpers.OnlyOnceErrorHandler
-
No options to activate.
- activateOptions() - Method in class org.apache.log4j.HTMLLayout
-
No options to activate.
- activateOptions() - Method in class org.apache.log4j.net.JMSAppender
-
Options are activated and become effective only after calling
this method.
- activateOptions() - Method in class org.apache.log4j.net.SMTPAppender
-
Activate the specified options, such as the smtp host, the
recipient, from, etc.
- activateOptions() - Method in class org.apache.log4j.net.SocketAppender
-
Connect to the specified RemoteHost and Port.
- activateOptions() - Method in class org.apache.log4j.net.SocketHubAppender
-
Set up the socket server on the specified port.
- activateOptions() - Method in class org.apache.log4j.net.SyslogAppender
-
This method returns immediately as options are activated when they
are set.
- activateOptions() - Method in class org.apache.log4j.net.TelnetAppender
-
all of the options have been set, create the socket handler and
wait for connections.
- activateOptions() - Method in class org.apache.log4j.nt.NTEventLogAppender
-
- activateOptions() - Method in class org.apache.log4j.PatternLayout
-
Does not do anything as options become effective
- activateOptions() - Method in class org.apache.log4j.SimpleLayout
-
- activateOptions() - Method in class org.apache.log4j.spi.Filter
-
Usually filters options become active when set.
- activateOptions() - Method in interface org.apache.log4j.spi.OptionHandler
-
Activate the options that were previously set with calls to option
setters.
- activateOptions() - Method in class org.apache.log4j.varia.ExternallyRolledFileAppender
-
- activateOptions() - Method in class org.apache.log4j.varia.FallbackErrorHandler
-
No options to activate.
- activateOptions() - Method in class org.apache.log4j.varia.NullAppender
-
There are no options to acticate.
- activateOptions() - Method in class org.apache.log4j.WriterAppender
-
Does nothing.
- activateOptions() - Method in class org.apache.log4j.xml.XMLLayout
-
No options to activate.
- activateServant(ActiveObjectMap.Key, AOMEntry, Servant) - Method in class org.jboss.com.sun.corba.se.impl.oa.poa.POAPolicyMediatorBase_R
-
- activateServant(Servant) - Static method in class org.jboss.com.sun.corba.se.spi.presentation.rmi.StubAdapter
-
Use implicit activation to get an object reference for the servant.
- activateTie(Tie) - Static method in class org.jboss.com.sun.corba.se.spi.presentation.rmi.StubAdapter
-
Given any Tie, return the corresponding object refernce, activating the Servant if necessary.
- Activation - Annotation Type in javax.resource.spi
-
Designates a JavaBean as an ActivationSpec
.
- ACTIVATION_LAZY - Static variable in interface org.osgi.framework.Constants
-
Bundle activation policy declaring the bundle must be activated when the
first class load is made from the bundle.
- ActivationConfigProperty - Annotation Type in javax.ejb
-
Annotation for adding properties to messaging bean annotations (i.e.
- ActivationDataFlavor - Class in javax.activation
-
The ActivationDataFlavor class is a special subclass of
java.awt.datatransfer.DataFlavor
.
- ActivationDataFlavor(Class, String, String) - Constructor for class javax.activation.ActivationDataFlavor
-
Construct a DataFlavor that represents an arbitrary
Java object.
- ActivationDataFlavor(Class, String) - Constructor for class javax.activation.ActivationDataFlavor
-
Construct a DataFlavor that represents a MimeType.
- ActivationDataFlavor(String, String) - Constructor for class javax.activation.ActivationDataFlavor
-
Construct a DataFlavor that represents a MimeType.
- ActivationInterceptor - Class in org.infinispan.interceptors
-
- ActivationInterceptor() - Constructor for class org.infinispan.interceptors.ActivationInterceptor
-
- activationLimit - Variable in class org.picketlink.identity.federation.saml.v2.ac.ActivationPinType
-
- activationLimit - Variable in class org.picketlink.identity.federation.saml.v2.ac.classes.ActivationPinType
-
- activationLimitDuration - Variable in class org.picketlink.identity.federation.saml.v2.ac.ActivationLimitType
-
- activationLimitDuration - Variable in class org.picketlink.identity.federation.saml.v2.ac.classes.ActivationLimitType
-
- ActivationLimitDurationType - Class in org.picketlink.identity.federation.saml.v2.ac
-
Java class for ActivationLimitDurationType complex type.
- ActivationLimitDurationType(Duration) - Constructor for class org.picketlink.identity.federation.saml.v2.ac.ActivationLimitDurationType
-
- ActivationLimitDurationType - Class in org.picketlink.identity.federation.saml.v2.ac.classes
-
Java class for ActivationLimitDurationType complex type.
- ActivationLimitDurationType(Duration) - Constructor for class org.picketlink.identity.federation.saml.v2.ac.classes.ActivationLimitDurationType
-
- activationLimitSession - Variable in class org.picketlink.identity.federation.saml.v2.ac.ActivationLimitType
-
- activationLimitSession - Variable in class org.picketlink.identity.federation.saml.v2.ac.classes.ActivationLimitType
-
- ActivationLimitSessionType - Class in org.picketlink.identity.federation.saml.v2.ac
-
Java class for ActivationLimitSessionType complex type.
- ActivationLimitSessionType() - Constructor for class org.picketlink.identity.federation.saml.v2.ac.ActivationLimitSessionType
-
- ActivationLimitSessionType - Class in org.picketlink.identity.federation.saml.v2.ac.classes
-
Java class for ActivationLimitSessionType complex type.
- ActivationLimitSessionType() - Constructor for class org.picketlink.identity.federation.saml.v2.ac.classes.ActivationLimitSessionType
-
- ActivationLimitType - Class in org.picketlink.identity.federation.saml.v2.ac
-
Java class for ActivationLimitType complex type.
- ActivationLimitType() - Constructor for class org.picketlink.identity.federation.saml.v2.ac.ActivationLimitType
-
- ActivationLimitType - Class in org.picketlink.identity.federation.saml.v2.ac.classes
-
Java class for ActivationLimitType complex type.
- ActivationLimitType() - Constructor for class org.picketlink.identity.federation.saml.v2.ac.classes.ActivationLimitType
-
- activationLimitUsages - Variable in class org.picketlink.identity.federation.saml.v2.ac.ActivationLimitType
-
- activationLimitUsages - Variable in class org.picketlink.identity.federation.saml.v2.ac.classes.ActivationLimitType
-
- ActivationLimitUsagesType - Class in org.picketlink.identity.federation.saml.v2.ac
-
Java class for ActivationLimitUsagesType complex type.
- ActivationLimitUsagesType() - Constructor for class org.picketlink.identity.federation.saml.v2.ac.ActivationLimitUsagesType
-
- ActivationLimitUsagesType - Class in org.picketlink.identity.federation.saml.v2.ac.classes
-
Java class for ActivationLimitUsagesType complex type.
- ActivationLimitUsagesType(BigInteger) - Constructor for class org.picketlink.identity.federation.saml.v2.ac.classes.ActivationLimitUsagesType
-
- activationPin - Variable in class org.picketlink.identity.federation.saml.v2.ac.classes.KeyActivationType
-
- activationPin - Variable in class org.picketlink.identity.federation.saml.v2.ac.classes.PrincipalAuthenticationMechanismType
-
- activationPin - Variable in class org.picketlink.identity.federation.saml.v2.ac.KeyActivationType
-
- activationPin - Variable in class org.picketlink.identity.federation.saml.v2.ac.PrincipalAuthenticationMechanismType
-
- ActivationPinType - Class in org.picketlink.identity.federation.saml.v2.ac
-
Java class for ActivationPinType complex type.
- ActivationPinType() - Constructor for class org.picketlink.identity.federation.saml.v2.ac.ActivationPinType
-
- ActivationPinType - Class in org.picketlink.identity.federation.saml.v2.ac.classes
-
Java class for ActivationPinType complex type.
- ActivationPinType() - Constructor for class org.picketlink.identity.federation.saml.v2.ac.classes.ActivationPinType
-
- ActivationSpec - Interface in javax.resource.spi
-
This interface serves as a marker.
- activator - Variable in class org.jboss.com.sun.corba.se.impl.oa.poa.POAPolicyMediatorImpl_R_USM
-
- ACTIVATOR_ERROR - Static variable in exception org.osgi.framework.BundleException
-
The bundle activator was in error.
- ACTIVE - Static variable in interface org.osgi.framework.Bundle
-
The bundle is now running.
- activeCount() - Method in class org.jboss.com.sun.corba.se.impl.transport.ByteBufferPoolImpl
-
- activeCount() - Method in interface org.jboss.com.sun.corba.se.pept.transport.ByteBufferPool
-
- ActiveObjectMap - Class in org.jboss.com.sun.corba.se.impl.oa.poa
-
The ActiveObjectMap maintains associations between servants and their keys.
- ActiveObjectMap(POAImpl) - Constructor for class org.jboss.com.sun.corba.se.impl.oa.poa.ActiveObjectMap
-
- activeObjectMap - Variable in class org.jboss.com.sun.corba.se.impl.oa.poa.POAPolicyMediatorBase_R
-
- ActiveObjectMap.Key - Class in org.jboss.com.sun.corba.se.impl.oa.poa
-
- activeStatusChanged(boolean) - Method in class org.infinispan.loaders.decorators.SingletonStore
-
Method called when the cache either becomes the coordinator or stops being the coordinator.
- activeThreads() - Static method in class org.jgroups.util.Util
-
- actor - Variable in class org.picketlink.identity.federation.saml.v2.profiles.sso.ecp.RelayStateType
-
- actor - Variable in class org.picketlink.identity.federation.saml.v2.profiles.sso.ecp.RequestType
-
- actor - Variable in class org.picketlink.identity.federation.saml.v2.profiles.sso.ecp.ResponseType
-
- actualCount - Variable in class org.uddi.api_v3.ListDescription
-
- actualEncoding - Variable in class org.apache.xerces.dom.CoreDocumentImpl
-
Experimental DOM Level 3 feature: Document actualEncoding
- actualEncoding - Variable in class org.apache.xml.dtm.ref.DTMNodeProxy
-
DOM Level 3 feature: Document actualEncoding
- actualEncoding - Variable in class org.apache.xml.utils.UnImplNode
-
DOM Level 3 feature: Document actualEncoding
- actualValue - Variable in class org.apache.xerces.impl.dv.ValidatedInfo
-
The actual value from a string value (QName, Boolean, etc.)
An array of Objects if the type is a list.
- actualValueType - Variable in class org.apache.xerces.impl.dv.ValidatedInfo
-
The type of the actual value.
- AD - Static variable in class org.joda.time.DateTimeConstants
-
Constant (1) representing AD, years after zero (from Calendar).
- adapt(Configuration) - Static method in class org.infinispan.configuration.cache.LegacyConfigurationAdaptor
-
- adapt(Configuration) - Static method in class org.infinispan.configuration.cache.LegacyConfigurationAdaptor
-
- adapt(GlobalConfiguration) - Static method in class org.infinispan.configuration.global.LegacyGlobalConfigurationAdaptor
-
- adapt(GlobalConfiguration) - Static method in class org.infinispan.configuration.global.LegacyGlobalConfigurationAdaptor
-
- AdaptedImmutableType<T> - Class in org.hibernate.type
-
Optimize a mutable type, if the user promises not to mutable the
instances.
- AdaptedImmutableType(AbstractStandardBasicType<T>) - Constructor for class org.hibernate.type.AdaptedImmutableType
-
- ADAPTER - Static variable in class org.h2.message.TraceSystem
-
This trace level means all type of messages should be written, but
instead of using the trace file the messages should be written to SLF4J.
- ADAPTER_ACTIVATOR_EXCEPTION - Static variable in class org.jboss.com.sun.corba.se.impl.logging.OMGSystemException
-
- ADAPTER_ACTIVATOR_FAILED - Static variable in class org.jboss.com.sun.corba.se.impl.logging.POASystemException
-
- ADAPTER_ACTIVATOR_NONEXISTENT - Static variable in class org.jboss.com.sun.corba.se.impl.logging.POASystemException
-
- ADAPTER_DESTROYED - Static variable in class org.jboss.com.sun.corba.se.impl.logging.POASystemException
-
- ADAPTER_ID_NOT_AVAILABLE - Static variable in class org.jboss.com.sun.corba.se.impl.logging.IORSystemException
-
- ADAPTER_ID_NOT_AVAILABLE - Static variable in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- ADAPTER_INACTIVE_IN_ACTIVATION - Static variable in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- adapter_name() - Method in class org.jboss.com.sun.corba.se.impl.ior.ObjectReferenceTemplateImpl
-
- adapterActivatorException(CompletionStatus, Throwable, Object, Object) - Method in class org.jboss.com.sun.corba.se.impl.logging.OMGSystemException
-
- adapterActivatorException(CompletionStatus, Object, Object) - Method in class org.jboss.com.sun.corba.se.impl.logging.OMGSystemException
-
- adapterActivatorException(Throwable, Object, Object) - Method in class org.jboss.com.sun.corba.se.impl.logging.OMGSystemException
-
- adapterActivatorException(Object, Object) - Method in class org.jboss.com.sun.corba.se.impl.logging.OMGSystemException
-
- adapterActivatorFailed(CompletionStatus, Throwable) - Method in class org.jboss.com.sun.corba.se.impl.logging.POASystemException
-
- adapterActivatorFailed(CompletionStatus) - Method in class org.jboss.com.sun.corba.se.impl.logging.POASystemException
-
- adapterActivatorFailed(Throwable) - Method in class org.jboss.com.sun.corba.se.impl.logging.POASystemException
-
- adapterActivatorFailed() - Method in class org.jboss.com.sun.corba.se.impl.logging.POASystemException
-
- adapterActivatorNonexistent(CompletionStatus, Throwable) - Method in class org.jboss.com.sun.corba.se.impl.logging.POASystemException
-
- adapterActivatorNonexistent(CompletionStatus) - Method in class org.jboss.com.sun.corba.se.impl.logging.POASystemException
-
- adapterActivatorNonexistent(Throwable) - Method in class org.jboss.com.sun.corba.se.impl.logging.POASystemException
-
- adapterActivatorNonexistent() - Method in class org.jboss.com.sun.corba.se.impl.logging.POASystemException
-
- adapterDestroyed(CompletionStatus, Throwable) - Method in class org.jboss.com.sun.corba.se.impl.logging.POASystemException
-
- adapterDestroyed(CompletionStatus) - Method in class org.jboss.com.sun.corba.se.impl.logging.POASystemException
-
- adapterDestroyed(Throwable) - Method in class org.jboss.com.sun.corba.se.impl.logging.POASystemException
-
- adapterDestroyed() - Method in class org.jboss.com.sun.corba.se.impl.logging.POASystemException
-
- adapterIdNotAvailable(CompletionStatus, Throwable) - Method in class org.jboss.com.sun.corba.se.impl.logging.IORSystemException
-
- adapterIdNotAvailable(CompletionStatus) - Method in class org.jboss.com.sun.corba.se.impl.logging.IORSystemException
-
- adapterIdNotAvailable(Throwable) - Method in class org.jboss.com.sun.corba.se.impl.logging.IORSystemException
-
- adapterIdNotAvailable() - Method in class org.jboss.com.sun.corba.se.impl.logging.IORSystemException
-
- adapterIdNotAvailable(CompletionStatus, Throwable) - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- adapterIdNotAvailable(CompletionStatus) - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- adapterIdNotAvailable(Throwable) - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- adapterIdNotAvailable() - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- adapterInactiveInActivation(CompletionStatus, Throwable) - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- adapterInactiveInActivation(CompletionStatus) - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- adapterInactiveInActivation(Throwable) - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- adapterInactiveInActivation() - Method in class org.jboss.com.sun.corba.se.impl.logging.ORBUtilSystemException
-
- AdapterLogRecord - Class in org.apache.log4j.lf5.util
-
A LogRecord to be used with the LogMonitorAdapter
- AdapterLogRecord() - Constructor for class org.apache.log4j.lf5.util.AdapterLogRecord
-
- adapterManagerStateChanged(int, short) - Method in interface org.jboss.com.sun.corba.se.spi.protocol.PIHandler
-
Called whenever a state change occurs in an adapter manager.
- adapterStateChanged(ObjectReferenceTemplate[], short) - Method in interface org.jboss.com.sun.corba.se.spi.protocol.PIHandler
-
Called whenever a state change occurs in an object adapter that was not caused by an adapter manager state
change.
- ADAPTIVE_RTF - Static variable in interface org.apache.xalan.xsltc.DOM
-
- AdaptiveBufferSizePredictor - Class in org.infinispan.marshall
-
The
BufferSizePredictor
that automatically increases and
decreases the predicted buffer size on feed back.
- AdaptiveBufferSizePredictor() - Constructor for class org.infinispan.marshall.AdaptiveBufferSizePredictor
-
Creates a new predictor with the default parameters.
- AdaptiveBufferSizePredictor(int, int, int) - Constructor for class org.infinispan.marshall.AdaptiveBufferSizePredictor
-
Creates a new predictor with the specified parameters.
- AdaptiveResultTreeImpl - Class in org.apache.xalan.xsltc.dom
-
AdaptiveResultTreeImpl is a adaptive DOM model for result tree fragments (RTF).
- AdaptiveResultTreeImpl(XSLTCDTMManager, int, DTMWSFilter, int, boolean) - Constructor for class org.apache.xalan.xsltc.dom.AdaptiveResultTreeImpl
-
- adaptParamsForXalan(Node, String, XPathVariableResolver) - Method in class org.apache.taglibs.standard.tag.common.xml.XPathUtil
-
To evaluate an XPath expression using Xalan, we need
to create an XPath object, which wraps an expression object and provides
general services for execution of that expression.
- add(Status, Status) - Static method in class com.sun.mail.imap.protocol.Status
-
- add(Rights.Right) - Method in class com.sun.mail.imap.Rights
-
Add the specified right to this Rights object.
- add(Rights) - Method in class com.sun.mail.imap.Rights
-
Add all the rights in the given Rights object to this
Rights object.
- add(ELResolver) - Method in class javax.el.CompositeELResolver
-
Adds the given resolver to the list of component resolvers.
- add(Serializable, Object) - Method in interface javax.faces.component.StateHelper
-
Store the specified
value
in a List
that is internal to the
StateHelper
.
- add(Metadata) - Method in class javax.faces.view.facelets.MetaRuleset
-
Add another Metadata
to this
ruleset, returning this
.
- add(FetchProfile.Item) - Method in class javax.mail.FetchProfile
-
Add the given special item as one of the attributes to
be prefetched.
- add(String) - Method in class javax.mail.FetchProfile
-
Add the specified header-field to the list of attributes
to be prefetched.
- add(Flags.Flag) - Method in class javax.mail.Flags
-
Add the specified system flag to this Flags object.
- add(String) - Method in class javax.mail.Flags
-
Add the specified user flag to this Flags object.
- add(Flags) - Method in class javax.mail.Flags
-
Add all the flags in the given Flags object to this
Flags object.
- add(K, V) - Method in interface javax.ws.rs.core.MultivaluedMap
-
Add a value to the current list of values for the supplied key.
- add() - Method in class javax.ws.rs.core.Variant.VariantListBuilder
-
Add the current combination of metadata to the list of supported variants,
after this method is called the current combination of metadata is emptied.
- add(HTMLElement, HTMLElement) - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- add(LoggingEvent) - Method in class org.apache.log4j.helpers.CyclicBuffer
-
Add an event
as the last event in the buffer.
- add(int, int) - Static method in class org.apache.taglibs.standard.lang.jstl.test.StaticFunctionTests
-
- add(InstructionHandle) - Method in class org.apache.xalan.xsltc.compiler.FlowList
-
- ADD() - Method in class org.apache.xalan.xsltc.compiler.util.IntType
-
- ADD() - Method in class org.apache.xalan.xsltc.compiler.util.RealType
-
- ADD() - Method in class org.apache.xalan.xsltc.compiler.util.Type
-
- add(Object, int, int) - Method in class org.apache.xalan.xsltc.dom.KeyIndex
-
Adds a node to the node list for a given value.
- add(String, String) - Method in class org.apache.xalan.xsltc.runtime.AttributeList
-
Adds an attribute to the list
- add(int) - Method in class org.apache.xalan.xsltc.util.IntegerArray
-
- add(String) - Method in class org.apache.xerces.dom.DOMStringListImpl
-
DOM Internal:
Add a DOMString
to the list.
- add(XSObject) - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
-
- add(int, XSObject) - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
-
- add(short) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ShortVector
-
Adds the value to the vector.
- add(Object) - Method in class org.dom4j.bean.BeanAttributeList
-
- add(int, Object) - Method in class org.dom4j.bean.BeanAttributeList
-
- add(Node) - Method in interface org.dom4j.Branch
-
- add(Comment) - Method in interface org.dom4j.Branch
-
Adds the given Comment
to this branch.
- add(Element) - Method in interface org.dom4j.Branch
-
Adds the given Element
to this branch.
- add(ProcessingInstruction) - Method in interface org.dom4j.Branch
-
Adds the given ProcessingInstruction
to this branch.
- add(Attribute) - Method in interface org.dom4j.Element
-
Adds the given Attribute
to this element.
- add(CDATA) - Method in interface org.dom4j.Element
-
Adds the given CDATA
to this element.
- add(Entity) - Method in interface org.dom4j.Element
-
Adds the given Entity
to this element.
- add(Text) - Method in interface org.dom4j.Element
-
Adds the given Text
to this element.
- add(Namespace) - Method in interface org.dom4j.Element
-
Adds the given Namespace
to this element.
- add(Node) - Method in class org.dom4j.tree.AbstractBranch
-
- add(Comment) - Method in class org.dom4j.tree.AbstractBranch
-
- add(Element) - Method in class org.dom4j.tree.AbstractBranch
-
- add(ProcessingInstruction) - Method in class org.dom4j.tree.AbstractBranch
-
- add(Element) - Method in class org.dom4j.tree.AbstractDocument
-
- add(Attribute) - Method in class org.dom4j.tree.AbstractElement
-
- add(Node) - Method in class org.dom4j.tree.AbstractElement
-
- add(CDATA) - Method in class org.dom4j.tree.AbstractElement
-
- add(Comment) - Method in class org.dom4j.tree.AbstractElement
-
- add(Element) - Method in class org.dom4j.tree.AbstractElement
-
- add(Entity) - Method in class org.dom4j.tree.AbstractElement
-
- add(Namespace) - Method in class org.dom4j.tree.AbstractElement
-
- add(ProcessingInstruction) - Method in class org.dom4j.tree.AbstractElement
-
- add(Text) - Method in class org.dom4j.tree.AbstractElement
-
- add(Object) - Method in class org.dom4j.tree.BackedList
-
- add(int, Object) - Method in class org.dom4j.tree.BackedList
-
- add(Object) - Method in class org.dom4j.tree.ContentListFacade
-
- add(int, Object) - Method in class org.dom4j.tree.ContentListFacade
-
- add(Attribute) - Method in class org.dom4j.tree.DefaultElement
-
- add(Object) - Method in interface org.h2.api.AggregateFunction
-
This method is called once for each row.
- add(String, String, int) - Method in class org.h2.bnf.Sentence
-
Add a word to the set of next tokens.
- add(Session, Row) - Method in class org.h2.index.FunctionIndex
-
- add(Session, Row) - Method in class org.h2.index.HashIndex
-
- add(Session, Row) - Method in interface org.h2.index.Index
-
Add a row to the index.
- add(Session, Row) - Method in class org.h2.index.LinkedIndex
-
- add(Session, Row) - Method in class org.h2.index.MetaIndex
-
- add(Session, Row) - Method in class org.h2.index.MultiVersionIndex
-
- add(Session, Row) - Method in class org.h2.index.NonUniqueHashIndex
-
- add(Session, Row) - Method in class org.h2.index.PageBtreeIndex
-
- add(Session, Row) - Method in class org.h2.index.PageDataIndex
-
- add(Session, Row) - Method in class org.h2.index.PageDelegateIndex
-
- add(Session, Row) - Method in class org.h2.index.RangeIndex
-
- add(Session, Row) - Method in class org.h2.index.ScanIndex
-
- add(Session, Row) - Method in class org.h2.index.TreeIndex
-
- add(Session, Row) - Method in class org.h2.index.ViewIndex
-
- add(Row) - Method in class org.h2.result.RowList
-
Add a row to the list.
- add(SchemaObject) - Method in class org.h2.schema.Schema
-
Add an object to this schema.
- add(int[], int, int, int) - Static method in class org.h2.store.Page
-
Add a value to a subset of the array.
- ADD - Static variable in class org.h2.store.PageLog
-
Add a record to a table.
- add(int) - Method in class org.h2.util.IntArray
-
Append a value.
- add(Value) - Method in class org.h2.value.Value
-
Add a value and return the result.
- add(Value) - Method in class org.h2.value.ValueByte
-
- add(Value) - Method in class org.h2.value.ValueDecimal
-
- add(Value) - Method in class org.h2.value.ValueDouble
-
- add(Value) - Method in class org.h2.value.ValueFloat
-
- add(Value) - Method in class org.h2.value.ValueInt
-
- add(Value) - Method in class org.h2.value.ValueLong
-
- add(Value) - Method in class org.h2.value.ValueShort
-
- add(Value) - Method in class org.h2.value.ValueTime
-
- add(Value) - Method in class org.h2.value.ValueTimestamp
-
- add(String[], String, String[]) - Static method in class org.hibernate.annotations.common.util.StringHelper
-
- add(XmlDocument) - Method in class org.hibernate.cfg.Configuration
-
- add(XmlDocument) - Method in class org.hibernate.cfg.Configuration.MetadataSourceQueue
-
- add(XClass) - Method in class org.hibernate.cfg.Configuration.MetadataSourceQueue
-
- add(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
-
- add(int, Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
-
- add(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
-
- add(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
-
- add(Object) - Method in class org.hibernate.collection.internal.PersistentBag
-
- add(int, Object) - Method in class org.hibernate.collection.internal.PersistentBag
-
- add(Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
-
- add(int, Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
-
- add(Object) - Method in class org.hibernate.collection.internal.PersistentList
-
- add(int, Object) - Method in class org.hibernate.collection.internal.PersistentList
-
- add(Object) - Method in class org.hibernate.collection.internal.PersistentSet
-
- add(Criterion) - Method in interface org.hibernate.Criteria
-
Add a
restriction
to constrain the results to be
retrieved.
- add(Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
-
- add(Criterion) - Method in class org.hibernate.criterion.Junction
-
- add(Projection) - Method in class org.hibernate.criterion.ProjectionList
-
- add(Projection, String) - Method in class org.hibernate.criterion.ProjectionList
-
- add(XClass, ReflectionManager) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
-
- add(Class, ClassLoaderService, EntityBinding) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
-
- add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.ComponentPropertyMapper
-
- add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.id.AbstractCompositeIdMapper
-
- add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.id.SingleIdMapper
-
- add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
-
- add(U) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
-
- add(int, U) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
-
- add(PropertyData) - Method in interface org.hibernate.envers.entities.mapper.SimpleMapperBuilder
-
- add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.SinglePropertyMapper
-
- add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
-
- add(AuditCriterion) - Method in interface org.hibernate.envers.query.AuditQuery
-
- add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
-
- add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AuditConjunction
-
- add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AuditDisjunction
-
- add(AuditCriterion) - Method in interface org.hibernate.envers.query.criteria.ExtendableCriterion
-
- add(AuditCriterion) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
-
- add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
-
- add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
-
- add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
-
- add(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Perform an addition
- add(Criteria, Criterion) - Method in class org.hibernate.internal.CriteriaImpl
-
- add(Criterion) - Method in class org.hibernate.internal.CriteriaImpl
-
- add(Criterion) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
-
- add(Object) - Method in class org.hibernate.internal.util.collections.IdentitySet
-
- add(String[], String, String[]) - Static method in class org.hibernate.internal.util.StringHelper
-
- add(SubclassEntitySource) - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
-
- add(SubclassEntitySource) - Method in interface org.hibernate.metamodel.source.binder.SubclassEntityContainer
-
- add(SubclassEntitySource) - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
-
- add(SubclassEntitySourceImpl) - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
-
- add(MetaAttribute) - Method in class org.hibernate.metamodel.source.MetaAttributeContext
-
- add(Attribute) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- add(CDATA) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- add(Entity) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- add(Text) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- add(Namespace) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- add(Node) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- add(Comment) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- add(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- add(ProcessingInstruction) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- add(NativeSQLQueryReturn) - Method in interface org.hibernate.SQLQueryResultMappingBuilder.ReturnsHolder
-
- add(Attribute) - Method in class org.hibernate.tuple.ElementWrapper
-
- add(CDATA) - Method in class org.hibernate.tuple.ElementWrapper
-
- add(Entity) - Method in class org.hibernate.tuple.ElementWrapper
-
- add(Text) - Method in class org.hibernate.tuple.ElementWrapper
-
- add(Namespace) - Method in class org.hibernate.tuple.ElementWrapper
-
- add(Node) - Method in class org.hibernate.tuple.ElementWrapper
-
- add(Comment) - Method in class org.hibernate.tuple.ElementWrapper
-
- add(Element) - Method in class org.hibernate.tuple.ElementWrapper
-
- add(ProcessingInstruction) - Method in class org.hibernate.tuple.ElementWrapper
-
- add(Object) - Method in class org.hibernate.validator.util.IdentitySet
-
- ADD - Static variable in class org.hornetq.core.filter.impl.Operator
-
- add(E) - Method in class org.hornetq.utils.ConcurrentHashSet
-
- add(Object) - Method in class org.infinispan.commands.read.KeySetCommand.ExpiredFilteredKeySet
-
- add(Object) - Method in class org.infinispan.commands.read.ValuesCommand.ExpiredFilteredValues
-
- add(CommandInterceptor) - Method in class org.infinispan.config.Configuration.CustomInterceptorsType
-
Deprecated.
- add(CommandInterceptor) - Method in interface org.infinispan.config.FluentConfiguration.CustomInterceptorCumulator
-
Deprecated.
- add(ReplicableCommand) - Method in interface org.infinispan.remoting.ReplicationQueue
-
Adds a new command to the replication queue.
- add(ReplicableCommand) - Method in class org.infinispan.remoting.ReplicationQueueImpl
-
- add(List<Xid>) - Method in class org.infinispan.transaction.xa.recovery.PreparedTxIterator
-
- add(E) - Method in class org.infinispan.util.concurrent.ConcurrentHashSet
-
- add(long) - Method in class org.infinispan.util.concurrent.jdk8backported.LongAdder
-
Adds the given value.
- add(int, E) - Method in class org.infinispan.util.ForwardingList
-
- add(E) - Method in class org.infinispan.util.ForwardingList
-
- add(E) - Method in class org.infinispan.util.ImmutableListCopy
-
- add(Object) - Method in class org.infinispan.util.ReadOnlyDataContainerBackedKeySet
-
- add(String) - Method in class org.jboss.com.sun.corba.se.impl.corba.ContextListImpl
-
- add(TypeCode) - Method in class org.jboss.com.sun.corba.se.impl.corba.ExceptionListImpl
-
- add(int) - Method in class org.jboss.com.sun.corba.se.impl.corba.NVListImpl
-
- add(int, Object) - Method in class org.jboss.com.sun.corba.se.impl.ior.FreezableList
-
- add(int, Object) - Method in class org.jboss.com.sun.corba.se.impl.ior.IORTemplateListImpl
-
- add(State, Input, Guard, Action, State) - Method in class org.jboss.com.sun.corba.se.impl.orbutil.fsm.StateEngineImpl
-
- add(State, Input, Action, State) - Method in class org.jboss.com.sun.corba.se.impl.orbutil.fsm.StateEngineImpl
-
- add(Node) - Method in class org.jboss.com.sun.corba.se.impl.orbutil.graph.GraphImpl
-
- add(State, Input, Guard, Action, State) - Method in interface org.jboss.com.sun.corba.se.spi.orbutil.fsm.StateEngine
-
Add a new transition (old,in,guard,act,new) to the state engine.
- add(State, Input, Action, State) - Method in interface org.jboss.com.sun.corba.se.spi.orbutil.fsm.StateEngine
-
Add a transition with a guard that always evaluates to true.
- add(String, String) - Method in class org.jboss.com.sun.net.httpserver.Headers
-
adds the given value to the list of headers
for the given key.
- add(T) - Method in class org.jboss.marshalling.util.IdentityIntSet
-
Add a value into the set, if it's not already in there.
- add(T) - Method in class org.jboss.marshalling.util.IntSet
-
Add a value into the set, if it's not already in there.
- add(T, V) - Method in class org.jboss.threads.AtomicArray
-
Atomically replace the array with a new array which is one element longer, and which includes the given value.
- add(T, V, Comparator<? super V>) - Method in class org.jboss.threads.AtomicArray
-
Add a value to a sorted array.
- add(Dependency) - Method in class org.jboss.threads.DependencyTaskBuilder
-
Add a dependency.
- add(Collection<Dependency>) - Method in class org.jboss.threads.DependencyTaskBuilder
-
Add many dependencies.
- add(Dependency...) - Method in class org.jboss.threads.DependencyTaskBuilder
-
Add many dependencies.
- add(VirtualFile) - Method in class org.jboss.vfs.VirtualFileAssembly
-
- add(String, VirtualFile) - Method in class org.jboss.vfs.VirtualFileAssembly
-
- add(String, File) - Method in class org.jboss.vfs.VirtualFileAssembly
-
- add(K, V) - Method in class org.jgroups.blocks.LazyRemovalCache
-
- add(short, T) - Method in interface org.jgroups.blocks.mux.Muxer
-
Registers the specified handler to handle messages containing a mux header with the specified mux identifier.
- add(short, UpHandler) - Method in class org.jgroups.blocks.mux.MuxUpHandler
-
Registers the specified handler to handle messages containing a mux header with the specified mux identifier.
- add(short, Class) - Static method in class org.jgroups.conf.ClassConfigurator
-
Method to register a user-defined header with jg-magic-map at runtime
- add(int, int) - Method in class org.jgroups.demos.JmxDemo
-
- add(Address) - Method in class org.jgroups.Membership
-
Adds a new member to this membership.
- add(Address...) - Method in class org.jgroups.Membership
-
- add(Collection<Address>) - Method in class org.jgroups.Membership
-
Adds a list of members to this membership
- add(COUNTER.ReconcileResponse, Address) - Method in class org.jgroups.protocols.COUNTER.ReconciliationTask
-
- add(Message) - Method in class org.jgroups.protocols.SCOPE.MessageQueue
-
- add(long, Message) - Method in class org.jgroups.stack.AckReceiverWindow
-
Adds a new message.
- add(long, Message) - Method in class org.jgroups.stack.AckSenderWindow
-
Adds a new message to the retransmission table.
- add(long, long) - Method in class org.jgroups.stack.DefaultRetransmitter
-
Add the given range [first_seqno, last_seqno] in the list of
entries eligible for retransmission.
- add(long, Message) - Method in class org.jgroups.stack.NakReceiverWindow
-
Adds a message according to its seqno (sequence number).
- add(long, long) - Method in class org.jgroups.stack.RangeBasedRetransmitter
-
Add the given range [first_seqno, last_seqno] in the list of
entries eligible for retransmission.
- add(long, long) - Method in class org.jgroups.stack.Retransmitter
-
Add messages from first_seqno
to last_seqno
for retransmission
- add(K) - Method in class org.jgroups.util.AgeOutCache
-
- add(T) - Method in class org.jgroups.util.BoundedList
-
Adds an element at the tail.
- add(Address, long, long) - Method in class org.jgroups.util.MutableDigest
-
- add(Address, long, long, boolean) - Method in class org.jgroups.util.MutableDigest
-
- add(Digest) - Method in class org.jgroups.util.MutableDigest
-
- add(Digest, boolean) - Method in class org.jgroups.util.MutableDigest
-
- add(Object) - Method in class org.jgroups.util.Queue
-
adds an object to the tail of this queue
If the queue has been closed with close(true) no exception will be
thrown if the queue has not been flushed yet.
- add(Address, T) - Method in class org.jgroups.util.ResponseCollector
-
- add(Address, long) - Method in class org.jgroups.util.SeqnoTable
-
- add(Address, String) - Static method in class org.jgroups.util.UUID
-
- add(Map<Address, String>) - Static method in class org.jgroups.util.UUID
-
- add(ReadablePeriod, long, int) - Method in class org.joda.time.chrono.BaseChronology
-
Adds the period to the instant, specifying the number of times to add.
- add(long, long, int) - Method in class org.joda.time.chrono.BaseChronology
-
Adds the duration to the instant, specifying the number of times to add.
- add(ReadablePeriod, long, int) - Method in class org.joda.time.Chronology
-
Adds the period to the instant, specifying the number of times to add.
- add(long, long, int) - Method in class org.joda.time.Chronology
-
Adds the duration to the instant, specifying the number of times to add.
- add(long, int) - Method in class org.joda.time.DateTimeField
-
Adds a value (which may be negative) to the millis value,
overflowing into larger fields if necessary.
- add(long, long) - Method in class org.joda.time.DateTimeField
-
Adds a value (which may be negative) to the millis value,
overflowing into larger fields if necessary.
- add(ReadablePartial, int, int[], int) - Method in class org.joda.time.DateTimeField
-
Adds a value (which may be negative) to the partial instant,
throwing an exception if the maximum size of the instant is reached.
- add(long, int) - Method in class org.joda.time.DurationField
-
Adds a duration value (which may be negative) to the instant.
- add(long, long) - Method in class org.joda.time.DurationField
-
Adds a duration value (which may be negative) to the instant.
- add(long, int) - Method in class org.joda.time.field.BaseDateTimeField
-
Adds a value (which may be negative) to the instant value,
overflowing into larger fields if necessary.
- add(long, long) - Method in class org.joda.time.field.BaseDateTimeField
-
Adds a value (which may be negative) to the instant value,
overflowing into larger fields if necessary.
- add(ReadablePartial, int, int[], int) - Method in class org.joda.time.field.BaseDateTimeField
-
Adds a value (which may be negative) to the partial instant,
throwing an exception if the maximum size of the instant is reached.
- add(long, int) - Method in class org.joda.time.field.DecoratedDurationField
-
- add(long, long) - Method in class org.joda.time.field.DecoratedDurationField
-
- add(long, int) - Method in class org.joda.time.field.DelegatedDateTimeField
-
- add(long, long) - Method in class org.joda.time.field.DelegatedDateTimeField
-
- add(ReadablePartial, int, int[], int) - Method in class org.joda.time.field.DelegatedDateTimeField
-
- add(long, int) - Method in class org.joda.time.field.DelegatedDurationField
-
- add(long, long) - Method in class org.joda.time.field.DelegatedDurationField
-
- add(long, int) - Method in class org.joda.time.field.DividedDateTimeField
-
Add the specified amount of scaled units to the specified time
instant.
- add(long, long) - Method in class org.joda.time.field.DividedDateTimeField
-
Add the specified amount of scaled units to the specified time
instant.
- add(long, int) - Method in class org.joda.time.field.ImpreciseDateTimeField
-
- add(long, long) - Method in class org.joda.time.field.ImpreciseDateTimeField
-
- add(long, int) - Method in class org.joda.time.field.MillisDurationField
-
- add(long, long) - Method in class org.joda.time.field.MillisDurationField
-
- add(long, int) - Method in class org.joda.time.field.OffsetDateTimeField
-
Add the specified amount of offset units to the specified time
instant.
- add(long, long) - Method in class org.joda.time.field.OffsetDateTimeField
-
Add the specified amount of offset units to the specified time
instant.
- add(long, int) - Method in class org.joda.time.field.PreciseDurationField
-
- add(long, long) - Method in class org.joda.time.field.PreciseDurationField
-
- add(long, int) - Method in class org.joda.time.field.ScaledDurationField
-
- add(long, long) - Method in class org.joda.time.field.ScaledDurationField
-
- add(long, int) - Method in class org.joda.time.field.UnsupportedDateTimeField
-
Delegates to the duration field.
- add(long, long) - Method in class org.joda.time.field.UnsupportedDateTimeField
-
Delegates to the duration field.
- add(ReadablePartial, int, int[], int) - Method in class org.joda.time.field.UnsupportedDateTimeField
-
Always throws UnsupportedOperationException
- add(long, int) - Method in class org.joda.time.field.UnsupportedDurationField
-
Always throws UnsupportedOperationException
- add(long, long) - Method in class org.joda.time.field.UnsupportedDurationField
-
Always throws UnsupportedOperationException
- add(long, int) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
-
- add(long, long) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
-
- add(long) - Method in class org.joda.time.MutableDateTime
-
Add an amount of time to the datetime.
- add(ReadableDuration) - Method in class org.joda.time.MutableDateTime
-
Adds a duration to this instant.
- add(ReadableDuration, int) - Method in class org.joda.time.MutableDateTime
-
Adds a duration to this instant specifying how many times to add.
- add(ReadablePeriod) - Method in class org.joda.time.MutableDateTime
-
Adds a period to this instant.
- add(ReadablePeriod, int) - Method in class org.joda.time.MutableDateTime
-
Adds a period to this instant specifying how many times to add.
- add(DurationFieldType, int) - Method in class org.joda.time.MutableDateTime
-
Adds to the instant specifying the duration and multiple to add.
- add(int) - Method in class org.joda.time.MutableDateTime.Property
-
Adds a value to the millis value.
- add(long) - Method in class org.joda.time.MutableDateTime.Property
-
Adds a value to the millis value.
- add(DurationFieldType, int) - Method in class org.joda.time.MutablePeriod
-
Adds to the value of one of the fields.
- add(ReadablePeriod) - Method in class org.joda.time.MutablePeriod
-
Adds a period to this one by adding each field in turn.
- add(int, int, int, int, int, int, int, int) - Method in class org.joda.time.MutablePeriod
-
Adds to each field of this period.
- add(ReadableInterval) - Method in class org.joda.time.MutablePeriod
-
- add(ReadableDuration) - Method in class org.joda.time.MutablePeriod
-
- add(long) - Method in class org.joda.time.MutablePeriod
-
- add(long, Chronology) - Method in class org.joda.time.MutablePeriod
-
- add(long) - Method in interface org.joda.time.ReadWritableInstant
-
Adds a millisecond duration to this instant.
- add(ReadableDuration) - Method in interface org.joda.time.ReadWritableInstant
-
Adds a duration to this instant.
- add(ReadableDuration, int) - Method in interface org.joda.time.ReadWritableInstant
-
Adds a duration to this instant specifying how many times to add.
- add(ReadablePeriod) - Method in interface org.joda.time.ReadWritableInstant
-
Adds a period to this instant.
- add(ReadablePeriod, int) - Method in interface org.joda.time.ReadWritableInstant
-
Adds a period to this instant specifying how many times to add.
- add(DurationFieldType, int) - Method in interface org.joda.time.ReadWritableInstant
-
Adds to the instant specifying the duration and multiple to add.
- add(DurationFieldType, int) - Method in interface org.joda.time.ReadWritablePeriod
-
Adds to the value of one of the fields.
- add(ReadablePeriod) - Method in interface org.joda.time.ReadWritablePeriod
-
Adds a period to this one by adding each field in turn.
- add(int, int, int, int, int, int, int, int) - Method in interface org.joda.time.ReadWritablePeriod
-
Adds to each field of this period.
- add(ReadableInterval) - Method in interface org.joda.time.ReadWritablePeriod
-
Adds an interval to this one by dividing the interval into
fields and then adding each field in turn.
- add(ClaimsProcessorType) - Method in class org.picketlink.identity.federation.core.config.ClaimsProcessorsType
-
- add(KeyValueType) - Method in class org.picketlink.identity.federation.core.config.ClaimsProcessorType
-
- add(AuthPropertyType) - Method in class org.picketlink.identity.federation.core.config.KeyProviderType
-
- add(KeyValueType) - Method in class org.picketlink.identity.federation.core.config.KeyProviderType
-
- add(KeyValueType) - Method in class org.picketlink.identity.federation.core.config.MetadataProviderType
-
- add(ServiceProviderType) - Method in class org.picketlink.identity.federation.core.config.ServiceProvidersType
-
- add(TokenProviderType) - Method in class org.picketlink.identity.federation.core.config.TokenProvidersType
-
- add(KeyValueType) - Method in class org.picketlink.identity.federation.core.config.TokenProviderType
-
- add(KeyValueType) - Method in class org.picketlink.identity.federation.core.handler.config.Handler
-
- add(Handler) - Method in class org.picketlink.identity.federation.core.handler.config.Handlers
-
- add(ParserNamespaceSupport) - Static method in class org.picketlink.identity.federation.core.parsers.ParserController
-
Add an ParserNamespaceSupport
parser
- add(SAML2Handler) - Method in class org.picketlink.identity.federation.core.saml.v2.impl.DefaultSAML2HandlerChain
-
- add(SAML2Handler) - Method in interface org.picketlink.identity.federation.core.saml.v2.interfaces.SAML2HandlerChain
-
Add an handler
- add(XMLGregorianCalendar, long) - Static method in class org.picketlink.identity.federation.core.saml.v2.util.XMLTimeUtil
-
Add additional time in miliseconds
- add(SAML11StatementAbstractType) - Method in class org.picketlink.identity.federation.saml.v1.assertion.SAML11AssertionType
-
- add(SAML11AttributeType) - Method in class org.picketlink.identity.federation.saml.v1.assertion.SAML11AttributeStatementType
-
- add(Object) - Method in class org.picketlink.identity.federation.saml.v1.assertion.SAML11AttributeType
-
- add(URI) - Method in class org.picketlink.identity.federation.saml.v1.assertion.SAML11AudienceRestrictionCondition
-
- add(SAML11AuthorityBindingType) - Method in class org.picketlink.identity.federation.saml.v1.assertion.SAML11AuthenticationStatementType
-
- add(SAML11ConditionAbstractType) - Method in class org.picketlink.identity.federation.saml.v1.assertion.SAML11ConditionsType
-
- add(String) - Method in class org.picketlink.identity.federation.saml.v1.assertion.SAML11EvidenceType
-
- add(SAML11AssertionType) - Method in class org.picketlink.identity.federation.saml.v1.assertion.SAML11EvidenceType
-
- add(SAML11AttributeDesignatorType) - Method in class org.picketlink.identity.federation.saml.v1.protocol.SAML11AttributeQueryType
-
- add(SAML11ActionType) - Method in class org.picketlink.identity.federation.saml.v1.protocol.SAML11AuthorizationDecisionQueryType
-
- add(QName) - Method in class org.picketlink.identity.federation.saml.v1.protocol.SAML11RequestAbstractType
-
- add(SAML11AssertionType) - Method in class org.picketlink.identity.federation.saml.v1.protocol.SAML11ResponseType
-
- add(ExtensionType) - Method in class org.picketlink.identity.federation.saml.v2.ac.classes.ExtensionListType
-
- add(GoverningAgreementRefType) - Method in class org.picketlink.identity.federation.saml.v2.ac.classes.GoverningAgreementsType
-
- add(Object) - Method in class org.picketlink.identity.federation.saml.v2.ac.classes.ObjectListType
-
- add(XACMLPolicyStatementType.ChoiceType) - Method in class org.picketlink.identity.federation.saml.v2.profiles.xacml.assertion.XACMLPolicyStatementType
-
- add(AttributeType) - Method in class org.picketlink.identity.federation.saml.v2.protocol.AttributeQueryType
-
Add an attribute
- add(Object) - Method in class org.picketlink.identity.federation.ws.trust.CancelTargetType
-
- add(ParticipantType) - Method in class org.picketlink.identity.federation.ws.trust.ParticipantsType
-
- add(Object) - Method in class org.picketlink.identity.federation.ws.trust.RenewTargetType
-
- add(RequestSecurityTokenType) - Method in class org.picketlink.identity.federation.ws.trust.RequestSecurityTokenCollectionType
-
- add(RequestSecurityTokenResponseType) - Method in class org.picketlink.identity.federation.ws.trust.RequestSecurityTokenResponseCollectionType
-
- add(Object) - Method in class org.picketlink.identity.federation.ws.trust.SimpleAnyType
-
- add(T) - Method in interface org.picketlink.identity.federation.ws.trust.SimpleCollectionUsage
-
Add a T
to the collection
- add(Object) - Method in class org.picketlink.identity.federation.ws.trust.ValidateTargetType
-
- add(String) - Method in class org.picketlink.identity.federation.ws.wss.secext.SecurityTokenReferenceType
-
- add(Object) - Method in class org.picketlink.identity.xmlsec.w3.xmldsig.ObjectType
-
- add(Object) - Method in class org.picketlink.identity.xmlsec.w3.xmldsig.PGPDataType
-
- add(Object) - Method in class org.picketlink.identity.xmlsec.w3.xmldsig.SignatureMethodType
-
- add(ReferenceType) - Method in class org.picketlink.identity.xmlsec.w3.xmldsig.SignedInfoType
-
- add(Object) - Method in class org.picketlink.identity.xmlsec.w3.xmldsig.X509DataType
-
- add(ReferenceList.References) - Method in class org.picketlink.identity.xmlsec.w3.xmlenc.ReferenceList
-
- add(TransformType) - Method in class org.picketlink.identity.xmlsec.w3.xmlenc.TransformsType
-
- add(Marker) - Method in class org.slf4j.helpers.BasicMarker
-
- add(Marker) - Method in interface org.slf4j.Marker
-
Add a reference to another Marker.
- add(Option<?>) - Method in class org.xnio.Option.SetBuilder
-
Add an option to this set.
- add(Map<?, ?>) - Method in class org.xnio.OptionMap.Builder
-
Add all the entries of a map.
- add2(long, Message) - Method in class org.jgroups.stack.AckReceiverWindow
-
Adds a message if not yet received
- ADD_ATTRIBUTE - Static variable in interface org.apache.xalan.xsltc.compiler.Constants
-
- ADD_ATTRIBUTE_SIG - Static variable in interface org.apache.xalan.xsltc.compiler.Constants
-
- add_escapes(String) - Method in exception org.apache.taglibs.standard.extra.spath.ParseException
-
Used to convert raw characters to their escaped version
when these raw version cannot be used as part of an ASCII
string literal.
- add_escapes(String) - Method in exception org.apache.taglibs.standard.lang.jstl.parser.ParseException
-
Used to convert raw characters to their escaped version
when these raw version cannot be used as part of an ASCII
string literal.
- add_exception(TypeCode) - Method in class org.jboss.com.sun.corba.se.impl.corba.RequestImpl
-
- add_in_arg() - Method in class org.jboss.com.sun.corba.se.impl.corba.RequestImpl
-
- add_inout_arg() - Method in class org.jboss.com.sun.corba.se.impl.corba.RequestImpl
-
- add_item(String, int) - Method in class org.jboss.com.sun.corba.se.impl.corba.NVListImpl
-
- ADD_ITERATOR - Static variable in interface org.apache.xalan.xsltc.compiler.Constants
-
- ADD_ITERATOR_SIG - Static variable in interface org.apache.xalan.xsltc.compiler.Constants
-
- ADD_LARGE_MESSAGE - Static variable in class org.hornetq.core.persistence.impl.journal.JournalStorageManager
-
- ADD_LARGE_MESSAGE_PENDING - Static variable in class org.hornetq.core.persistence.impl.journal.JournalStorageManager
-
- ADD_MESSAGE - Static variable in class org.hornetq.core.persistence.impl.journal.JournalStorageManager
-
- add_named_in_arg(String) - Method in class org.jboss.com.sun.corba.se.impl.corba.RequestImpl
-
- add_named_inout_arg(String) - Method in class org.jboss.com.sun.corba.se.impl.corba.RequestImpl
-
- add_named_out_arg(String) - Method in class org.jboss.com.sun.corba.se.impl.corba.RequestImpl
-
- add_out_arg() - Method in class org.jboss.com.sun.corba.se.impl.corba.RequestImpl
-
- ADD_PARAMETER - Static variable in interface org.apache.xalan.xsltc.compiler.Constants
-
- ADD_PARAMETER_SIG - Static variable in interface org.apache.xalan.xsltc.compiler.Constants
-
- ADD_POA_INACTIVE - Static variable in class org.jboss.com.sun.corba.se.impl.logging.POASystemException
-
- ADD_RECORD - Static variable in class org.hornetq.core.journal.impl.JournalImpl
-
- ADD_RECORD_TX - Static variable in class org.hornetq.core.journal.impl.JournalImpl
-
- ADD_REF - Static variable in class org.hornetq.core.persistence.impl.journal.JournalStorageManager
-
- add_value(String, Any, int) - Method in class org.jboss.com.sun.corba.se.impl.corba.NVListImpl
-
- addACL(ACL) - Method in class com.sun.mail.imap.IMAPFolder
-
Add an access control list entry to the access control list
for this folder.
- addAction(EntityInsertAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
- addAction(EntityDeleteAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
- addAction(EntityUpdateAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
- addAction(CollectionRecreateAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
- addAction(CollectionRemoveAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
- addAction(CollectionUpdateAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
- addAction(EntityIdentityInsertAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
- addAction(BulkOperationCleanupAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
- addAction(SAML11ActionType) - Method in class org.picketlink.identity.federation.saml.v1.assertion.SAML11AuthorizationDecisionStatementType
-
- addAction(ActionType) - Method in class org.picketlink.identity.federation.saml.v2.assertion.AuthzDecisionStatementType
-
Add an action
- addAction(ActionType) - Method in class org.picketlink.identity.federation.saml.v2.protocol.AuthzDecisionQueryType
-
Add an action
- addActionListener(ActionListener) - Method in interface javax.faces.component.ActionSource
-
- addActionListener(ActionListener) - Method in class javax.faces.component.UICommand
-
- addActionListener(ActionListener) - Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerModel
-
- addAdditionalConfig(ConfigurationFactory.AdditionalConfigurationData) - Method in class org.apache.commons.configuration.ConfigurationFactory.ConfigurationBuilder
-
Adds information about an additional configuration.
- addAdditionalInterface(Class<?>) - Method in class org.jboss.invocation.proxy.ProxyConfiguration
-
Adds an additional interface the that proxy should implement
- addAdditionalMetadataLocationType(AdditionalMetadataLocationType) - Method in class org.picketlink.identity.federation.saml.v2.metadata.EntityDescriptorType
-
- addAdditionalOption(String, Object) - Method in class org.picketlink.identity.federation.core.config.ProviderType
-
Add an option
- addAdditionalOption(String, Object) - Method in class org.picketlink.identity.federation.core.impl.KeyStoreKeyManager
-
- addAdditionalOption(String, Object) - Method in interface org.picketlink.identity.federation.core.interfaces.TrustKeyManager
-
Add general options
- addAdditionalProperty(String, String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- addAddressSettings(String, String, String, boolean, int, long, int, int, long, long, boolean, String) - Method in interface org.hornetq.api.core.management.HornetQServerControl
-
adds a new address setting for a specific address
- addAddressSettings(String, String, String, boolean, int, long, int, int, long, long, boolean, String) - Method in class org.hornetq.core.management.impl.HornetQServerControlImpl
-
- addAddressSettings(String, AddressSettings) - Method in class org.hornetq.jms.server.impl.JMSServerManagerImpl
-
- addAddressSettings(String, AddressSettings) - Method in interface org.hornetq.jms.server.JMSServerManager
-
- addAdvancedExternalizer(int, Class<? extends AdvancedExternalizer<T>>) - Method in interface org.infinispan.config.FluentGlobalConfiguration.SerializationConfig
-
Deprecated.
- addAdvancedExternalizer(Class<? extends AdvancedExternalizer<T>>) - Method in interface org.infinispan.config.FluentGlobalConfiguration.SerializationConfig
-
Deprecated.
- addAdvancedExternalizer(int, AdvancedExternalizer<T>) - Method in interface org.infinispan.config.FluentGlobalConfiguration.SerializationConfig
-
Deprecated.
Helper method that allows for quick registration of an
AdvancedExternalizer
implementation
alongside its corresponding identifier.
- addAdvancedExternalizer(AdvancedExternalizer<T>...) - Method in interface org.infinispan.config.FluentGlobalConfiguration.SerializationConfig
-
Deprecated.
- addAdvancedExternalizer(Class<? extends AdvancedExternalizer<T>>) - Method in class org.infinispan.config.GlobalConfiguration.SerializationType
-
Deprecated.
- addAdvancedExternalizer(int, Class<? extends AdvancedExternalizer<T>>) - Method in class org.infinispan.config.GlobalConfiguration.SerializationType
-
Deprecated.
- addAdvancedExternalizer(AdvancedExternalizer<T>...) - Method in class org.infinispan.config.GlobalConfiguration.SerializationType
-
Deprecated.
- addAdvancedExternalizer(int, AdvancedExternalizer<T>) - Method in class org.infinispan.config.GlobalConfiguration.SerializationType
-
Deprecated.
- addAdvancedExternalizer(int, AdvancedExternalizer<T>) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
Helper method that allows for quick registration of an
AdvancedExternalizer
implementation alongside its corresponding identifier.
- addAdvancedExternalizer(AdvancedExternalizer<T>) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
Helper method that allows for quick registration of an
AdvancedExternalizer
implementation alongside its corresponding identifier.
- addAdvancedExternalizer(AdvancedExternalizer<T>...) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
- addAdvice(Object) - Method in class org.picketlink.identity.federation.saml.common.CommonAdviceType
-
Add an advice
- addAffectedKey(Object) - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
-
- addAffectedKey(Object) - Method in interface org.infinispan.context.impl.TxInvocationContext
-
- addAffectedKey(Object) - Method in class org.infinispan.context.TransactionalInvocationContextFlagsOverride
-
- addAffectedKey(Object) - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- addAjaxBehaviorListener(AjaxBehaviorListener) - Method in class javax.faces.component.behavior.AjaxBehavior
-
- addAlias(String, DbTableOrView) - Method in class org.h2.bnf.Sentence
-
Add an alias name and object
- addAliases(ServiceName...) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add aliases for this service.
- addAliases(ServiceName...) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add aliases for this service.
- addAlignmentPadding() - Method in class org.jboss.com.sun.corba.se.spi.servicecontext.ServiceContexts
-
- addAll(RuleSet) - Method in class org.dom4j.rule.RuleSet
-
Adds all the rules to this RuleSet from the given other rule set.
- addAll(Collection) - Method in class org.dom4j.tree.BackedList
-
- addAll(int, Collection) - Method in class org.dom4j.tree.BackedList
-
- addAll(Collection) - Method in class org.dom4j.tree.ContentListFacade
-
- addAll(int, Collection) - Method in class org.dom4j.tree.ContentListFacade
-
- addAll(Properties, Map) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- addAll(Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
-
- addAll(int, Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
-
- addAll(Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
-
- addAll(Collection) - Method in class org.hibernate.collection.internal.PersistentBag
-
- addAll(int, Collection) - Method in class org.hibernate.collection.internal.PersistentBag
-
- addAll(int, Collection) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
-
- addAll(Collection) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
-
- addAll(Collection) - Method in class org.hibernate.collection.internal.PersistentList
-
- addAll(int, Collection) - Method in class org.hibernate.collection.internal.PersistentList
-
- addAll(Collection) - Method in class org.hibernate.collection.internal.PersistentSet
-
- addAll(Collection<? extends U>) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
-
- addAll(int, Collection<? extends U>) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
-
- addAll(Collection, Object[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
-
- addAll(Collection) - Method in class org.hibernate.internal.util.collections.IdentitySet
-
- addAll(Collection) - Method in class org.hibernate.validator.util.IdentitySet
-
- addAll(Collection<?>) - Method in class org.infinispan.commands.read.KeySetCommand.ExpiredFilteredKeySet
-
- addAll(Collection<?>) - Method in class org.infinispan.commands.read.ValuesCommand.ExpiredFilteredValues
-
- addAll(Collection<? extends E>) - Method in class org.infinispan.util.concurrent.ConcurrentHashSet
-
- addAll(int, Collection<? extends E>) - Method in class org.infinispan.util.ForwardingList
-
- addAll(Collection<? extends E>) - Method in class org.infinispan.util.ForwardingList
-
- addAll(Collection<? extends E>) - Method in class org.infinispan.util.ImmutableListCopy
-
- addAll(int, Collection<? extends E>) - Method in class org.infinispan.util.ImmutableListCopy
-
- addAll(Collection<?>) - Method in class org.infinispan.util.ReadOnlyDataContainerBackedKeySet
-
- addAll(Address...) - Method in class org.jgroups.util.AckCollector
-
- addAll(Collection<Address>) - Method in class org.jgroups.util.AckCollector
-
- addAll(Collection) - Method in class org.jgroups.util.Queue
-
- addAll(List<Object>) - Method in class org.jgroups.util.Queue
-
- addAll(Collection<SAML2Handler>) - Method in class org.picketlink.identity.federation.core.saml.v2.impl.DefaultSAML2HandlerChain
-
- addAll(Collection<SAML2Handler>) - Method in interface org.picketlink.identity.federation.core.saml.v2.interfaces.SAML2HandlerChain
-
Add a collection of handlers
- addAll(List<Object>) - Method in class org.picketlink.identity.federation.saml.v1.assertion.SAML11AttributeType
-
- addAll(List<URI>) - Method in class org.picketlink.identity.federation.saml.v1.assertion.SAML11AudienceRestrictionCondition
-
- addAll(List<SAML11ConditionAbstractType>) - Method in class org.picketlink.identity.federation.saml.v1.assertion.SAML11ConditionsType
-
- addAll(List<ReferenceList.References>) - Method in class org.picketlink.identity.xmlsec.w3.xmlenc.ReferenceList
-
- addAll(List<TransformType>) - Method in class org.picketlink.identity.xmlsec.w3.xmlenc.TransformsType
-
- addAll(Collection<Option<?>>) - Method in class org.xnio.Option.SetBuilder
-
Add all options from a collection to this set.
- addAll(OptionMap) - Method in class org.xnio.OptionMap.Builder
-
Add all entries from an existing option map to the one being built.
- addAllAffectedKeys(Collection<Object>) - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
-
- addAllAffectedKeys(Collection<Object>) - Method in interface org.infinispan.context.impl.TxInvocationContext
-
Registers a new participant with the transaction.
- addAllAffectedKeys(Collection<Object>) - Method in class org.infinispan.context.TransactionalInvocationContextFlagsOverride
-
- addAllAffectedKeys(Collection<Object>) - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- addAllAssertionIDReference(List<String>) - Method in class org.picketlink.identity.federation.saml.v1.assertion.SAML11EvidenceType
-
- addAllAssertionType(List<SAML11AssertionType>) - Method in class org.picketlink.identity.federation.saml.v1.assertion.SAML11EvidenceType
-
- addAllAttributes(List<SAML11AttributeType>) - Method in class org.picketlink.identity.federation.saml.v1.assertion.SAML11AttributeStatementType
-
- addAllAuthorityBindingType(List<SAML11AuthorityBindingType>) - Method in class org.picketlink.identity.federation.saml.v1.assertion.SAML11AuthenticationStatementType
-
- addAllConditions(List<QName>) - Method in class org.picketlink.identity.federation.saml.v1.protocol.SAML11RequestAbstractType
-
- addAllConfirmationMethod(List<URI>) - Method in class org.picketlink.identity.federation.saml.v1.assertion.SAML11SubjectConfirmationType
-
- addAllMappings(Set<InputStream>) - Method in class org.hibernate.validator.xml.ValidationBootstrapParameters
-
- addAllStatements(List<SAML11StatementAbstractType>) - Method in class org.picketlink.identity.federation.saml.v1.assertion.SAML11AssertionType
-
- addAndGet(long) - Method in interface org.jgroups.blocks.atomic.Counter
-
Atomically adds the given value to the current value.
- addAndGet(long) - Method in class org.jgroups.protocols.COUNTER.CounterImpl
-
- addAndGet(long) - Method in class org.jgroups.protocols.COUNTER.VersionedValue
-
num == 0 --> GET
- addAnnotatedClass(Class) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
Read metadata from the annotations associated with this class.
- addAnnotatedClass(Class) - Method in class org.hibernate.cfg.Configuration
-
Read metadata from the annotations associated with this class.
- addAnnotatedClass(Class) - Method in class org.hibernate.ejb.Ejb3Configuration
-
Deprecated.
- addAnnotatedClass(Class) - Method in class org.hibernate.metamodel.MetadataSources
-
Read metadata from the annotations attached to the given class.
- addAnnotatedType(AnnotatedType<?>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Adds a given
AnnotatedType
to the set
of types which will be scanned during bean discovery.
- addAnnotation(XSAnnotationImpl) - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
- addAnnotation(XSAnnotationImpl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- addAny(Object) - Method in class org.picketlink.identity.federation.ws.addressing.AnyAddressingType
-
- addAny(Object) - Method in class org.picketlink.identity.federation.ws.addressing.EndpointReferenceType
-
Add an any
- addAnyMetaDef(AnyMetaDef) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addAnyMetaDef(AnyMetaDef) - Method in interface org.hibernate.cfg.Mappings
-
- addAppender(Appender) - Method in class org.apache.log4j.AsyncAppender
-
Add appender.
- addAppender(Appender) - Method in class org.apache.log4j.Category
-
- addAppender(Appender) - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
-
Attach an appender.
- addAppender(Appender) - Method in interface org.apache.log4j.spi.AppenderAttachable
-
Add an appender.
- addAppender(Appender) - Method in class org.apache.log4j.spi.NOPLogger
-
Add an appender.
- addAppenderEvent(Category, Appender) - Method in class org.apache.log4j.jmx.HierarchyDynamicMBean
-
- addAppenderEvent(Category, Appender) - Method in interface org.apache.log4j.spi.HierarchyEventListener
-
- addArtifactResolutionService(IndexedEndpointType) - Method in class org.picketlink.identity.federation.saml.v2.metadata.SSODescriptorType
-
Add atrifact resolution service
- addAS(ASModel) - Method in interface org.apache.xerces.dom3.as.DocumentAS
-
Deprecated.
Associate a ASModel
with a document.
- addASAttributeDecl(ASAttributeDeclaration) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
-
Deprecated.
Adds an ASAttributeDeclaration
for the element being
declared.
- addASModel(ASModel) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
This method will allow the nesting or "importation" of ASModels.
- addASModel(ASModel) - Method in interface org.apache.xerces.dom3.as.ASModel
-
Deprecated.
This method will allow the nesting or "importation" of ASModels.
- addAssertion(ResponseType.RTChoiceType) - Method in class org.picketlink.identity.federation.saml.v2.protocol.ResponseType
-
Add an assertion
- addAssertionArtifact(String) - Method in class org.picketlink.identity.federation.saml.v1.protocol.SAML11RequestType
-
- addAssertionConsumerService(IndexedEndpointType) - Method in class org.picketlink.identity.federation.saml.v2.metadata.SPSSODescriptorType
-
Add an Assertion Consumer Service
- addAssertionIDRef(String) - Method in class org.picketlink.identity.federation.saml.v1.protocol.SAML11RequestType
-
- addAssertionIDRef(String) - Method in class org.picketlink.identity.federation.saml.v2.protocol.AssertionIDRequestType
-
Add assertion id reference
- addAssertionIDRequestService(EndpointType) - Method in class org.picketlink.identity.federation.saml.v2.metadata.AttributeAuthorityDescriptorType
-
Add an assertion id request service
- addAssertionIDRequestService(EndpointType) - Method in class org.picketlink.identity.federation.saml.v2.metadata.AuthnAuthorityDescriptorType
-
Add assertion id request service
- addAssertionIDRequestService(EndpointType) - Method in class org.picketlink.identity.federation.saml.v2.metadata.IDPSSODescriptorType
-
Add assertion id request service
- addAssertionIDRequestService(EndpointType) - Method in class org.picketlink.identity.federation.saml.v2.metadata.PDPDescriptorType
-
Add assertion id request service
- addAssociation(Association) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
- addAssociation(Association) - Method in class org.apache.ws.scout.registry.infomodel.RegistryObjectImpl
-
Adds specified Association to use this object as source.
- addAssociation(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
-
- addAssociationAtRevisionRestriction(QueryBuilder, String, String, boolean, MiddleIdData, String, String, String, String, MiddleComponentData...) - Method in interface org.hibernate.envers.strategy.AuditStrategy
-
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a middle-entity
association.
- addAssociationAtRevisionRestriction(QueryBuilder, String, String, boolean, MiddleIdData, String, String, String, String, MiddleComponentData...) - Method in class org.hibernate.envers.strategy.DefaultAuditStrategy
-
- addAssociationAtRevisionRestriction(QueryBuilder, String, String, boolean, MiddleIdData, String, String, String, String, MiddleComponentData...) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
-
- addAssociations(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
- addAssociations(Collection) - Method in class org.apache.ws.scout.registry.infomodel.RegistryObjectImpl
-
- addAsterisk(String, int) - Static method in class org.h2.util.StringUtils
-
Add an asterisk ('[*]') at the given position.
- addAttachmentPart(AttachmentPart) - Method in class javax.xml.soap.SOAPMessage
-
Adds the given AttachmentPart
object to this SOAPMessage
object.
- addAttribute(Name, String) - Method in interface javax.xml.soap.SOAPElement
-
Adds an attribute with the specified name and value to this
SOAPElement
object.
- addAttribute(QName, String) - Method in interface javax.xml.soap.SOAPElement
-
Adds an attribute with the specified name and value to this
SOAPElement
object.
- addAttribute(ConfigurationNode) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Adds the specified attribute to this node
- addAttribute(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Adds the specified attribute to this node.
- addAttribute(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.ViewNode
-
Adds an attribute to this view node.
- addAttribute(SerializationHandler, int) - Static method in class org.apache.xalan.serialize.SerializerUtils
-
Copy an DOM attribute to the created output element, executing
attribute templates as need be, and processing the xsl:use
attribute.
- addAttribute(String, String) - Method in class org.apache.xalan.xsltc.compiler.SyntaxTreeNode
-
- addAttribute(String, String) - Method in class org.apache.xalan.xsltc.dom.AdaptiveResultTreeImpl
-
- addAttribute(QName, String, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
This method adds default declarations
- addAttribute(QName, String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Adds an attribute.
- addAttribute(QName, String, String) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Adds an attribute.
- addAttribute(String, String, String, String, String) - Method in class org.apache.xml.utils.MutableAttrListImpl
-
Add an attribute to the end of the list.
- addAttribute(String, String) - Method in class org.dom4j.bean.BeanElement
-
- addAttribute(QName, String) - Method in class org.dom4j.bean.BeanElement
-
- addAttribute(String, String) - Method in interface org.dom4j.Element
-
Adds the attribute value of the given local name.
- addAttribute(QName, String) - Method in interface org.dom4j.Element
-
Adds the attribute value of the given fully qualified name.
- addAttribute(String, String) - Method in class org.dom4j.tree.AbstractElement
-
- addAttribute(QName, String) - Method in class org.dom4j.tree.AbstractElement
-
- addAttribute(String, String, String, String) - Method in class org.dom4j.xpp.ProxyXmlStartTag
-
parameters modeled after SAX2 attribute approach
- addAttribute(String, String, String, String, boolean) - Method in class org.dom4j.xpp.ProxyXmlStartTag
-
- addAttribute(Attribute<X, ?>) - Method in interface org.hibernate.ejb.metamodel.AbstractManagedType.Builder
-
- addAttribute(Attribute) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
-
- addAttribute(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- addAttribute(QName, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- addAttribute(String, String) - Method in class org.hibernate.tuple.ElementWrapper
-
- addAttribute(QName, String) - Method in class org.hibernate.tuple.ElementWrapper
-
- addAttribute(MonitoredAttribute) - Method in class org.jboss.com.sun.corba.se.impl.monitoring.MonitoredObjectImpl
-
- addAttribute(MonitoredAttribute) - Method in interface org.jboss.com.sun.corba.se.spi.monitoring.MonitoredObject
-
Adds the attribute with the given name.
- addAttribute(AttributeStatementType.ASTChoiceType) - Method in class org.picketlink.identity.federation.saml.v2.assertion.AttributeStatementType
-
Add an attribute
- addAttribute(AttributeType) - Method in class org.picketlink.identity.federation.saml.v2.metadata.AttributeAuthorityDescriptorType
-
Add an attribute
- addAttribute(AttributeType) - Method in class org.picketlink.identity.federation.saml.v2.metadata.IDPSSODescriptorType
-
Add attribute
- addAttributeConsumerService(AttributeConsumingServiceType) - Method in class org.picketlink.identity.federation.saml.v2.metadata.SPSSODescriptorType
-
Add an attribute consumer
- addAttributeNS(QName, String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Adds an attribute.
- addAttributeProfile(String) - Method in class org.picketlink.identity.federation.saml.v2.metadata.AttributeAuthorityDescriptorType
-
Add an attribute profile
- addAttributeProfile(String) - Method in class org.picketlink.identity.federation.saml.v2.metadata.IDPSSODescriptorType
-
Add attribute profile
- addAttributes(ViewNode, ConfigurationNode, ConfigurationNode) - Method in class org.apache.commons.configuration.tree.OverrideCombiner
-
Handles the attributes during a combination process.
- addAttributes(SerializationHandler, int) - Static method in class org.apache.xalan.serialize.SerializerUtils
-
Copy DOM attributes to the result element.
- addAttributes(Attributes) - Method in class org.apache.xml.utils.MutableAttrListImpl
-
Add the contents of the attribute list to this list.
- addAttributes(Element, Attributes) - Method in class org.dom4j.io.SAXContentHandler
-
Add all the attributes to the given elements
- addAttributeService(EndpointType) - Method in class org.picketlink.identity.federation.saml.v2.metadata.AttributeAuthorityDescriptorType
-
Add an attribute service
- addAttributeToNode(Object, int, int) - Method in class org.apache.xalan.lib.sql.DTMDocument
-
Link an attribute to a node, if the node already has one or more
attributes assigned, then just link this one to the attribute list.
- addAttributeUse(XSAttributeUseImpl) - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
- addAttributeValue(Object) - Method in class org.picketlink.identity.federation.saml.v2.assertion.AttributeType
-
Add an attribute value to the attribute
- addAudience(URI) - Method in class org.picketlink.identity.federation.saml.v2.assertion.AudienceRestrictionType
-
Add an audience
- addAudience(URI) - Method in class org.picketlink.identity.federation.saml.v2.assertion.ProxyRestrictionType
-
Add an audience
- addAuditingOverride(AuditOverride) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- addAuditingOverrides(AuditOverrides) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- addAuthenticatingAuthority(URI) - Method in class org.picketlink.identity.federation.saml.v2.assertion.AuthnContextType
-
Add an authenticating authority
- addAuthenticatingAuthority(URI[]) - Method in class org.picketlink.identity.federation.saml.v2.assertion.AuthnContextType
-
Add Authenticating Authority
- addAuthnContextClassRef(String) - Method in class org.picketlink.identity.federation.saml.v2.protocol.RequestedAuthnContextType
-
Add an authn Context class ref
- addAuthnContextDeclRef(String) - Method in class org.picketlink.identity.federation.saml.v2.protocol.RequestedAuthnContextType
-
Add authn context decl ref
- addAuthnQueryService(EndpointType) - Method in class org.picketlink.identity.federation.saml.v2.metadata.AuthnAuthorityDescriptorType
-
Add authn query service
- addAuthToken(String, AuthToken) - Static method in class org.apache.ws.scout.registry.AuthTokenSingleton
-
- addAuthToken(String, AuthToken) - Static method in class org.apache.ws.scout.registry.AuthTokenV3Singleton
-
- addAuthZService(EndpointType) - Method in class org.picketlink.identity.federation.saml.v2.metadata.PDPDescriptorType
-
Add authorization service
- addAuxiliaryClass(Class) - Method in class org.apache.xalan.xsltc.runtime.AbstractTranslet
-
- addAuxiliaryClass(Class) - Method in interface org.apache.xalan.xsltc.Translet
-
- addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.cfg.Configuration
-
- addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in interface org.hibernate.cfg.Mappings
-
Add metadata pertaining to an auxiliary database object to this repository.
- addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.ejb.Ejb3Configuration
-
Deprecated.
- addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.metamodel.relational.Database
-
- addBackupLockForKey(Object) - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- addBackupLockForKey(Object) - Method in interface org.infinispan.transaction.xa.CacheTransaction
-
- addBaseID(BaseIDAbstractType) - Method in class org.picketlink.identity.federation.saml.v2.assertion.SubjectType.STSubType
-
- addBatch(String) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
Calling this method is not legal on a PreparedStatement.
- addBatch() - Method in class org.h2.jdbc.JdbcPreparedStatement
-
Adds the current settings to the batch.
- addBatch(String) - Method in class org.h2.jdbc.JdbcStatement
-
Adds a statement to the batch.
- addBatchLoadableEntityKey(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
-
If an EntityKey represents a batch loadable entity, add
it to the queue.
- addBean(Bean<?>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Fires an event of type
ProcessBean
containing the given
Bean
and then
registers the
Bean
with the container,
thereby making it available for injection into other beans.
- addBeanMetaData(Class<T>, BeanMetaDataImpl<T>) - Method in class org.hibernate.validator.metadata.BeanMetaDataCache
-
- addBehavior(String, String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method
is to call Application#addBehavior(String, String)
on the
wrapped Application
object.
- addBehaviorListener(BehaviorListener) - Method in class javax.faces.component.behavior.BehaviorBase
-
Add the specified BehaviorListener
to the set of listeners registered to receive event notifications
from this Behavior
.
- addBinding(Binding) - Method in class com.ibm.wsdl.DefinitionImpl
-
Add a binding to this WSDL description.
- addBinding(Binding) - Method in interface javax.wsdl.Definition
-
Add a binding to this WSDL description.
- addBinding(Binding) - Method in interface org.hornetq.core.postoffice.AddressManager
-
- addBinding(Binding) - Method in interface org.hornetq.core.postoffice.Bindings
-
- addBinding(Binding) - Method in class org.hornetq.core.postoffice.impl.BindingsImpl
-
- addBinding(Binding) - Method in class org.hornetq.core.postoffice.impl.PostOfficeImpl
-
- addBinding(Binding) - Method in class org.hornetq.core.postoffice.impl.SimpleAddressManager
-
- addBinding(Binding) - Method in class org.hornetq.core.postoffice.impl.WildcardAddressManager
-
If the address to add the binding to contains a wildcard then a copy of the binding (with the same underlying queue)
will be added to the actual mappings.
- addBinding(Binding) - Method in interface org.hornetq.core.postoffice.PostOffice
-
- addBindingFault(BindingFault) - Method in class com.ibm.wsdl.BindingOperationImpl
-
Add a fault binding.
- addBindingFault(BindingFault) - Method in interface javax.wsdl.BindingOperation
-
Add a fault binding.
- addBindingOperation(BindingOperation) - Method in class com.ibm.wsdl.BindingImpl
-
Add an operation binding to binding.
- addBindingOperation(BindingOperation) - Method in interface javax.wsdl.Binding
-
Add an operation binding to binding.
- addBody() - Method in interface javax.xml.soap.SOAPEnvelope
-
Creates a SOAPBody
object and sets it as the
SOAPBody
object for this SOAPEnvelope
object.
- addBodyElement(Name) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new SOAPBodyElement
object with the specified
name and adds it to this SOAPBody
object.
- addBodyElement(QName) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new SOAPBodyElement
object with the specified
QName and adds it to this SOAPBody
object.
- addBodyPart(BodyPart) - Method in class javax.mail.internet.MimeMultipart
-
Adds a Part to the multipart.
- addBodyPart(BodyPart, int) - Method in class javax.mail.internet.MimeMultipart
-
Adds a BodyPart at position index
.
- addBodyPart(BodyPart) - Method in class javax.mail.Multipart
-
Adds a Part to the multipart.
- addBodyPart(BodyPart, int) - Method in class javax.mail.Multipart
-
Adds a BodyPart at position index
.
- addBundleListener(BundleListener) - Method in interface org.osgi.framework.BundleContext
-
Adds the specified BundleListener
object to the context
bundle's list of listeners if not already present.
- addBytes(HornetQBuffer, boolean, IOAsyncTask) - Method in class org.hornetq.core.journal.impl.TimedBuffer
-
- addBytes(EncodingSupport, boolean, IOAsyncTask) - Method in class org.hornetq.core.journal.impl.TimedBuffer
-
- addBytes(byte[]) - Method in class org.hornetq.core.persistence.impl.journal.LargeServerMessageImpl
-
- addBytes(byte[]) - Method in class org.hornetq.core.persistence.impl.nullpm.NullStorageLargeServerMessage
-
- addBytes(byte[]) - Method in interface org.hornetq.core.server.LargeServerMessage
-
- addBytesToLargeMessage(SequentialFile, long, byte[]) - Method in class org.hornetq.core.persistence.impl.journal.JournalStorageManager
-
- addCacheableFile(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- addCacheableFile(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- addCacheableFile(File) - Method in class org.hibernate.cfg.Configuration
-
Add a cached mapping file.
- addCacheableFile(String) - Method in class org.hibernate.cfg.Configuration
-
Add a cacheable mapping file.
- addCacheableFile(String) - Method in class org.hibernate.metamodel.MetadataSources
-
- addCacheableFile(File) - Method in class org.hibernate.metamodel.MetadataSources
-
Add a cached mapping file.
- addCacheableFileStrictly(File) - Method in class org.hibernate.cfg.Configuration
-
INTENDED FOR TESTSUITE USE ONLY!
Much like
Configuration.addCacheableFile(File)
except that here we will fail immediately if
the cache version cannot be found or used for whatever reason
- addCacheLoader(CacheLoaderConfig...) - Method in class org.infinispan.config.CacheLoaderManagerConfig
-
- addCacheLoader(CacheLoaderConfig...) - Method in interface org.infinispan.config.FluentConfiguration.LoadersConfig
-
Deprecated.
- addCacheLoader() - Method in class org.infinispan.configuration.cache.LoadersConfigurationBuilder
-
- addCacheLoader(CacheLoader, CacheLoaderConfig) - Method in class org.infinispan.loaders.decorators.ChainingCacheStore
-
- addCacheLoaderConfig(CacheLoaderConfig) - Method in class org.infinispan.config.CacheLoaderManagerConfig
-
- addCancelHandler(Cancellable) - Method in class org.xnio.AbstractIoFuture
-
Add a cancellation handler.
- addCancelHandler(Cancellable) - Method in class org.xnio.FutureResult
-
Add a cancellation handler.
- addCascadeConfig(BeanConstraintLocation) - Method in class org.hibernate.validator.cfg.context.impl.ConstraintMappingContext
-
- addCategory(CategoryPath) - Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerModel
-
Method altered by Richard Hurst such that it returns the CategoryNode
corresponding to the CategoryPath
- addCategoryElement(CategoryElement) - Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryPath
-
Adds the specified categoryElement to the end of the categoryElement set.
- addCDATA(String) - Method in interface org.dom4j.Element
-
Adds a new CDATA
node with the given text to this element.
- addCDATA(String) - Method in class org.dom4j.tree.AbstractElement
-
- addCDATA(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- addCDATA(String) - Method in class org.hibernate.tuple.ElementWrapper
-
- addCdataElement(String) - Method in class org.apache.xalan.xsltc.runtime.AbstractTranslet
-
Add's a name of an element whose text contents should be output as CDATA
- addCellEditorListener(CellEditorListener) - Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryAbstractCellEditor
-
- addCertificate(File, char[], String, Certificate) - Static method in class org.picketlink.identity.federation.core.util.KeyStoreUtil
-
Add a certificate to the KeyStore
- addChangeListener(Cache.ChangeListener) - Method in class org.jgroups.blocks.Cache
-
- addChangeListener(ReplCache.ChangeListener) - Method in class org.jgroups.blocks.ReplCache
-
- addChannelListener(ChannelListener) - Method in class org.jgroups.blocks.MessageDispatcher
-
Adds a new channel listener to be notified on the channel's state change.
- addChannelListener(ChannelListener) - Method in class org.jgroups.Channel
-
Adds a ChannelListener instance that will be notified when a channel event such as connect,
disconnect or close occurs.
- addCharacterData(String) - Method in class org.apache.xalan.xsltc.compiler.XSLTC
-
Add literal text to char arrays that will be used to store character
data in the stylesheet.
- addCheckConstraint(Session, Expression) - Method in class org.h2.table.Column
-
Add a check constraint expression to this column.
- addCheckConstraint(String) - Method in class org.hibernate.mapping.Table
-
- addCheckConstraint(String) - Method in class org.hibernate.metamodel.relational.InLineView
-
- addCheckConstraint(String) - Method in class org.hibernate.metamodel.relational.Table
-
- addCheckConstraint(String) - Method in interface org.hibernate.metamodel.relational.TableSpecification
-
- addChild(UIComponent) - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
- addChild(UIComponent) - Method in class javax.faces.webapp.UIComponentTagBase
-
Add the component identifier of the specified
UIComponent
to the list of component identifiers created or located by nested
UIComponentTag
s processing this request.
- addChild(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
-
Adds the given node to the children of this node.
- addChild(ConfigurationNode) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Adds a child to this node.
- addChild(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Adds a new child to this node.
- addChild(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.ViewNode
-
Adds a child node to this view node.
- addChild(MonitoredObject) - Method in class org.jboss.com.sun.corba.se.impl.monitoring.MonitoredObjectImpl
-
- addChild(MonitoredObject) - Method in interface org.jboss.com.sun.corba.se.spi.monitoring.MonitoredObject
-
This method will add a child Monitored Object to this Monitored Object.
- addChildConcept(Concept) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
-
- addChildConcept(Concept) - Method in interface javax.xml.registry.infomodel.Concept
-
- addChildConcept(Concept) - Method in class org.apache.ws.scout.registry.infomodel.ClassificationSchemeImpl
-
- addChildConcept(Concept) - Method in class org.apache.ws.scout.registry.infomodel.ConceptImpl
-
- addChildConcepts(Collection) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
-
- addChildConcepts(Collection) - Method in interface javax.xml.registry.infomodel.Concept
-
- addChildConcepts(Collection) - Method in class org.apache.ws.scout.registry.infomodel.ClassificationSchemeImpl
-
- addChildConcepts(Collection) - Method in class org.apache.ws.scout.registry.infomodel.ConceptImpl
-
- addChildElement(Name) - Method in interface javax.xml.soap.SOAPElement
-
Creates a new SOAPElement
object initialized with the
given Name
object and adds the new element to this
SOAPElement
object.
- addChildElement(QName) - Method in interface javax.xml.soap.SOAPElement
-
Creates a new SOAPElement
object initialized with the given
QName
object and adds the new element to this SOAPElement
object.
- addChildElement(String) - Method in interface javax.xml.soap.SOAPElement
-
Creates a new SOAPElement
object initialized with the
specified local name and adds the new element to this
SOAPElement
object.
- addChildElement(String, String) - Method in interface javax.xml.soap.SOAPElement
-
Creates a new SOAPElement
object initialized with the
specified local name and prefix and adds the new element to this
SOAPElement
object.
- addChildElement(String, String, String) - Method in interface javax.xml.soap.SOAPElement
-
Creates a new SOAPElement
object initialized with the
specified local name, prefix, and URI and adds the new element to this
SOAPElement
object.
- addChildElement(SOAPElement) - Method in interface javax.xml.soap.SOAPElement
-
Add a SOAPElement
as a child of this
SOAPElement
instance.
- addChildOrganization(Organization) - Method in interface javax.xml.registry.infomodel.Organization
-
- addChildOrganization(Organization) - Method in class org.apache.ws.scout.registry.infomodel.OrganizationImpl
-
- addChildOrganizations(Collection) - Method in interface javax.xml.registry.infomodel.Organization
-
- addChildOrganizations(Collection) - Method in class org.apache.ws.scout.registry.infomodel.OrganizationImpl
-
- addChildParent(Object, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
-
- addChildParent(Object, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Add a child/parent relation to cache for cascading op
- addChoice(PolicyAttachment.PolicyChoice) - Method in class org.picketlink.identity.federation.ws.policy.PolicyAttachment
-
- addChoiceType(EntityDescriptorType.EDTChoiceType) - Method in class org.picketlink.identity.federation.saml.v2.metadata.EntityDescriptorType
-
Add a choice type
- addClass(Class) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- addClass(Class) - Method in class org.hibernate.cfg.Configuration
-
Read a mapping as an application resource using the convention that a class
named foo.bar.Foo is mapped by a file foo/bar/Foo.hbm.xml
which can be resolved as a classpath resource.
- addClass(PersistentClass) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addClass(PersistentClass) - Method in interface org.hibernate.cfg.Mappings
-
Add entity mapping metadata.
- addClass(Class) - Method in class org.hibernate.ejb.Ejb3Configuration
-
Deprecated.
- addClass(Class) - Method in class org.hibernate.metamodel.MetadataSources
-
Read a mapping as an application resource using the convention that a class named foo.bar.Foo
is
mapped by a file named foo/bar/Foo.hbm.xml
which can be resolved as a classpath resource.
- addClassAuditingData(PersistentClass, ClassAuditingData) - Method in class org.hibernate.envers.configuration.ClassesAuditingData
-
Stores information about auditing meta-data for the given class.
- addClassification(Classification) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
- addClassification(Classification) - Method in class org.apache.ws.scout.registry.infomodel.RegistryObjectImpl
-
- addClassifications(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
- addClassifications(Collection) - Method in class org.apache.ws.scout.registry.infomodel.RegistryObjectImpl
-
- addClassType(XClass) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addClassType(XClass) - Method in interface org.hibernate.cfg.Mappings
-
FIXME should be private but will this break things?
Add a class type.
- addClerkManager(UDDIClerkManager) - Static method in class org.apache.juddi.v3.client.config.UDDIClientContainer
-
- addClientBehavior(String, ClientBehavior) - Method in interface javax.faces.component.behavior.ClientBehaviorHolder
-
Attaches a ClientBehavior
to
the component implementing this interface for the specified event.
- addClientBehaviorRenderer(String, ClientBehaviorRenderer) - Method in class javax.faces.render.RenderKitWrapper
-
The default behavior of this method is to
call
RenderKit#addClientBehaviorRenderer(String, ClientBehaviorRenderer)
on the wrapped
RenderKit
object.
- addCloseHandler(CloseHandler<? super T>) - Method in interface org.jboss.remoting3.HandleableCloseable
-
Add a handler that will be called upon close.
- addCloseHandler(CloseHandler<? super T>) - Method in class org.jboss.remoting3.spi.AbstractHandleableCloseable
-
Add a handler that will be called upon close.
- addCloseListener(CloseListener) - Method in class org.hornetq.core.protocol.core.impl.RemotingConnectionImpl
-
- addCloseListener(CloseListener) - Method in class org.hornetq.core.protocol.stomp.StompConnection
-
- addCloseListener(CloseListener) - Method in interface org.hornetq.spi.core.protocol.RemotingConnection
-
add a CloseListener.
- addClusterLocator(ServerLocatorInternal) - Method in class org.hornetq.core.server.cluster.impl.ClusterManagerImpl
-
- addClusterLocator(ServerLocatorInternal) - Method in interface org.hornetq.core.server.cluster.impl.ClusterManagerInternal
-
- addClusterNode(String, ClusterNodeManager) - Method in class org.jboss.ejb.client.ClusterContext
-
- addClusterNodes(ClusterNodeManager...) - Method in class org.jboss.ejb.client.ClusterContext
-
- addClusterTopologyListener(ClusterTopologyListener) - Method in interface org.hornetq.api.core.client.ServerLocator
-
- addClusterTopologyListener(ClusterTopologyListener) - Method in class org.hornetq.core.client.impl.ServerLocatorImpl
-
- addClusterTopologyListener(ClusterTopologyListener) - Method in class org.hornetq.core.client.impl.Topology
-
- addClusterTopologyListener(ClusterTopologyListener) - Method in interface org.hornetq.core.server.cluster.ClusterConnection
-
- addClusterTopologyListener(ClusterTopologyListener) - Method in class org.hornetq.core.server.cluster.impl.ClusterConnectionImpl
-
- addCoinToss(DldGlobalTransaction) - Method in enum org.infinispan.transaction.xa.TransactionFactory.TxFactoryEnum
-
- addCollection(Collection) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addCollection(Collection) - Method in interface org.hibernate.cfg.Mappings
-
Add collection mapping metadata to this repository.
- addCollection(PluralAttributeBinding) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
-
- addCollection(PluralAttributeBinding) - Method in interface org.hibernate.metamodel.source.MetadataImplementor
-
- addCollectionHolder(PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
-
Register a PersistentCollection object for an array.
- addCollectionHolder(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Register a PersistentCollection object for an array.
- addColumn(String, String) - Method in class org.dom4j.swing.XMLTableDefinition
-
- addColumn(String, String, int) - Method in class org.dom4j.swing.XMLTableDefinition
-
- addColumn(XMLTableColumnDefinition) - Method in class org.dom4j.swing.XMLTableDefinition
-
- addColumn(Column) - Method in class org.h2.command.ddl.CreateTable
-
Add a column to this table.
- addColumn(String, int, int, int) - Method in class org.h2.tools.SimpleResultSet
-
Adds a column to the result set.
- addColumn(Element, String, Integer, Integer, Integer, String, String, String) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
-
Adds new column
element.
- addColumn(Element, String, Integer, Integer, Integer, String, String, String, boolean) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
-
- addColumn(Element, Column) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
-
Adds column
element with the following attributes (unless empty): name
,
length
, scale
, precision
, sql-type
, read
and write
.
- addColumn(Column) - Method in class org.hibernate.mapping.Component
-
- addColumn(Column) - Method in class org.hibernate.mapping.Constraint
-
- addColumn(Column) - Method in class org.hibernate.mapping.Index
-
- addColumn(Column) - Method in class org.hibernate.mapping.SimpleValue
-
- addColumn(Column) - Method in class org.hibernate.mapping.Table
-
- addColumn(Column) - Method in class org.hibernate.metamodel.relational.AbstractConstraint
-
- addColumn(Column) - Method in class org.hibernate.metamodel.relational.ForeignKey
-
- addColumn(String) - Method in class org.hibernate.sql.Insert
-
- addColumn(String, String) - Method in class org.hibernate.sql.Insert
-
- addColumn(String, Object, LiteralType) - Method in class org.hibernate.sql.Insert
-
- addColumn(String) - Method in class org.hibernate.sql.InsertSelect
-
- addColumn(String) - Method in class org.hibernate.sql.SelectFragment
-
- addColumn(String, String) - Method in class org.hibernate.sql.SelectFragment
-
- addColumn(String, String, String) - Method in class org.hibernate.sql.SelectFragment
-
- addColumn(String) - Method in class org.hibernate.sql.SimpleSelect
-
- addColumn(String, String) - Method in class org.hibernate.sql.SimpleSelect
-
- addColumn(String) - Method in class org.hibernate.sql.Update
-
- addColumn(String, String) - Method in class org.hibernate.sql.Update
-
- addColumn(String, Object, LiteralType) - Method in class org.hibernate.sql.Update
-
- addColumn(ResultSet) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
- addColumnAlias(String) - Method in interface org.hibernate.SQLQuery.ReturnProperty
-
Add a column alias to this property mapping.
- addColumnBinding(String, Column, Table) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addColumnBinding(SimpleValue) - Method in class org.hibernate.cfg.Ejb3Column
-
- addColumnBinding(SimpleValue) - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- addColumnBinding(String, Column, Table) - Method in interface org.hibernate.cfg.Mappings
-
Binds the given 'physicalColumn' to the give 'logicalName' within the given 'table'.
- addColumnMapping(Column, Column) - Method in class org.hibernate.metamodel.relational.ForeignKey
-
- addColumns(Element, Iterator<Column>) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
-
- addColumns(Iterator) - Method in class org.hibernate.mapping.Constraint
-
- addColumns(Iterator) - Method in class org.hibernate.mapping.Index
-
- addColumns(String[]) - Method in class org.hibernate.sql.Insert
-
- addColumns(String[], boolean[]) - Method in class org.hibernate.sql.Insert
-
- addColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Insert
-
- addColumns(String[]) - Method in class org.hibernate.sql.InsertSelect
-
- addColumns(String[]) - Method in class org.hibernate.sql.SelectFragment
-
- addColumns(String, String[]) - Method in class org.hibernate.sql.SelectFragment
-
- addColumns(String, String[], String[]) - Method in class org.hibernate.sql.SelectFragment
-
- addColumns(String[], String[]) - Method in class org.hibernate.sql.SimpleSelect
-
- addColumns(String[], String[], boolean[]) - Method in class org.hibernate.sql.SimpleSelect
-
- addColumns(String[]) - Method in class org.hibernate.sql.SimpleSelect
-
- addColumns(String[]) - Method in class org.hibernate.sql.Update
-
- addColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Update
-
- addColumns(String[], String) - Method in class org.hibernate.sql.Update
-
- addColumnsOrFormulas(Element, Iterator) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
-
Adds all column
or formula
elements.
- addColumnTemplate(String, String, String) - Method in class org.hibernate.sql.SelectFragment
-
- addColumnTemplates(String, String[], String[]) - Method in class org.hibernate.sql.SelectFragment
-
- addColumnWithXPathName(String, String, int) - Method in class org.dom4j.swing.XMLTableDefinition
-
- addCommandCommit(JournalTransaction, JournalFile) - Method in class org.hornetq.core.journal.impl.JournalCompactor
-
- addCommandDelete(long, JournalFile) - Method in class org.hornetq.core.journal.impl.JournalCompactor
-
- addCommandRollback(JournalTransaction, JournalFile) - Method in class org.hornetq.core.journal.impl.JournalCompactor
-
- addCommandUpdate(long, JournalFile, int) - Method in class org.hornetq.core.journal.impl.JournalCompactor
-
- addComment(String) - Method in interface org.dom4j.Document
-
Adds a new Comment
node with the given text to this
branch.
- addComment(String) - Method in interface org.dom4j.Element
-
Adds a new Comment
node with the given text to this
element.
- addComment(String) - Method in class org.dom4j.tree.AbstractDocument
-
- addComment(String) - Method in class org.dom4j.tree.AbstractElement
-
- addComment(String) - Method in class org.hibernate.metamodel.relational.InLineView
-
- addComment(String) - Method in class org.hibernate.metamodel.relational.Table
-
- addComment(String) - Method in interface org.hibernate.metamodel.relational.TableSpecification
-
- addComment(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- addComment(String) - Method in class org.hibernate.tuple.ElementWrapper
-
- addCommonComponent(XMLComponent) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Adds common component to the parser configuration.
- addCommonComponent(XMLComponent) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Adds common component to the parser configuration.
- addCommonComponent(XMLComponent) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Adds common component to the parser configuration.
- addComplexTypeDecl(XSComplexTypeDecl, SimpleLocator) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
add one complex type decl: for later constraint checking
- addComplexTypeDecl(XSComplexTypeDecl, SimpleLocator) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
-
- addComplexTypeDecl(XSComplexTypeDecl, SimpleLocator) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
-
- addComponent(String, String) - Method in class javax.faces.application.Application
-
Register a new mapping of component type to the name of the
corresponding
UIComponent
class.
- addComponent(String, String) - Method in class javax.faces.application.ApplicationWrapper
-
- addComponent(XMLComponent) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
- addComponent(XMLComponent) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Adds a component to the parser configuration.
- addComponent(XMLComponent) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Adds a component to the parser configuration.
- addComponent(XMLComponent) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Adds a component to the parser configuration.
- addComponent(XMLComponent) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Adds a component to the parser configuration.
- addComponent(Element, PropertyAuditingData, Value, CompositeMapperBuilder, String, EntityXmlMappingData, boolean) - Method in class org.hibernate.envers.configuration.metadata.ComponentMetadataGenerator
-
- addComponent(PropertyData, String) - Method in class org.hibernate.envers.entities.mapper.ComponentPropertyMapper
-
- addComponent(PropertyData, String) - Method in interface org.hibernate.envers.entities.mapper.CompositeMapperBuilder
-
- addComponent(PropertyData, String) - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
-
- addComponent(PropertyData, String) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
-
- addComponentTypedValues(String, Object, CompositeType, List, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Example
-
- addComposite(PropertyData, PropertyMapper) - Method in class org.hibernate.envers.entities.mapper.ComponentPropertyMapper
-
- addComposite(PropertyData, PropertyMapper) - Method in interface org.hibernate.envers.entities.mapper.CompositeMapperBuilder
-
- addComposite(PropertyData, PropertyMapper) - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
-
- addComposite(PropertyData, PropertyMapper) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
-
- addCondition(Expression) - Method in class org.h2.command.dml.Select
-
Add a condition to the list of conditions.
- addCondition(String) - Method in class org.hibernate.engine.internal.JoinSequence
-
- addCondition(String, String[], String) - Method in class org.hibernate.engine.internal.JoinSequence
-
- addCondition(String, String[], String) - Method in class org.hibernate.sql.ANSIJoinFragment
-
- addCondition(String, String[], String[]) - Method in class org.hibernate.sql.ANSIJoinFragment
-
- addCondition(String) - Method in class org.hibernate.sql.ANSIJoinFragment
-
- addCondition(ConditionFragment) - Method in class org.hibernate.sql.DisjunctionFragment
-
- addCondition(String, String[], String[]) - Method in class org.hibernate.sql.JoinFragment
-
- addCondition(String) - Method in class org.hibernate.sql.JoinFragment
-
- addCondition(StringBuilder, String) - Method in class org.hibernate.sql.JoinFragment
-
Appends the 'on' condition to the buffer, returning true if the condition was added.
- addCondition(String, String[], String) - Method in class org.hibernate.sql.OracleJoinFragment
-
- addCondition(String, String[], String[]) - Method in class org.hibernate.sql.OracleJoinFragment
-
- addCondition(String) - Method in class org.hibernate.sql.OracleJoinFragment
-
- addCondition(String, String[], String) - Method in class org.hibernate.sql.QueryJoinFragment
-
- addCondition(String, String[], String[]) - Method in class org.hibernate.sql.QueryJoinFragment
-
- addCondition(String) - Method in class org.hibernate.sql.QueryJoinFragment
-
Add the condition string to the join fragment.
- addCondition(String, String, String) - Method in class org.hibernate.sql.SimpleSelect
-
- addCondition(String, String) - Method in class org.hibernate.sql.SimpleSelect
-
- addCondition(String[], String, String[]) - Method in class org.hibernate.sql.SimpleSelect
-
- addCondition(String[], String) - Method in class org.hibernate.sql.SimpleSelect
-
- addCondition(String, String[], String) - Method in class org.hibernate.sql.Sybase11JoinFragment
-
- addCondition(String, String[], String[]) - Method in class org.hibernate.sql.Sybase11JoinFragment
-
- addCondition(String) - Method in class org.hibernate.sql.Sybase11JoinFragment
-
- addCondition(ConditionAbstractType) - Method in class org.picketlink.identity.federation.saml.v2.assertion.ConditionsType
-
Add a condition
- addConditionalPermissionInfo(ConditionInfo[], PermissionInfo[]) - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionAdmin
-
- addConfigProperty(String, String) - Method in class org.hibernate.validator.xml.ValidationBootstrapParameters
-
- addConfiguration(AbstractConfiguration, String, String) - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Adds a new configuration to this combined configuration.
- addConfiguration(AbstractConfiguration, String) - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Adds a new configuration to this combined configuration with an optional
name.
- addConfiguration(AbstractConfiguration) - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Adds a new configuration to this combined configuration.
- addConfiguration(Configuration) - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Add a configuration.
- addConfiguration(Configuration) - Method in class org.apache.commons.configuration.ConfigurationFactory.AdditionalConfigurationData
-
Sets the configuration object.
- addConfiguration(Configuration) - Method in class org.apache.commons.configuration.ConfigurationFactory.ConfigurationBuilder
-
Adds a new configuration to this object.
- addConfiguration(AbstractConfiguration, String, String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
Adds a new configuration to this combined configuration.
- addConfigurationListener(ConfigurationListener) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- addConfigurationListener(ConfigurationListener) - Method in class org.apache.commons.configuration.event.EventSource
-
Adds a configuration listener to this object.
- addConfigurationListener(ConfigurationListener) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- addConfigurationListener(ConfigurationListener) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- addConfigurationProvider(String, DefaultConfigurationBuilder.ConfigurationProvider) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Adds a configuration provider for the specified tag.
- addConfirmation(SubjectConfirmationType) - Method in class org.picketlink.identity.federation.saml.v2.assertion.SubjectType
-
Add a subject confirmation
- addConfirmation(SubjectConfirmationType) - Method in class org.picketlink.identity.federation.saml.v2.assertion.SubjectType.STSubType
-
- addConfirmationMethod(URI) - Method in class org.picketlink.identity.federation.saml.v1.assertion.SAML11SubjectConfirmationType
-
- addConnection(Address, V) - Method in class org.jgroups.blocks.AbstractConnectionMap
-
- addConnectionEventListener(ConnectionEventListener) - Method in interface javax.resource.spi.ManagedConnection
-
Adds a connection event listener to the ManagedConnection
instance.
- addConnectionEventListener(ConnectionEventListener) - Method in class org.h2.jdbcx.JdbcXAConnection
-
Register a new listener for the connection.
- addConnectionFactoryToJNDI(String, String) - Method in class org.hornetq.jms.server.impl.JMSServerManagerImpl
-
- addConnectionFactoryToJNDI(String, String) - Method in interface org.hornetq.jms.server.JMSServerManager
-
- addConnectionListener(ConnectionListener) - Method in class javax.mail.Folder
-
Add a listener for Connection events on this Folder.
- addConnectionListener(ConnectionListener) - Method in class javax.mail.Service
-
Add a listener for Connection events on this service.
- addConnectionListener(BasicConnectionTable.ConnectionListener) - Method in class org.jgroups.blocks.BasicConnectionTable
-
- addConnectionMapListener(AbstractConnectionMap.ConnectionMapListener<V>) - Method in class org.jgroups.blocks.AbstractConnectionMap
-
- addConnectionMapListener(AbstractConnectionMap.ConnectionMapListener<TCPConnectionMap.TCPConnection>) - Method in class org.jgroups.blocks.TCPConnectionMap
-
- addConnectionProvider(String, ConnectionProviderFactory, OptionMap) - Method in interface org.jboss.remoting3.Endpoint
-
Register a connection provider for a URI scheme.
- addConnector(TransportConfiguration) - Method in interface org.hornetq.core.server.cluster.BroadcastGroup
-
- addConnector(TransportConfiguration) - Method in class org.hornetq.core.server.cluster.impl.BroadcastGroupImpl
-
- addConstraint(Constraint) - Method in class org.h2.table.Table
-
Add a constraint to the table.
- addConstraintCommand(DefineCommand) - Method in class org.h2.command.ddl.CreateTable
-
Add a constraint statement to this statement.
- addConstraintConfig(ConfiguredConstraint<?, BeanConstraintLocation>) - Method in class org.hibernate.validator.cfg.context.impl.ConstraintMappingContext
-
- addConstraintDescriptor(ConstraintDescriptorImpl<?>) - Method in class org.hibernate.validator.metadata.ElementDescriptorImpl
-
- addConstraintFailures(Set<C>) - Method in class org.hibernate.validator.engine.ValidationContext
-
- addConstraintValidatorDefinition(Class<A>, List<Class<? extends ConstraintValidator<? extends Annotation, ?>>>) - Method in class org.hibernate.validator.metadata.ConstraintHelper
-
- addConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder
-
Add the new ConstraintViolation
to be generated if the
constraint validator marks the value as invalid.
- addConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
-
Add the new ConstraintViolation
to be generated if the
constraint validator mark the value as invalid.
- addConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
-
Add the new ConstraintViolation
to be generated if the
constraint validator marks the value as invalid.
- addConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
-
Add the new ConstraintViolation
to be generated if the
constraint validator mark the value as invalid.
- addConsumer(ClientConsumerInternal) - Method in class org.hornetq.core.client.impl.ClientSessionImpl
-
- addConsumer(ClientConsumerInternal) - Method in interface org.hornetq.core.client.impl.ClientSessionInternal
-
- addConsumer(ClientConsumerInternal) - Method in class org.hornetq.core.client.impl.DelegatingSession
-
- addConsumer(SimpleString) - Method in class org.hornetq.core.server.cluster.impl.RemoteQueueBindingImpl
-
- addConsumer(SimpleString) - Method in interface org.hornetq.core.server.cluster.RemoteQueueBinding
-
- addConsumer(Consumer) - Method in class org.hornetq.core.server.impl.QueueImpl
-
- addConsumer(Consumer) - Method in interface org.hornetq.core.server.Queue
-
- addContactPerson(ContactType) - Method in class org.picketlink.identity.federation.saml.v2.metadata.EntityDescriptorType
-
- addContactPerson(ContactType) - Method in class org.picketlink.identity.federation.saml.v2.metadata.RoleDescriptorType
-
Add contact
- addContent(Parent, Content) - Method in class org.jdom.DefaultJDOMFactory
-
- addContent(Content) - Method in class org.jdom.Document
-
Appends the child to the end of the content list.
- addContent(Collection) - Method in class org.jdom.Document
-
Appends all children in the given collection to the end of
the content list.
- addContent(int, Content) - Method in class org.jdom.Document
-
Inserts the child into the content list at the given index.
- addContent(int, Collection) - Method in class org.jdom.Document
-
Inserts the content in a collection into the content list
at the given index.
- addContent(String) - Method in class org.jdom.Element
-
This adds text content to this element.
- addContent(Content) - Method in class org.jdom.Element
-
Appends the child to the end of the element's content list.
- addContent(Collection) - Method in class org.jdom.Element
-
Appends all children in the given collection to the end of
the content list.
- addContent(int, Content) - Method in class org.jdom.Element
-
Inserts the child into the content list at the given index.
- addContent(int, Collection) - Method in class org.jdom.Element
-
Inserts the content in a collection into the content list
at the given index.
- addContent(Parent, Content) - Method in interface org.jdom.JDOMFactory
-
- addContent(Parent, Content) - Method in class org.jdom.UncheckedJDOMFactory
-
- addContent(Object) - Method in class org.picketlink.identity.xmlsec.w3.xmldsig.KeyInfoType
-
- addContentSpecNode(short, String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Create an XMLContentSpec for a single non-leaf
- addContentSpecNode(short, int, int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Create an XMLContentSpec for a two child leaf
- addContentSpecToElement(XMLElementDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Adds the content spec to the given element declaration.
- addContext(Context) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Registers a custom
Context
object
with the container.
- addConverter(String, String) - Method in class javax.faces.application.Application
-
Register a new mapping of converter id to the name of the
corresponding
Converter
class.
- addConverter(Class, String) - Method in class javax.faces.application.Application
-
Register a new converter class that is capable of performing
conversions for the specified target class.
- addConverter(String, String) - Method in class javax.faces.application.ApplicationWrapper
-
- addConverter(Class<?>, String) - Method in class javax.faces.application.ApplicationWrapper
-
- addConverter(PatternConverter) - Method in class org.apache.log4j.helpers.PatternParser
-
- addCookie(Cookie) - Method in interface javax.servlet.http.HttpServletResponse
-
Adds the specified cookie to the response.
- addCookie(Cookie) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call addCookie(Cookie cookie)
on the wrapped response object.
- addCopy(int) - Method in class org.joda.time.LocalTime.Property
-
Adds to this field in a copy of this LocalTime.
- addCopy(long) - Method in class org.joda.time.LocalTime.Property
-
Adds to this field in a copy of this LocalTime.
- addCorrelationRoot(FromImplementor) - Method in class org.hibernate.ejb.criteria.QueryStructure
-
- addCrossJoin(String, String) - Method in class org.hibernate.sql.ANSIJoinFragment
-
- addCrossJoin(String, String) - Method in class org.hibernate.sql.JoinFragment
-
- addCrossJoin(String, String) - Method in class org.hibernate.sql.OracleJoinFragment
-
- addCrossJoin(String, String) - Method in class org.hibernate.sql.QueryJoinFragment
-
- addCrossJoin(String, String) - Method in class org.hibernate.sql.Sybase11JoinFragment
-
- addCustomAuditTableName(String, String) - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
-
- addCutover(int, char, int, int, int, boolean, int) - Method in class org.joda.time.tz.DateTimeZoneBuilder
-
Adds a cutover for added rules.
- addData(Source, SOAPMessage) - Static method in class org.picketlink.identity.federation.core.util.SOAPUtil
-
- addDatabaseObject(Session, DbObject) - Method in class org.h2.engine.Database
-
Add an object to the database.
- addDataFileOnBottom(JournalFile) - Method in class org.hornetq.core.journal.impl.JournalFilesRepository
-
- addDataFileOnTop(JournalFile) - Method in class org.hornetq.core.journal.impl.JournalFilesRepository
-
- addDataModelListener(DataModelListener) - Method in class javax.faces.model.DataModel
-
- addDataModificationId(long) - Method in class org.h2.expression.ExpressionVisitor
-
Update the field maxDataModificationId if this value is higher
than the current value.
- addDataValue(String) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
-
Parse the specified string as a byte array in base 64 format
and add it to the values of the node.
- addDateHeader(String, long) - Method in interface javax.servlet.http.HttpServletResponse
-
Adds a response header with the given name and
date-value.
- addDateHeader(String, long) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call addDateHeader(String name, long date)
on the wrapped response object.
- addDateValue(String) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
-
Parse the specified string as a date and add it to the values of the node.
- addDays(int) - Method in class org.joda.time.MutableDateTime
-
Add a number of days to the date.
- addDays(int) - Method in class org.joda.time.MutablePeriod
-
Adds the specified days to the number of days in the period.
- addDays(int) - Method in interface org.joda.time.ReadWritableDateTime
-
Add a number of days to the date.
- addDays(int) - Method in interface org.joda.time.ReadWritablePeriod
-
Adds the specified days to the number of days in the period.
- addDecimalFormat(String, DecimalFormatSymbols) - Method in class org.apache.xalan.xsltc.runtime.AbstractTranslet
-
Adds a DecimalFormat object to the _formatSymbols hashtable.
- addDeclaredNamespaces(Element) - Method in class org.dom4j.io.SAXContentHandler
-
Add all namespaces declared before the startElement() SAX event to the
current element so that they are available to child elements and
attributes
- addDeclaredProperty(Property) - Method in class org.hibernate.mapping.MappedSuperclass
-
- addDefaultGenerator(IdGenerator) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addDefaultGenerator(IdGenerator) - Method in interface org.hibernate.cfg.Mappings
-
Adds a default id generator.
- addDefaultGroupSequence(Class<?>, List<Class<?>>) - Method in class org.hibernate.validator.cfg.context.impl.ConstraintMappingContext
-
- addDefaultGroupSequenceProvider(Class<?>, Class<T>) - Method in class org.hibernate.validator.cfg.context.impl.ConstraintMappingContext
-
- addDefaultJoinColumnName(PersistentClass, String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- addDefaultQuery(String, NamedQueryDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addDefaultQuery(String, NamedQueryDefinition) - Method in interface org.hibernate.cfg.Mappings
-
- addDefaultResultSetMapping(ResultSetMappingDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addDefaultResultSetMapping(ResultSetMappingDefinition) - Method in interface org.hibernate.cfg.Mappings
-
- addDefaultRule(Mode, Pattern, Action) - Method in class org.dom4j.rule.RuleManager
-
- addDefaultRules(Mode) - Method in class org.dom4j.rule.RuleManager
-
Adds the default stylesheet rules to the given
Mode
instance
- addDefaultSQLQuery(String, NamedSQLQueryDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addDefaultSQLQuery(String, NamedSQLQueryDefinition) - Method in interface org.hibernate.cfg.Mappings
-
- addDefaultValidatorId(String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method
is to call Application#addDefaultValidatorId(String)
on the
wrapped Application
object.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Registers a definition error with the container, causing the container to
abort deployment after all observers have been notified.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessBean
-
Registers a definition error with the container, causing the container to
abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
-
Registers a definition error with the container, causing the container to
abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
-
Registers a definition error with the container, causing the container to
abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessProducer
-
Registers a definition error with the container, causing the container to
abort deployment after bean discovery is complete.
- addDelegate(SQLExceptionConversionDelegate) - Method in class org.hibernate.exception.internal.StandardSQLExceptionConverter
-
- addDenormalizedTable(String, String, String, boolean, String, Table) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addDenormalizedTable(String, String, String, boolean, String, Table) - Method in interface org.hibernate.cfg.Mappings
-
Adds a 'denormalized table' to this repository.
- addDependencies(HashSet<DbObject>) - Method in class org.h2.table.Table
-
Add all objects that this table depends on to the hash set.
- addDependencies(ServiceName...) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add multiple, non-injected dependencies.
- addDependencies(ServiceBuilder.DependencyType, ServiceName...) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add multiple, non-injected dependencies.
- addDependencies(Iterable<ServiceName>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add multiple, non-injected dependencies.
- addDependencies(ServiceBuilder.DependencyType, Iterable<ServiceName>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add multiple, non-injected dependencies.
- addDependencies(ServiceName...) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add multiple, non-injected dependencies.
- addDependencies(ServiceBuilder.DependencyType, ServiceName...) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add multiple, non-injected dependencies.
- addDependencies(Iterable<ServiceName>) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add multiple, non-injected dependencies.
- addDependencies(ServiceBuilder.DependencyType, Iterable<ServiceName>) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add multiple, non-injected dependencies.
- addDependency(DbObject) - Method in class org.h2.expression.ExpressionVisitor
-
Add a new dependency to the set of dependencies.
- addDependency(ServiceName) - Method in interface org.jboss.msc.service.BatchServiceTarget
-
Add a dependency that will be added to the all ServiceBuilders installed in this target.
- addDependency(ServiceName...) - Method in interface org.jboss.msc.service.BatchServiceTarget
-
Add a list of dependencies that will be added to the all ServiceBuilders installed in this target.
- addDependency(Collection<ServiceName>) - Method in interface org.jboss.msc.service.BatchServiceTarget
-
Add a collection of dependencies that will be added to the all ServiceBuilders installed in this target
- addDependency(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add a dependency.
- addDependency(ServiceBuilder.DependencyType, ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add a dependency.
- addDependency(ServiceName, Injector<Object>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add a service dependency.
- addDependency(ServiceBuilder.DependencyType, ServiceName, Injector<Object>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add a service dependency.
- addDependency(ServiceName, Class<I>, Injector<I>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add a service dependency.
- addDependency(ServiceBuilder.DependencyType, ServiceName, Class<I>, Injector<I>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add a service dependency.
- addDependency(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Add a dependency that will be added to the all ServiceBuilders installed in this target.
- addDependency(ServiceName...) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Add a list of dependencies that will be added to the all ServiceBuilders installed in this target.
- addDependency(Collection<ServiceName>) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Add a collection of dependencies that will be added to the all ServiceBuilders installed in this target
- addDependency(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Add a dependency that will be added to the all ServiceBuilders installed in this target.
- addDependency(ServiceName...) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Add a list of dependencies that will be added to the all ServiceBuilders installed in this target.
- addDependency(Collection<ServiceName>) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Add a collection of dependencies that will be added to the all ServiceBuilders installed in this target
- addDependency(ServiceName) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add a dependency.
- addDependency(ServiceBuilder.DependencyType, ServiceName) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add a dependency.
- addDependency(ServiceName, Injector<Object>) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add a service dependency.
- addDependency(ServiceBuilder.DependencyType, ServiceName, Injector<Object>) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add a service dependency.
- addDependency(ServiceName, Class<I>, Injector<I>) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add a service dependency.
- addDependency(ServiceBuilder.DependencyType, ServiceName, Class<I>, Injector<I>) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add a service dependency.
- addDependency(ServiceName) - Method in interface org.jboss.msc.service.ServiceTarget
-
Add a dependency that will be added to the all ServiceBuilders installed in this target.
- addDependency(ServiceName...) - Method in interface org.jboss.msc.service.ServiceTarget
-
Add a list of dependencies that will be added to the all ServiceBuilders installed in this target.
- addDependency(Collection<ServiceName>) - Method in interface org.jboss.msc.service.ServiceTarget
-
Add a collection of dependencies that will be added to the all ServiceBuilders installed in this target
- addDeploymentProblem(Throwable) - Method in interface javax.enterprise.inject.spi.AfterDeploymentValidation
-
Registers a deployment problem with the container, causing the container
to abort deployment after all observers have been notified.
- addDetail() - Method in interface javax.xml.soap.SOAPFault
-
Creates an optional Detail
object and sets it as the
Detail
object for this SOAPFault
object.
- addDetailEntry(Name) - Method in interface javax.xml.soap.Detail
-
Creates a new DetailEntry
object with the given
name and adds it to this Detail
object.
- addDetailEntry(QName) - Method in interface javax.xml.soap.Detail
-
Creates a new DetailEntry
object with the given
QName and adds it to this Detail
object.
- addDialectScope(String) - Method in class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
-
- addDialectScope(String) - Method in interface org.hibernate.mapping.AuxiliaryDatabaseObject
-
Add the given dialect name to the scope of dialects to which
this database object applies.
- addDialectScope(String) - Method in class org.hibernate.metamodel.relational.AbstractAuxiliaryDatabaseObject
-
- addDigest(Digest) - Method in class org.jgroups.protocols.pbcast.FLUSH.FlushHeader
-
- addDirectory(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- addDirectory(File) - Method in class org.hibernate.cfg.Configuration
-
Read all mapping documents from a directory tree.
- addDirectory(File) - Method in class org.hibernate.metamodel.MetadataSources
-
Read all mapping documents from a directory tree.
- addDiscriminatorToInsert(Insert) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- addDiscriminatorToInsert(Insert) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- addDiscriminatorWhereFragment(RestrictableStatement, Queryable, Map, String) - Method in class org.hibernate.hql.internal.ast.util.SyntheticAndFactory
-
- addDisplayedProperty(Object) - Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- addDocType(String, String, String) - Method in interface org.dom4j.Document
-
Adds a DOCTYPE declaration to this document
- addDocType(String, String, String) - Method in class org.dom4j.tree.DefaultDocument
-
- addDocument(Document) - Method in interface javax.xml.soap.SOAPBody
-
Adds the root node of the DOM
Document
to this
SOAPBody
object.
- addDocument(Object, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- addDocument(Object, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
-
- addDocument(Object, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
-
- addDocument(Document) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- addDocument(Document) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
-
- addDocument(Document) - Method in class org.hibernate.cfg.Configuration
-
Read mappings from a DOM Document
- addDocument(Document) - Method in class org.hibernate.metamodel.MetadataSources
-
- addDOMAdapter(DOMAdapter) - Method in class org.apache.xalan.xsltc.dom.MultiDOM
-
- addDTDDeclaration(Object) - Method in class org.dom4j.io.SAXContentHandler
-
Adds an internal DTD declaration to the list of declarations
- addDTDDefaultAttrsAndValidate(QName, int, XMLAttributes) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Add default attributes and validate.
- addDTM(DTM, int) - Method in class org.apache.xml.dtm.ref.DTMManagerDefault
-
Add a DTM to the DTM table.
- addDTM(DTM, int, int) - Method in class org.apache.xml.dtm.ref.DTMManagerDefault
-
Add a DTM to the DTM table.
- addDuplicationStrategy(DuplicationStrategy) - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
-
- addDuplicationStrategy(DuplicationStrategy) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
-
- addDuplicationStrategy(DuplicationStrategy) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
-
Mechanism to more finely control the notion of duplicates.
- addDuplicationStrategy(DuplicationStrategy) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
-
- addDurationConverter(DurationConverter) - Method in class org.joda.time.convert.ConverterManager
-
Adds a converter to the set of converters.
- ADDED - Static variable in class javax.mail.event.MessageCountEvent
-
The messages were added to their folder
- added(Collection) - Method in interface org.osgi.framework.hooks.service.ListenerHook
-
Added listeners hook method.
- addEjbContext(CurrentEjbClientConnection) - Method in class org.jboss.naming.remote.client.HaRemoteNamingStore
-
- addEjbContext(CurrentEjbClientConnection) - Method in interface org.jboss.naming.remote.client.RemoteNamingStore
-
- addEjbContext(CurrentEjbClientConnection) - Method in class org.jboss.naming.remote.protocol.v1.RemoteNamingStoreV1
-
- addELContextListener(ELContextListener) - Method in class javax.faces.application.Application
-
Provide a way for Faces applications to register an
ELContextListener
that will be notified on creation
of ELContext
instances.
- addELContextListener(ELContextListener) - Method in class javax.faces.application.ApplicationWrapper
-
- addELContextListener(ELContextListener) - Method in interface javax.servlet.jsp.JspApplicationContext
-
Registers a ELContextListener
s so that context objects
can be added whenever a new ELContext
is created.
- addElement(int, int, int, int) - Method in class org.apache.xalan.lib.sql.DTMDocument
-
- addElement(SyntaxTreeNode) - Method in class org.apache.xalan.xsltc.compiler.SyntaxTreeNode
-
Adds a child node to this syntax tree node.
- addElement(XSElementDecl, boolean) - Method in class org.apache.xerces.impl.xs.models.XSAllCM
-
- addElement(int) - Method in class org.apache.xml.utils.IntVector
-
Append a int onto the vector.
- addElement(int) - Method in class org.apache.xml.utils.NodeVector
-
Append a Node onto the vector.
- addElement(Object) - Method in class org.apache.xml.utils.ObjectVector
-
Append an object onto the vector.
- addElement(StringToStringTable) - Method in class org.apache.xml.utils.StringToStringTableVector
-
Append a StringToStringTable object onto the vector.
- addElement(String) - Method in class org.apache.xml.utils.StringVector
-
Append a string onto the vector.
- addElement(byte) - Method in class org.apache.xml.utils.SuballocatedByteVector
-
Append a byte onto the vector.
- addElement(int) - Method in class org.apache.xml.utils.SuballocatedIntVector
-
Append a int onto the vector.
- addElement(Node) - Method in class org.apache.xpath.NodeSet
-
Append a Node onto the vector.
- addElement(int) - Method in class org.apache.xpath.NodeSetDTM
-
Append a Node onto the vector.
- addElement(String) - Method in interface org.dom4j.Branch
-
Adds a new Element
node with the given name to this branch
and returns a reference to the new node.
- addElement(QName) - Method in interface org.dom4j.Branch
-
Adds a new
Element
node with the given
QName
to
this branch and returns a reference to the new node.
- addElement(String, String) - Method in interface org.dom4j.Branch
-
Adds a new Element
node with the given qualified name and
namespace URI to this branch and returns a reference to the new node.
- addElement(String) - Method in class org.dom4j.tree.AbstractBranch
-
- addElement(String, String) - Method in class org.dom4j.tree.AbstractBranch
-
- addElement(QName) - Method in class org.dom4j.tree.AbstractBranch
-
- addElement(String, String, String) - Method in class org.dom4j.tree.AbstractBranch
-
- addElement(String) - Method in class org.dom4j.tree.AbstractDocument
-
- addElement(String, String) - Method in class org.dom4j.tree.AbstractDocument
-
- addElement(QName) - Method in class org.dom4j.tree.AbstractDocument
-
- addElement(String) - Method in class org.dom4j.tree.AbstractElement
-
- addElement(String, InputStream, InputStream) - Method in class org.hibernate.ejb.packaging.AbstractJarVisitor
-
- addElement(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- addElement(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- addElement(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- addElement(String) - Method in class org.hibernate.tuple.ElementWrapper
-
- addElement(QName) - Method in class org.hibernate.tuple.ElementWrapper
-
- addElement(String, String) - Method in class org.hibernate.tuple.ElementWrapper
-
- addElements(int, int) - Method in class org.apache.xml.utils.IntVector
-
Append several int values onto the vector.
- addElements(int) - Method in class org.apache.xml.utils.IntVector
-
Append several slots onto the vector, but do not set the values.
- addElements(Object, int) - Method in class org.apache.xml.utils.ObjectVector
-
Append several Object values onto the vector.
- addElements(int) - Method in class org.apache.xml.utils.ObjectVector
-
Append several slots onto the vector, but do not set the values.
- addElementWithData(Object, int, int, int, int) - Method in class org.apache.xalan.lib.sql.DTMDocument
-
- addELResolver(ELResolver) - Method in class javax.faces.application.Application
-
Cause an the argument resolver
to be added to the
resolver chain as specified in section 5.5.1 of the JavaServer
Faces Specification.
- addELResolver(ELResolver) - Method in class javax.faces.application.ApplicationWrapper
-
- addELResolver(ELResolver) - Method in interface javax.servlet.jsp.JspApplicationContext
-
Adds an ELResolver
to affect the way EL variables
and properties are resolved for EL expressions appearing in JSP pages
and tag files.
- addEmailAddress(String) - Method in class org.picketlink.identity.federation.saml.v2.metadata.ContactType
-
Add an email address
- addEmbeddedParameter(ParameterSpecification) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
-
- addEmbeddedParameter(ParameterSpecification) - Method in interface org.hibernate.hql.internal.ast.tree.ParameterContainer
-
Deprecated.
Adds a parameter specification for a parameter encountered within this node.
- addEmbeddedParameter(ParameterSpecification) - Method in class org.hibernate.hql.internal.ast.tree.SqlFragment
-
- addEncryptionMethod(EncryptionMethodType) - Method in class org.picketlink.identity.federation.saml.v2.metadata.KeyDescriptorType
-
Add encryption method type
- addEncryptionProperty(EncryptionPropertyType) - Method in class org.picketlink.identity.xmlsec.w3.xmlenc.EncryptionPropertiesType
-
- addEntity(String, String) - Method in interface org.dom4j.Element
-
Adds a new Entity
node with the given name and text to
this element and returns a reference to the new node.
- addEntity(String, String) - Method in class org.dom4j.tree.AbstractElement
-
- addEntity(EntityKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
-
- addEntity(EntityUniqueKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
-
Add an entity to the cache by unique key
- addEntity(Object, Status, Object[], EntityKey, Object, LockMode, boolean, EntityPersister, boolean, boolean) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
-
Adds an entity to the internal caches.
- addEntity(EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Add a canonical mapping from entity key to entity instance
- addEntity(EntityUniqueKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Add an entity to the cache by unique key
- addEntity(Object, Status, Object[], EntityKey, Object, LockMode, boolean, EntityPersister, boolean, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Adds an entity to the internal caches.
- addEntity(String) - Method in class org.hibernate.internal.SQLQueryImpl
-
- addEntity(String, String) - Method in class org.hibernate.internal.SQLQueryImpl
-
- addEntity(String, String, LockMode) - Method in class org.hibernate.internal.SQLQueryImpl
-
- addEntity(Class) - Method in class org.hibernate.internal.SQLQueryImpl
-
- addEntity(String, Class) - Method in class org.hibernate.internal.SQLQueryImpl
-
- addEntity(String, Class, LockMode) - Method in class org.hibernate.internal.SQLQueryImpl
-
- addEntity(EntityBinding) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
-
- addEntity(EntityBinding) - Method in interface org.hibernate.metamodel.source.MetadataImplementor
-
- addEntity(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- addEntity(String) - Method in interface org.hibernate.SQLQuery
-
Declare a "root" entity, without specifying an alias.
- addEntity(String, String) - Method in interface org.hibernate.SQLQuery
-
Declare a "root" entity
- addEntity(String, String, LockMode) - Method in interface org.hibernate.SQLQuery
-
Declare a "root" entity, specifying a lock mode
- addEntity(Class) - Method in interface org.hibernate.SQLQuery
-
Declare a "root" entity, without specifying an alias.
- addEntity(String, Class) - Method in interface org.hibernate.SQLQuery
-
Declare a "root" entity
- addEntity(String, Class, LockMode) - Method in interface org.hibernate.SQLQuery
-
Declare a "root" entity, specifying a lock mode
- addEntity(String, String) - Method in class org.hibernate.tuple.ElementWrapper
-
- addEntityAtRevisionRestriction(GlobalConfiguration, QueryBuilder, String, String, boolean, MiddleIdData, String, String, String, String) - Method in interface org.hibernate.envers.strategy.AuditStrategy
-
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a two-entity relation.
- addEntityAtRevisionRestriction(GlobalConfiguration, QueryBuilder, String, String, boolean, MiddleIdData, String, String, String, String) - Method in class org.hibernate.envers.strategy.DefaultAuditStrategy
-
- addEntityAtRevisionRestriction(GlobalConfiguration, QueryBuilder, String, String, boolean, MiddleIdData, String, String, String, String) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
-
- addEntityDescriptor(Object) - Method in class org.picketlink.identity.federation.saml.v2.metadata.EntitiesDescriptorType
-
Add an entity descriptor
- addEntityManagerFactory(String, EntityManagerFactory) - Method in class org.hibernate.ejb.internal.EntityManagerFactoryRegistry
-
register the specified entity manager factory
- addEntityReferencingAttributeBinding(SingularAssociationAttributeBinding) - Method in class org.hibernate.metamodel.binding.AbstractAttributeBinding
-
- addEntityReferencingAttributeBinding(SingularAssociationAttributeBinding) - Method in interface org.hibernate.metamodel.binding.AttributeBinding
-
- addEntry(Object, Status, Object[], Object, Serializable, Object, LockMode, boolean, EntityPersister, boolean, boolean) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
-
Generates an appropriate EntityEntry instance and adds it
to the event source's internal caches.
- addEntry(Object, Status, Object[], Object, Serializable, Object, LockMode, boolean, EntityPersister, boolean, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Generates an appropriate EntityEntry instance and adds it
to the event source's internal caches.
- addEntry(InternalCacheEntry) - Method in class org.infinispan.loaders.bucket.Bucket
-
- addEntryExit(boolean) - Method in class org.slf4j.instrumentation.LogTransformer.Builder
-
Should each method log entry (with parameters) and exit (with parameters
and returnvalue)?
- addErroneousAttribute(String) - Method in exception org.infinispan.CacheConfigurationException
-
- addErroneousAttribute(String) - Method in exception org.infinispan.config.ConfigurationException
-
- addError(ErrorMsg) - Method in class org.apache.xalan.xsltc.compiler.XPathParser
-
- addErrorListener(ConfigurationErrorListener) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- addErrorListener(ConfigurationErrorListener) - Method in class org.apache.commons.configuration.event.EventSource
-
Adds a new configuration error listener to this object.
- addErrorListener(ConfigurationErrorListener) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- addErrorListener(ConfigurationErrorListener) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- addErrorLogListener() - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- addErrorManagerConfiguration(String, String, String, String...) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
-
- addEscapes(String) - Static method in error org.apache.taglibs.standard.extra.spath.TokenMgrError
-
Replaces unprintable characters by their espaced (or unicode escaped)
equivalents in the given string
- addEscapes(String) - Static method in error org.apache.taglibs.standard.lang.jstl.parser.TokenMgrError
-
Replaces unprintable characters by their espaced (or unicode escaped)
equivalents in the given string
- addEventListener(NodeImpl, String, EventListener, boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- addEventListener(NodeImpl, String, EventListener, boolean) - Method in class org.apache.xerces.dom.DocumentImpl
-
Introduced in DOM Level 2.
- addEventListener(String, EventListener, boolean) - Method in class org.apache.xerces.dom.NodeImpl
-
- addEvidence(EvidenceType.ChoiceType) - Method in class org.picketlink.identity.federation.saml.v2.assertion.EvidenceType
-
Add an evidence
- addException(Element, SAXParseException) - Method in class org.dom4j.util.XMLErrorHandler
-
Adds the given parse exception information to the given element instance
- addExecutor(Executor) - Method in class org.jboss.threads.BalancingExecutor
-
Add a delegate executor.
- addExecutorListener(Future<?>, ExecutorNotification) - Method in class org.jgroups.protocols.Executing
-
- AddExpression() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
-
- addExtensibilityElement(ExtensibilityElement) - Method in class com.ibm.wsdl.AbstractWSDLElement
-
Add an extensibility element.
- addExtensibilityElement(ExtensibilityElement) - Method in class com.ibm.wsdl.extensions.mime.MIMEPartImpl
-
Add an extensibility element.
- addExtensibilityElement(ExtensibilityElement) - Method in interface javax.wsdl.extensions.ElementExtensible
-
Add an extensibility element.
- addExtension(Object) - Method in class org.picketlink.identity.federation.saml.v2.protocol.ExtensionsType
-
Add an extension
- addExtensionElement(Object) - Method in class org.picketlink.identity.federation.core.wstrust.wrappers.RequestSecurityToken
-
- addExtensionNamespace(String, ExtensionHandler) - Method in class org.apache.xalan.extensions.ExtensionsTable
-
Register an extension namespace handler.
- addExternalDTDDeclaration(Object) - Method in class org.dom4j.io.SAXContentHandler
-
Adds an external DTD declaration to the list of declarations
- addExternalEntity(String, String, String, String) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Adds an external entity declaration.
- addExternalIdentifier(ExternalIdentifier) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
- addExternalIdentifier(ExternalIdentifier) - Method in class org.apache.ws.scout.registry.infomodel.RegistryObjectImpl
-
- addExternalIdentifiers(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
- addExternalIdentifiers(Collection) - Method in class org.apache.ws.scout.registry.infomodel.RegistryObjectImpl
-
- addExternalLink(ExternalLink) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
- addExternalLink(ExternalLink) - Method in class org.apache.ws.scout.registry.infomodel.RegistryObjectImpl
-
- addExternalLinks(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
- addExternalLinks(Collection) - Method in class org.apache.ws.scout.registry.infomodel.RegistryObjectImpl
-
- addFacesListener(FacesListener) - Method in class javax.faces.component.UIComponent
-
Add the specified
FacesListener
to the set of listeners
registered to receive event notifications from this
UIComponent
.
- addFacesListener(FacesListener) - Method in class javax.faces.component.UIComponentBase
-
Add the specified
FacesListener
to the set of listeners
registered to receive event notifications from this
UIComponent
.
- addFacet(String) - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
- addFacet(String) - Method in class javax.faces.webapp.UIComponentTagBase
-
Add the facet name of the specified facet to the list of
facet names created or located by nested
UIComponentTag
s
processing this request.
- addFailureListener(SessionFailureListener) - Method in interface org.hornetq.api.core.client.ClientSession
-
Adds a FailureListener to the session which is notified if a failure occurs on the session.
- addFailureListener(SessionFailureListener) - Method in class org.hornetq.core.client.impl.ClientSessionFactoryImpl
-
- addFailureListener(SessionFailureListener) - Method in interface org.hornetq.core.client.impl.ClientSessionFactoryInternal
-
- addFailureListener(SessionFailureListener) - Method in class org.hornetq.core.client.impl.ClientSessionImpl
-
- addFailureListener(SessionFailureListener) - Method in class org.hornetq.core.client.impl.DelegatingSession
-
- addFailureListener(FailureListener) - Method in class org.hornetq.core.protocol.core.impl.RemotingConnectionImpl
-
- addFailureListener(FailureListener) - Method in class org.hornetq.core.protocol.stomp.StompConnection
-
- addFailureListener(FailureListener) - Method in interface org.hornetq.spi.core.protocol.RemotingConnection
-
add a failure listener.
- addFalseValue() - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
-
Add a boolean value 'false' to the values of the node.
- addFault(Fault) - Method in class com.ibm.wsdl.OperationImpl
-
Add a fault message that must be associated with this
operation.
- addFault(Fault) - Method in interface javax.wsdl.Operation
-
Add a fault message that must be associated with this
operation.
- addFault() - Method in interface javax.xml.soap.SOAPBody
-
Creates a new SOAPFault
object and adds it to
this SOAPBody
object.
- addFault(Name, String, Locale) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new SOAPFault
object and adds it to
this SOAPBody
object.
- addFault(QName, String, Locale) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new SOAPFault
object and adds it to this
SOAPBody
object.
- addFault(Name, String) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new SOAPFault
object and adds it to this
SOAPBody
object.
- addFault(QName, String) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new SOAPFault
object and adds it to this SOAPBody
object.
- addFaultReasonText(String, Locale) - Method in interface javax.xml.soap.SOAPFault
-
Appends or replaces a Reason Text item containing the specified
text message and an xml:lang derived from
locale
.
- addFetch(Fetch<X, ?>) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl.BasicJoinScope
-
- addFetch(Fetch<X, ?>) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl.CorrelationJoinScope
-
- addFetch(Fetch<X, ?>) - Method in interface org.hibernate.ejb.criteria.path.AbstractFromImpl.JoinScope
-
- addFetch(Association, String) - Method in class org.hibernate.engine.profile.FetchProfile
-
Add a fetch to the profile.
- addFetch(Association, Fetch.Style) - Method in class org.hibernate.engine.profile.FetchProfile
-
Add a fetch to the profile.
- addFetch(Fetch) - Method in class org.hibernate.engine.profile.FetchProfile
-
Add a fetch to the profile.
- addFetch(String, String, String) - Method in class org.hibernate.internal.SQLQueryImpl
-
- addFetch(String, String, String) - Method in class org.hibernate.mapping.FetchProfile
-
Adds a fetch to this profile.
- addFetch(String, String, String) - Method in class org.hibernate.metamodel.binding.FetchProfile
-
Adds a fetch to this profile.
- addFetch(String, String, String) - Method in interface org.hibernate.SQLQuery
-
Declare a join fetch result.
- addFetchProfile(FetchProfile) - Method in class org.hibernate.cfg.Configuration
-
- addFetchProfile(FetchProfile) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
-
- addFetchProfile(FetchProfile) - Method in interface org.hibernate.metamodel.source.MetadataImplementor
-
- addField(Field) - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Adds a field.
- addField(DurationFieldType, int) - Method in class org.joda.time.base.BasePeriod
-
Adds the value of a field in this period.
- addFieldInformation(Throwable, String) - Static method in class org.jboss.marshalling.TraceInformation
-
Add information about a field which was being marshalled.
- addFieldInto(int[], DurationFieldType, int) - Method in class org.joda.time.base.BasePeriod
-
Adds the value of a field in this period.
- addFile(String, Object) - Method in class org.h2.util.TempFileDeleter
-
Add a file to the list of temp files to delete.
- addFile(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- addFile(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- addFile(String) - Method in class org.hibernate.cfg.Configuration
-
Read mappings from a particular XML file
- addFile(File) - Method in class org.hibernate.cfg.Configuration
-
Read mappings from a particular XML file
- addFile(String) - Method in class org.hibernate.ejb.Ejb3Configuration
-
Deprecated.
- addFile(File) - Method in class org.hibernate.ejb.Ejb3Configuration
-
Deprecated.
- addFile(String) - Method in class org.hibernate.metamodel.MetadataSources
-
Read mappings from a particular XML file
- addFile(File) - Method in class org.hibernate.metamodel.MetadataSources
-
Read mappings from a particular XML file
- addFileCacheStore() - Method in class org.infinispan.configuration.cache.LoadersConfigurationBuilder
-
- addFileset(FileSet) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
- addFileset(FileSet) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
- addFileset(FileSet) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
-
- addFileset(FileSet) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
-
- addFilter(String, String) - Method in interface javax.servlet.ServletContext
-
Adds the filter with the given name and class name to this servlet
context.
- addFilter(String, Filter) - Method in interface javax.servlet.ServletContext
-
Registers the given filter instance with this ServletContext
under the given filterName.
- addFilter(String, Class<? extends Filter>) - Method in interface javax.servlet.ServletContext
-
Adds the filter with the given name and class type to this servlet
context.
- addFilter(Filter) - Method in interface org.apache.log4j.Appender
-
Add a filter to the end of the filter list.
- addFilter(Filter) - Method in class org.apache.log4j.AppenderSkeleton
-
Add a filter to end of the filter list.
- addFilter(String, String) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- addFilter(String, String) - Method in class org.hibernate.mapping.Collection
-
- addFilter(String, String) - Method in interface org.hibernate.mapping.Filterable
-
- addFilter(String, String) - Method in class org.hibernate.mapping.PersistentClass
-
- addFilter(String, String) - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
-
- addFilter(RecordFilter) - Method in interface org.jboss.ws.api.monitoring.RecordProcessor
-
- addFilterCondition(Expression, boolean) - Method in class org.h2.table.TableFilter
-
Add a filter condition.
- addFilterConditions(TableFilter, boolean) - Method in class org.h2.expression.Comparison
-
- addFilterConditions(TableFilter, boolean) - Method in class org.h2.expression.ConditionAndOr
-
- addFilterConditions(TableFilter, boolean) - Method in class org.h2.expression.ConditionNot
-
- addFilterConditions(TableFilter, boolean) - Method in class org.h2.expression.Expression
-
Add conditions to a table filter if they can be evaluated.
- addFilterConfiguration(String, String, String, String...) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
-
- addFilterDefinition(FilterDefinition) - Method in class org.hibernate.cfg.Configuration
-
- addFilterDefinition(FilterDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addFilterDefinition(FilterDefinition) - Method in interface org.hibernate.cfg.Mappings
-
Adds a filter definition to this repository.
- addFilterDefinition(FilterDefinition) - Method in class org.hibernate.ejb.Ejb3Configuration
-
Deprecated.
- addFilterDefinition(FilterDefinition) - Method in class org.hibernate.metamodel.binding.EntityBinding
-
- addFilterDefinition(FilterDefinition) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
-
- addFilterDefinition(FilterDefinition) - Method in interface org.hibernate.metamodel.source.MetadataImplementor
-
- addFirst(T) - Method in interface org.hornetq.utils.HQDeque
-
- addFlush(Channel, FLUSH) - Static method in class org.jgroups.util.Util
-
- addFolderListener(FolderListener) - Method in class javax.mail.Folder
-
Add a listener for Folder events on this Folder.
- addFolderListener(FolderListener) - Method in class javax.mail.Store
-
Add a listener for Folder events on any Folder object
obtained from this Store.
- addFormatterConfiguration(String, String, String, String...) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
-
- addFormula(Element, Formula) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
-
Adds formula
element.
- addFormula(Formula) - Method in class org.hibernate.mapping.SimpleValue
-
- addFormula(String, String, String) - Method in class org.hibernate.sql.SelectFragment
-
- addFormulas(String, String[], String[]) - Method in class org.hibernate.sql.SelectFragment
-
- addFragment(JoinFragment) - Method in class org.hibernate.sql.JoinFragment
-
- addFrameworkListener(FrameworkListener) - Method in interface org.osgi.framework.BundleContext
-
Adds the specified FrameworkListener
object to the context
bundle's list of listeners if not already present.
- addFreeFile(JournalFile, boolean) - Method in class org.hornetq.core.journal.impl.JournalFilesRepository
-
- addFreeFile(JournalFile, boolean, boolean) - Method in class org.hornetq.core.journal.impl.JournalFilesRepository
-
- addFrom(Address[]) - Method in class com.sun.mail.imap.IMAPMessage
-
- addFrom(Address[]) - Method in class javax.mail.internet.MimeMessage
-
Add the specified addresses to the existing "From" field.
- addFrom(Address[]) - Method in class javax.mail.Message
-
Add these addresses to the existing "From" attribute
- addFrom(String, String) - Method in class org.hibernate.envers.tools.query.QueryBuilder
-
Add an entity from which to select.
- addFromAssociation(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
-
- addFromCollection(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
-
- addFromElement(String, AST) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
-
Adds a new from element to the from node.
- addFromFragmentString(String) - Method in class org.hibernate.sql.ANSIJoinFragment
-
- addFromFragmentString(String) - Method in class org.hibernate.sql.OracleJoinFragment
-
- addFromFragmentString(String) - Method in class org.hibernate.sql.QueryJoinFragment
-
- addFromFragmentString(String) - Method in class org.hibernate.sql.Sybase11JoinFragment
-
- addGeneratedValuePlan(CompositeNestedGeneratedValueGenerator.GenerationPlan) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
-
- addGenerator(IdGenerator) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addGenerator(IdGenerator) - Method in interface org.hibernate.cfg.Mappings
-
Add a generator.
- addGeneratorTable(String, Properties) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addGeneratorTable(String, Properties) - Method in interface org.hibernate.cfg.Mappings
-
Add a generator table properties.
- addGlobalAttributeDecl(XSAttributeDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
register one global attribute
- addGlobalAttributeDecl(XSAttributeDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
-
- addGlobalAttributeDecl(XSAttributeDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
-
- addGlobalAttributeGroupDecl(XSAttributeGroupDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
register one global attribute group
- addGlobalAttributeGroupDecl(XSAttributeGroupDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
-
- addGlobalAttributeGroupDecl(XSAttributeGroupDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
-
- addGlobalCondition(Parameter, int, int) - Method in class org.h2.command.dml.Query
-
Add a condition to the query.
- addGlobalCondition(Parameter, int, int) - Method in class org.h2.command.dml.Select
-
- addGlobalCondition(Parameter, int, int) - Method in class org.h2.command.dml.SelectUnion
-
- addGlobalElementDecl(XSElementDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
register one global element
- addGlobalElementDecl(XSElementDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
-
- addGlobalElementDecl(XSElementDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
-
- addGlobalGroupDecl(XSGroupDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
register one global group
- addGlobalGroupDecl(XSGroupDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
-
- addGlobalGroupDecl(XSGroupDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
-
- addGlobalNotationDecl(XSNotationDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
register one global notation
- addGlobalNotationDecl(XSNotationDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
-
- addGlobalNotationDecl(XSNotationDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
-
- addGlobalTypeDecl(XSTypeDefinition) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
register one global type
- addGlobalTypeDecl(XSTypeDefinition) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
-
- addGlobalTypeDecl(XSTypeDefinition) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
-
- addGroupBinding(GroupBinding) - Method in interface org.hornetq.core.server.group.GroupingHandler
-
- addGroupBinding(GroupBinding) - Method in class org.hornetq.core.server.group.impl.LocalGroupingHandler
-
- addGroupBinding(GroupBinding) - Method in class org.hornetq.core.server.group.impl.RemoteGroupingHandler
-
- addGrouper(Grouper<?>) - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
-
Add a grouper
- addGrouping(GroupBinding) - Method in class org.hornetq.core.persistence.impl.journal.JournalStorageManager
-
- addGrouping(GroupBinding) - Method in class org.hornetq.core.persistence.impl.nullpm.NullStorageManager
-
- addGrouping(GroupBinding) - Method in interface org.hornetq.core.persistence.StorageManager
-
- addGuardedAction(Input, GuardedAction) - Method in class org.jboss.com.sun.corba.se.spi.orbutil.fsm.StateImpl
-
- addHandle(VirtualFile, Closeable) - Static method in class org.jboss.vfs.util.automount.Automounter
-
Add handle to owner, to be auto closed.
- addHandler(String, ElementHandler) - Method in interface org.dom4j.ElementPath
-
Adds the ElementHandler
to be called when the specified
path is encounted.
- addHandler(String, ElementHandler) - Method in class org.dom4j.io.SAXReader
-
Adds the ElementHandler
to be called when the specified
path is encounted.
- addHandler(String, ElementHandler) - Method in class org.dom4j.io.XPP3Reader
-
Adds the ElementHandler
to be called when the specified
path is encounted.
- addHandler(String, ElementHandler) - Method in class org.dom4j.io.XPPReader
-
Adds the ElementHandler
to be called when the specified
path is encounted.
- addHandler(String, ElementHandler) - Method in class org.dom4j.jaxb.JAXBReader
-
Adds the ElementHandler
to be called when the specified
path is encounted.
- addHandler(Handler) - Method in class org.jboss.logmanager.ExtHandler
-
Add a sub-handler to this handler.
- addHandler(Handler) - Method in class org.jboss.logmanager.Logger
- addHandlerConfiguration(String, String, String, String...) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
-
Add a handler configuration.
- addHandlerName(String) - Method in interface org.jboss.logmanager.config.HandlerContainingConfigurable
-
Add a handler name to this logger.
- addHead(MessageReference) - Method in class org.hornetq.core.server.impl.LastValueQueue
-
- addHead(MessageReference) - Method in class org.hornetq.core.server.impl.QueueImpl
-
- addHead(MessageReference) - Method in interface org.hornetq.core.server.Queue
-
- addHead(E) - Method in interface org.hornetq.utils.LinkedList
-
- addHead(E) - Method in class org.hornetq.utils.LinkedListImpl
-
- addHead(T, int) - Method in interface org.hornetq.utils.PriorityLinkedList
-
- addHead(T, int) - Method in class org.hornetq.utils.PriorityLinkedListImpl
-
- addHeader(String, String) - Method in class com.sun.mail.imap.IMAPBodyPart
-
- addHeader(String, String) - Method in class com.sun.mail.imap.IMAPMessage
-
- addHeader(String, String) - Method in class com.sun.mail.pop3.POP3Message
-
Add this value to the existing values for this header_name.
- addHeader(String, String) - Method in class javax.mail.internet.InternetHeaders
-
Add a header with the specified name and value to the header list.
- addHeader(String, String) - Method in class javax.mail.internet.MimeBodyPart
-
Add this value to the existing values for this header_name.
- addHeader(String, String) - Method in class javax.mail.internet.MimeMessage
-
Add this value to the existing values for this header_name.
- addHeader(String, String) - Method in interface javax.mail.Part
-
Add this value to the existing values for this header_name.
- addHeader(String, String) - Method in interface javax.servlet.http.HttpServletResponse
-
Adds a response header with the given name and value.
- addHeader(String, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to return addHeader(String name, String value)
on the wrapped response object.
- addHeader(String, String) - Method in class javax.xml.soap.MimeHeaders
-
Adds a MimeHeader
object with the specified name and value
to this MimeHeaders
object's list of headers.
- addHeader() - Method in interface javax.xml.soap.SOAPEnvelope
-
Creates a SOAPHeader
object and sets it as the
SOAPHeader
object for this SOAPEnvelope
object.
- addHeaderElement(Name) - Method in interface javax.xml.soap.SOAPHeader
-
Creates a new SOAPHeaderElement
object initialized with the
specified name and adds it to this SOAPHeader
object.
- addHeaderElement(QName) - Method in interface javax.xml.soap.SOAPHeader
-
Creates a new SOAPHeaderElement
object initialized with the
specified qname and adds it to this SOAPHeader
object.
- addHeaderLine(String) - Method in class com.sun.mail.imap.IMAPBodyPart
-
- addHeaderLine(String) - Method in class com.sun.mail.imap.IMAPMessage
-
- addHeaderLine(String) - Method in class com.sun.mail.pop3.POP3Message
-
Add a raw RFC822 header-line.
- addHeaderLine(String) - Method in class javax.mail.internet.InternetHeaders
-
Add an RFC822 header line to the header store.
- addHeaderLine(String) - Method in class javax.mail.internet.MimeBodyPart
-
Add a header line to this body part
- addHeaderLine(String) - Method in class javax.mail.internet.MimeMessage
-
Add a raw RFC 822 header-line.
- addHeaderLine(String) - Method in interface javax.mail.internet.MimePart
-
Add a raw RFC822 header-line.
- addHeaders(String, List<String>) - Method in interface org.jboss.ws.api.monitoring.Record
-
Adds a HTTP header to the record
- addHeapNode(MultiValuedNodeHeapIterator.HeapNode) - Method in class org.apache.xalan.xsltc.dom.MultiValuedNodeHeapIterator
-
- addHibernateTypeResolver(AttributeTypeResolver) - Method in class org.hibernate.metamodel.source.annotations.attribute.type.CompositeAttributeTypeResolver
-
- addHierarchyEventListener(HierarchyEventListener) - Method in class org.apache.log4j.Hierarchy
-