org.jboss.ha.framework.interfaces
public interface: HARMIProxyCallback [javadoc |
source]
DistributedState is a service on top of HAPartition that provides a
cluster-wide distributed state. The DistributedState (DS) service
provides a
tuple
map. Thus, any service, application, container, ... can request its own DS
"private space" by working* in its own category (a string name).
You work in a category like a Dictionary: you set values by key within a
category. Each time a value is added/modified/removed, the modification
is made cluster-wide, on all other nodes.
Reading values is always made locally (no network access!)
Objects can also subscribes to DS events to be notified when some values gets
modified/removed/added in a particular category.
| Method from org.jboss.ha.framework.interfaces.HARMIProxyCallback Summary: |
|---|
|
proxyUpdated |
| Method from org.jboss.ha.framework.interfaces.HARMIProxyCallback Detail: |
public void proxyUpdated()
|