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

A

acquireCache() - Method in interface org.jboss.ha.framework.server.spi.HAPartitionCacheHandler
Instructs this handler to acquire a reference to the cache.
addSession(String, FullyQualifiedSessionId) - Method in interface org.jboss.web.tomcat.service.sso.spi.SSOClusterManager
Notify the cluster of the addition of a Session to an SSO session.

B

BatchingManager - Interface in org.jboss.web.tomcat.service.session.distributedcache.spi
Abstraction of the batching calls used to control the distributed cache.
bind(Name, Object, String) - Method in interface org.jboss.ha.jndi.spi.DistributedTreeManager
Bind an object in the distribute tree

C

ClusteringNotSupportedException - Exception in org.jboss.web.tomcat.service.session.distributedcache.spi
This exception is thrown when the clustered HTTPSession-service is not found
ClusteringNotSupportedException(String) - Constructor for exception org.jboss.web.tomcat.service.session.distributedcache.spi.ClusteringNotSupportedException
 
ClusteringNotSupportedException(String, Throwable) - Constructor for exception org.jboss.web.tomcat.service.session.distributedcache.spi.ClusteringNotSupportedException
 
createMarshalledValue(Serializable) - Static method in class org.jboss.web.tomcat.service.session.distributedcache.spi.SessionSerializationFactory
 
createService() - Method in interface org.jboss.ha.framework.server.spi.ManagedDistributedState
Create the service
createSubcontext(Name) - Method in interface org.jboss.ha.jndi.spi.DistributedTreeManager
Create a subcontext in the distributed tree

D

DEFAULT_CLASS_NAME - Static variable in class org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManagerFactoryFactory
Default name of the class that DistributedCacheManagerFactoryFactory.getDistributedCacheManagerFactory() will try to instantiate if no factory is injected.
deregister(String) - Method in interface org.jboss.web.tomcat.service.sso.spi.SSOLocalManager
Callback from the SSOClusterManager notifying the local manager that an SSO has been deregistered on another node.
destroyService() - Method in interface org.jboss.ha.framework.server.spi.ManagedDistributedState
Destroy the service
DistributableSessionMetadata - Class in org.jboss.web.tomcat.service.session.distributedcache.spi
Encapsulates the replicated metadata for a session.
DistributableSessionMetadata() - Constructor for class org.jboss.web.tomcat.service.session.distributedcache.spi.DistributableSessionMetadata
 
DistributedCacheManager<T extends OutgoingDistributableSessionData> - Interface in org.jboss.web.tomcat.service.session.distributedcache.spi
SPI implemented by the distributed caching layer.
DistributedCacheManagerFactory - Interface in org.jboss.web.tomcat.service.session.distributedcache.spi
Factory for obtaining a DistributedCacheManager.
DistributedCacheManagerFactoryFactory - Class in org.jboss.web.tomcat.service.session.distributedcache.spi
Factory for obtaining a DistributedCacheManagerFactory.
DistributedTreeManager - Interface in org.jboss.ha.jndi.spi
Manages distributed tree operations for HAJNDI.

E

endBatch() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.BatchingManager
 
equals(Object) - Method in class org.jboss.web.tomcat.service.sso.spi.FullyQualifiedSessionId
 
evictSession(String) - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManager
Evict a session from the in-memory portion of the distributed cache, on this node only.
evictSession(String, String) - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManager
Evict a non-locally-active session from the in-memory portion of the distributed cache, on this node only.

F

FullyQualifiedSessionId - Class in org.jboss.web.tomcat.service.sso.spi
Encapsulates a session id along with the name of the owning context and its hostname.
FullyQualifiedSessionId(String, String, String) - Constructor for class org.jboss.web.tomcat.service.sso.spi.FullyQualifiedSessionId
 

G

getApplicationClassLoader() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.LocalDistributableSessionManager
Get the classloader able to load application classes.
getAttribute(String, String) - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManager
Get the value of the attribute with the given key from the given session.
getAttributeKeys(String) - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManager
Obtain the attribute keys associated with this session.
getAttributes(String) - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManager
Return all attributes associated with this session id.
getAuthType() - Method in class org.jboss.web.tomcat.service.sso.spi.SSOCredentials
Gets the authorization method used to authorize the SSO.
getBatchingManager() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManager
Gets the BatchingManager.
getCacheChannelFactory() - Method in interface org.jboss.ha.framework.server.spi.HAPartitionCacheHandler
Gets the ChannelFactory from which the cache obtains its Channel.
getCacheConfig() - Method in interface org.jboss.web.tomcat.service.sso.spi.SSOLocalManager
Gets the name of the cache config used by SSOClusterManager.
getCacheConfigFile() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.TomcatClusterConfig
 
getCacheConfigName() - Method in interface org.jboss.ha.framework.server.spi.HAPartitionCacheHandler
Gets the name of the cache's configuration.
getCacheObjectName() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.TomcatClusterConfig
 
getChannelStackName() - Method in interface org.jboss.ha.framework.server.spi.HAPartitionCacheHandler
Gets the name of cache's JGroups protocol stack configuration.
getClusterName() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.TomcatClusterConfig
 
getContextName() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.LocalDistributableSessionManager
Gets the name of the Tomcat Context.
getContextName() - Method in class org.jboss.web.tomcat.service.sso.spi.FullyQualifiedSessionId
Get the contextPath.
getCreationTime() - Method in class org.jboss.web.tomcat.service.session.distributedcache.spi.DistributableSessionMetadata
 
getDistributedCacheManager(LocalDistributableSessionManager) - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManagerFactory
 
getDistributedCacheManagerFactory() - Method in class org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManagerFactoryFactory
Returns the factory, creating one if necessary by loading the factory class and invoking Class.newInstance().
getFactoryClassName() - Method in class org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManagerFactoryFactory
Gets the class name of the factory; either the name of any existing factory, a class name injected via this property's setter, or DistributedCacheManagerFactoryFactory.DEFAULT_CLASS_NAME.
getHAStub() - Method in interface org.jboss.ha.jndi.spi.DistributedTreeManager
Get the Naming object relative to which context's are created
getHostName() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.LocalDistributableSessionManager
Gets the name of the application's virtual host.
getHostName() - Method in class org.jboss.web.tomcat.service.sso.spi.FullyQualifiedSessionId
Get the hostName.
getId() - Method in class org.jboss.web.tomcat.service.session.distributedcache.spi.DistributableSessionMetadata
 
getInstance() - Static method in class org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManagerFactoryFactory
Gets the singleton instance.
getMaxInactiveInterval() - Method in class org.jboss.web.tomcat.service.session.distributedcache.spi.DistributableSessionMetadata
 
getMBeanServer() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.TomcatClusterConfig
 
getMBeanServer() - Method in interface org.jboss.web.tomcat.service.sso.spi.SSOLocalManager
Gets the MBeanServer the local manager is registered with (or null)
getMetadata() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.IncomingDistributableSessionData
Gets the other session metadata besides the version and timestamp.
getMetadata() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.OutgoingDistributableSessionData
Gets the other session metadata besides the version and timestamp.
getModifiedSessionAttributes() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.OutgoingAttributeGranularitySessionData
Gets those key/value pairs in the session's attribute map that have been modified versus what is already present in the distributed cache, including newly added key/value pairs.
getObjectInput(InputStream) - Method in class org.jboss.web.tomcat.service.session.distributedcache.spi.JBossSerializationObjectStreamSource
 
getObjectOutput(OutputStream) - Method in class org.jboss.web.tomcat.service.session.distributedcache.spi.JBossSerializationObjectStreamSource
 
getObjectStreamSource() - Static method in class org.jboss.web.tomcat.service.session.distributedcache.spi.SessionSerializationFactory
 
getPassword() - Method in class org.jboss.web.tomcat.service.sso.spi.SSOCredentials
Gets the password of the user associated with the SSO.
getRealId() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.OutgoingDistributableSessionData
Gets the session id with any appended jvmRoute info removed.
getRemovedSessionAttributes() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.OutgoingAttributeGranularitySessionData
Gets the names of session attributes that have been removed locally and thus need to be removed from the distributed cache.
getReplicationConfig() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.LocalDistributableSessionManager
Gets the web application metadata.
getSessionAttributes() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.IncomingDistributableSessionData
Returns the session's attribute map, or throws an IllegalStateException if IncomingDistributableSessionData.providesSessionAttributes() would return false.
getSessionAttributes() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.OutgoingSessionGranularitySessionData
Gets the attribute map for the session, or null if the attribute map is unmodified from what is already present in the distributed cache.
getSessionData(String, boolean) - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManager
Get the IncomingDistributableSessionData that encapsulates the distributed cache's information about the given session.
getSessionData(String, String, boolean) - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManager
Get the IncomingDistributableSessionData that encapsulates the distributed cache's information about the given session.
getSessionId() - Method in class org.jboss.web.tomcat.service.sso.spi.FullyQualifiedSessionId
Get the sessionId.
getSessionIds() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManager
Gets the ids of all sessions in the underlying cache.
getSSOLocalManager() - Method in interface org.jboss.web.tomcat.service.sso.spi.SSOClusterManager
Gets the SSOLocalManager valve for which this object is handling cluster communications.
getSupportsAttributeOperations() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManager
Gets whether this DistributedCacheManager supports operations on session attributes; if false the various attribute operations in will throw UnsupportedOperationException.
getThreadPoolName() - Method in interface org.jboss.web.tomcat.service.sso.spi.SSOLocalManager
Object name of the thread pool used by SSOClusterManager.
getTimestamp() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.IncomingDistributableSessionData
Gets the timestamp of the most recent session access.
getTimestamp() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.OutgoingDistributableSessionData
Gets the timestamp of the most recent session access.
getTomcatClusterConfig() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.TomcatClusterDistributedCacheManagerFactory
 
getTomcatClusterDistributedCacheManagerFactory(TomcatClusterConfig) - Method in class org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManagerFactoryFactory
 
getUsername() - Method in class org.jboss.web.tomcat.service.sso.spi.SSOCredentials
Gets the username of the user associated with the SSO.
getVersion() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.IncomingDistributableSessionData
Gets the session's version.
getVersion() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.OutgoingDistributableSessionData
Gets the session's version.

H

HAPartitionCacheHandler - Interface in org.jboss.ha.framework.server.spi
Handles basic lifecycle operations on HAPartition's cache without exposing the cache and introducing a dependency on JBoss Cache.
hashCode() - Method in class org.jboss.web.tomcat.service.sso.spi.FullyQualifiedSessionId
 

I

IncomingDistributableSessionData - Interface in org.jboss.web.tomcat.service.session.distributedcache.spi
Encapsulates the four types of data about a session that can be retrieved from a distributed cache.
init() - Method in interface org.jboss.ha.jndi.spi.DistributedTreeManager
Initializes the DistributedTreeManager
isBatchInProgress() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.BatchingManager
 
isNew() - Method in class org.jboss.web.tomcat.service.session.distributedcache.spi.DistributableSessionMetadata
 
isPassivationEnabled() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManager
Gets whether the underlying cache supports passivation.
isPassivationEnabled() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.LocalDistributableSessionManager
Gets whether the webapp is configured for passivation.
isValid() - Method in class org.jboss.web.tomcat.service.session.distributedcache.spi.DistributableSessionMetadata
 

J

JBOSS_SERIALIZATION_SYS_PROP - Static variable in class org.jboss.web.tomcat.service.session.distributedcache.spi.SessionSerializationFactory
System property that, if set to true, indicates that JBoss Serialization should be used for session serialization.
JBossSerializationObjectStreamSource - Class in org.jboss.web.tomcat.service.session.distributedcache.spi
ObjectStreamSource implementation that provides JBossObjectInputStreamSharedTree and JBossObjectOutputStreamSharedTree.
JBossSerializationObjectStreamSource() - Constructor for class org.jboss.web.tomcat.service.session.distributedcache.spi.JBossSerializationObjectStreamSource
 

L

list(Name) - Method in interface org.jboss.ha.jndi.spi.DistributedTreeManager
List the binding in the distributed tree
listBindings(Name) - Method in interface org.jboss.ha.jndi.spi.DistributedTreeManager
List the bindings in the distributed tree
LocalDistributableSessionManager - Interface in org.jboss.web.tomcat.service.session.distributedcache.spi
Callback interface to allow the distributed caching layer to invoke upon the local session manager.
logout(String) - Method in interface org.jboss.web.tomcat.service.sso.spi.SSOClusterManager
Notifies the cluster that a single sign on session has been terminated due to a user logout.
lookup(Name) - Method in interface org.jboss.ha.jndi.spi.DistributedTreeManager
Lookup an object in the distributed tree.
lookup(String) - Method in interface org.jboss.web.tomcat.service.sso.spi.SSOClusterManager
Queries the cluster for the existence of a SSO session with the given id, returning a SSOCredentials if one is found.

M

ManagedDistributedState - Interface in org.jboss.ha.framework.server.spi
DistributedState subinterface that exposes lifecycle methods to allow its owning HAPartition to control it.

N

notifyLocalAttributeModification(String) - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.LocalDistributableSessionManager
Callback from the distributed cache notifying of a local modification to a session's attributes.
notifyRemoteInvalidation(String) - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.LocalDistributableSessionManager
Notifies the manager that a session in the distributed cache has been invalidated
notifySSOEmpty(String) - Method in interface org.jboss.web.tomcat.service.sso.spi.SSOLocalManager
Callback from the SSOClusterManager when it detects an SSO without any active sessions across the cluster
notifySSONotEmpty(String) - Method in interface org.jboss.web.tomcat.service.sso.spi.SSOLocalManager
Callback from the SSOClusterManager when it detects an SSO that has active sessions across the cluster

O

org.jboss.ha.framework.server.spi - package org.jboss.ha.framework.server.spi
 
org.jboss.ha.jndi.spi - package org.jboss.ha.jndi.spi
 
org.jboss.web.tomcat.service.session.distributedcache.spi - package org.jboss.web.tomcat.service.session.distributedcache.spi
 
org.jboss.web.tomcat.service.sso.spi - package org.jboss.web.tomcat.service.sso.spi
 
OutgoingAttributeGranularitySessionData - Interface in org.jboss.web.tomcat.service.session.distributedcache.spi
Expands on OutgoingDistributableSessionData to expose information about changes in the session's attribute map.
OutgoingDistributableSessionData - Interface in org.jboss.web.tomcat.service.session.distributedcache.spi
Encapsulates the types of data about a session that can be stored to a distributed cache, except for the attributes.
OutgoingSessionGranularitySessionData - Interface in org.jboss.web.tomcat.service.session.distributedcache.spi
Expands on OutgoingDistributableSessionData to expose the session's attribute map.

P

providesSessionAttributes() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.IncomingDistributableSessionData
Gets whether it is safe to invoke IncomingDistributableSessionData.getSessionAttributes() on this object.
putAttribute(String, String, Object) - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManager
Stores the given value under the given key in the given session.
putAttribute(String, Map<String, Object>) - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManager
Stores the given map of attribute key/value pairs in the given session.

R

rebind(Name, Object, String) - Method in interface org.jboss.ha.jndi.spi.DistributedTreeManager
Re-bind an object in the distribute tree
register(String, String, String, String) - Method in interface org.jboss.web.tomcat.service.sso.spi.SSOClusterManager
Notifies the cluster of the creation of a new SSO entry.
releaseCache() - Method in interface org.jboss.ha.framework.server.spi.HAPartitionCacheHandler
Instructs this handler to release any reference to the cache.
remoteUpdate(String, SSOCredentials) - Method in interface org.jboss.web.tomcat.service.sso.spi.SSOLocalManager
Callback from the SSOClusterManager notifying the local manager that the credentials associated with an SSO have been modified on another node.
removeAttribute(String, String) - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManager
Removes the attribute with the given key from the given session.
removeAttributeLocal(String, String) - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManager
Removes the attribute with the given key from the given session, but only on the local node.
removeSession(String) - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManager
Globally remove a session from the distributed cache.
removeSession(String, FullyQualifiedSessionId) - Method in interface org.jboss.web.tomcat.service.sso.spi.SSOClusterManager
Notify the cluster of the removal of a Session from an SSO session.
removeSessionLocal(String) - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManager
Remove a session from the distributed cache on this node only.
removeSessionLocal(String, String) - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManager
Remove a non-locally active session from the distributed cache, but on this node only.

S

sessionActivated() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.LocalDistributableSessionManager
Notification that a previously passivated session has been activated.
sessionChangedInDistributedCache(String, String, int, long, DistributableSessionMetadata) - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.LocalDistributableSessionManager
Callback from the distributed cache to notify us that a session has been modified remotely.
sessionCreated(String) - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManager
Notification to the distributed cache that a session has been newly created.
SessionSerializationFactory - Class in org.jboss.web.tomcat.service.session.distributedcache.spi
Factory class for creating object output and input streams, switching between JDK Serialization and JBoss Serialization classes.
SessionSerializationFactory() - Constructor for class org.jboss.web.tomcat.service.session.distributedcache.spi.SessionSerializationFactory
 
setBatchRollbackOnly() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.BatchingManager
 
setCreationTime(long) - Method in class org.jboss.web.tomcat.service.session.distributedcache.spi.DistributableSessionMetadata
 
setDistributedCacheManagerFactory(DistributedCacheManagerFactory) - Method in class org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManagerFactoryFactory
Allows injection of the DistributedCacheManagerFactory.
setFactoryClassName(String) - Method in class org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManagerFactoryFactory
Allows injection of the factory class name.
setHAStub(Naming) - Method in interface org.jboss.ha.jndi.spi.DistributedTreeManager
Set the Naming object relative to which context's are created
setId(String) - Method in class org.jboss.web.tomcat.service.session.distributedcache.spi.DistributableSessionMetadata
 
setMaxInactiveInterval(int) - Method in class org.jboss.web.tomcat.service.session.distributedcache.spi.DistributableSessionMetadata
 
setNew(boolean) - Method in class org.jboss.web.tomcat.service.session.distributedcache.spi.DistributableSessionMetadata
 
setSSOLocalManager(SSOLocalManager) - Method in interface org.jboss.web.tomcat.service.sso.spi.SSOClusterManager
Sets the SSOLocalManager valve for which this object is handling cluster communications.
setTomcatClusterConfig(TomcatClusterConfig) - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.TomcatClusterDistributedCacheManagerFactory
 
setTomcatClusterDistributedCacheManagerFactory(TomcatClusterConfig, TomcatClusterDistributedCacheManagerFactory) - Method in class org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManagerFactoryFactory
 
setValid(boolean) - Method in class org.jboss.web.tomcat.service.session.distributedcache.spi.DistributableSessionMetadata
 
shutdown() - Method in interface org.jboss.ha.jndi.spi.DistributedTreeManager
Shuts down the DistributedTreeManager
SSOClusterManager - Interface in org.jboss.web.tomcat.service.sso.spi
Provides communications support between a SingleSignOn valve and other such valves configured for the same hostname within a server cluster.
SSOCredentials - Class in org.jboss.web.tomcat.service.sso.spi
Authentication credentials for an SSO.
SSOCredentials(String, String, String) - Constructor for class org.jboss.web.tomcat.service.sso.spi.SSOCredentials
Creates a new SSOCredentials.
SSOLocalManager - Interface in org.jboss.web.tomcat.service.sso.spi
Interface implemented by the ClusteredSingleSignOn valve to allow callbacks by the SSOClusterManager.
start() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManager
Starts the distributed caching layer.
start() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.TomcatClusterDistributedCacheManagerFactory
 
start() - Method in interface org.jboss.web.tomcat.service.sso.spi.SSOClusterManager
Prepare for the beginning of active use of the public methods of this component.
startBatch() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.BatchingManager
 
startCache() - Method in interface org.jboss.ha.framework.server.spi.HAPartitionCacheHandler
Instructs this handler to start the cache previously obtained via HAPartitionCacheHandler.acquireCache().
startService() - Method in interface org.jboss.ha.framework.server.spi.ManagedDistributedState
Start the service
stop() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManager
Stops the distributed caching layer.
stop() - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.TomcatClusterDistributedCacheManagerFactory
 
stop() - Method in interface org.jboss.web.tomcat.service.sso.spi.SSOClusterManager
Gracefully terminate the active use of the public methods of this component.
stopService() - Method in interface org.jboss.ha.framework.server.spi.ManagedDistributedState
Stop the service
storeSessionData(T) - Method in interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManager
Store or update a session in the distributed cache.

T

TomcatClusterConfig - Interface in org.jboss.web.tomcat.service.session.distributedcache.spi
Metadata about the environment of a TomcatClusterDistributedCacheManagerFactory.
TomcatClusterDistributedCacheManagerFactory - Interface in org.jboss.web.tomcat.service.session.distributedcache.spi
 
toString() - Method in class org.jboss.web.tomcat.service.sso.spi.FullyQualifiedSessionId
 

U

unbind(Name) - Method in interface org.jboss.ha.jndi.spi.DistributedTreeManager
Unbind an object from the distributed tree
updateCredentials(String, String, String, String) - Method in interface org.jboss.web.tomcat.service.sso.spi.SSOClusterManager
Notifies the cluster of an update of the security credentials associated with an SSO session.
useJBossSerialization() - Static method in class org.jboss.web.tomcat.service.session.distributedcache.spi.SessionSerializationFactory
 

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

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