Uses of Class
org.jboss.web.tomcat.service.session.distributedcache.spi.DistributableSessionMetadata

Packages that use DistributableSessionMetadata
org.jboss.web.tomcat.service.session.distributedcache.spi   
 

Uses of DistributableSessionMetadata in org.jboss.web.tomcat.service.session.distributedcache.spi
 

Methods in org.jboss.web.tomcat.service.session.distributedcache.spi that return DistributableSessionMetadata
 DistributableSessionMetadata IncomingDistributableSessionData.getMetadata()
          Gets the other session metadata besides the version and timestamp.
 DistributableSessionMetadata OutgoingDistributableSessionData.getMetadata()
          Gets the other session metadata besides the version and timestamp.
 

Methods in org.jboss.web.tomcat.service.session.distributedcache.spi with parameters of type DistributableSessionMetadata
 boolean LocalDistributableSessionManager.sessionChangedInDistributedCache(String realId, String dataOwner, int distributedVersion, long timestamp, DistributableSessionMetadata metadata)
          Callback from the distributed cache to notify us that a session has been modified remotely.
 



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