| org.jboss.ejb.plugins.StatefulHASessionInstanceCache
StatefulHASessionInstanceCache | public class StatefulHASessionInstanceCache extends StatefulSessionInstanceCache (Code) | | SFSB cache for clustered environment. Mainly avoid "excessive" locking
that can generate cluster-distributed deadlocks.
See Also: org.jboss.ejb.plugins.StatefulSessionInstanceCache author: Sacha Labourey. version: $Revision: 57188 $ version: Revisions: version: 19 decembre 2002 Sacha Labourey: version: version: - First implementation
version:
|
Method Summary | |
public EnterpriseContext | get(Object id) | public void | invalidateLocally(Object id) Remove an object from the local cache *without* any locking
(synchronized, etc.) to avoid huge cluster-wide deadlock situations
We have to unschedule passivation as well as the bean may be
used on another node. |
invalidateLocally | public void invalidateLocally(Object id)(Code) | | Remove an object from the local cache *without* any locking
(synchronized, etc.) to avoid huge cluster-wide deadlock situations
We have to unschedule passivation as well as the bean may be
used on another node.
|
|
|