Package | Description |
---|---|
javax.xml.ws |
This package contains the core JAX-WS APIs.
|
org.infinispan.config |
Cache configuration beans and parsers.
|
org.infinispan.loaders |
This package contains loaders and stores, which are used for overflow or persistence.
|
org.infinispan.loaders.decorators |
This package contains loaders and stores, which are used for overflow or persistence.
|
Modifier and Type | Class and Description |
---|---|
class |
EndpointReference
This class represents an WS-Addressing EndpointReference
which is a remote reference to a web service endpoint.
|
Modifier and Type | Field and Description |
---|---|
boolean |
Configuration.HashType.activated
Deprecated.
|
boolean |
Configuration.L1Type.activated
Deprecated.
|
protected boolean |
Configuration.ClusteringType.configuredAsync
Deprecated.
|
protected boolean |
Configuration.ClusteringType.configuredSync
Deprecated.
|
protected String |
Configuration.BooleanAttributeType.fieldName
Deprecated.
|
protected CommandInterceptor |
CustomInterceptorConfig.interceptor |
protected Configuration.CacheMode |
Configuration.ClusteringType.mode
Deprecated.
|
protected TransactionManagerLookup |
Configuration.TransactionType.transactionManagerLookup
Deprecated.
|
protected TransactionSynchronizationRegistryLookup |
Configuration.TransactionType.transactionSynchronizationRegistryLookup
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AdvancedExternalizer<?> |
AdvancedExternalizerConfig.getAdvancedExternalizer() |
MBeanServerLookup |
GlobalConfiguration.GlobalJmxStatisticsType.getMBeanServerLookupInstance()
Deprecated.
|
void |
CustomInterceptorConfig.setAfterInterceptor(Class<? extends CommandInterceptor> interceptorClass)
Places the new interceptor directly after the instance of the named interceptor which is
specified via its fully qualified class name.
|
void |
CustomInterceptorConfig.setBeforeInterceptor(Class<? extends CommandInterceptor> interceptorClass)
Places the new interceptor directly before the instance of the named interceptor which is
specified via its fully qualified class name..
|
FluentConfiguration.LoadersConfig |
CacheLoaderManagerConfig.setCacheLoaderConfigs(List<CacheLoaderConfig> configs)
Deprecated.
The visibility of this method will be reduced and
XMLElement definition is likely to move to the getCacheLoaderConfigs().
|
void |
CustomInterceptorConfig.setFirst(boolean first)
Shall this interceptor be the first one in the chain?
|
void |
CustomInterceptorConfig.setInterceptor(CommandInterceptor interceptor)
Returns a the interceptor that we want to add to the chain.
|
void |
CustomInterceptorConfig.setLast(boolean last)
Shall this interceptor be the last one in the chain?
|
void |
GlobalConfiguration.setMBeanServerLookup(MBeanServerLookup mBeanServerLookup)
|
void |
GlobalConfiguration.setMBeanServerLookupInstance(MBeanServerLookup mBeanServerLookupInstance)
|
void |
CustomInterceptorConfig.setPosition(org.infinispan.config.CustomInterceptorConfig.Position position)
A position at which to place this interceptor in the chain.
|
void |
CustomInterceptorConfig.setProperties(Properties properties) |
void |
GlobalConfiguration.TransportType.setProperties(TypedProperties properties)
Deprecated.
The visibility of this will be reduced, use
GlobalConfiguration.TransportType.withProperties(java.util.Properties) or GlobalConfiguration.TransportType.addProperty(String, String) instead |
void |
GlobalConfiguration.GlobalJmxStatisticsType.setProperties(TypedProperties p)
Deprecated.
The visibility of this will be reduced, use
GlobalConfiguration.GlobalJmxStatisticsType.withProperties(java.util.Properties) instead |
Modifier and Type | Field and Description |
---|---|
protected TypedProperties |
AbstractCacheLoaderConfig.properties |
Modifier and Type | Method and Description |
---|---|
AsyncStoreConfig |
AbstractDecoratorConfigurationBean.getAsyncStoreConfig() |
String |
AbstractDecoratorConfigurationBean.getCacheLoaderClassName() |
SingletonStoreConfig |
AbstractDecoratorConfigurationBean.getSingletonStoreConfig() |
Boolean |
AbstractDecoratorConfigurationBean.isFetchPersistentState() |
Boolean |
AbstractDecoratorConfigurationBean.isIgnoreModifications() |
Boolean |
AbstractDecoratorConfigurationBean.isPurgeOnStartup() |
Boolean |
AbstractDecoratorConfigurationBean.isPurgeSynchronously() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.