org.jboss.ejb3.proxy.clustered.registry
Interface ProxyClusteringRegistryListener

All Known Implementing Classes:
JndiClusteredSessionRegistrarBase, JndiClusteredStatefulSessionRegistrar, JndiClusteredStatelessSessionRegistrar

public interface ProxyClusteringRegistryListener

Author:
Brian Stansberry

Method Summary
 void beanClusteringInfoAdded(ProxyClusteringInfo beanClusteringInfo)
          Notification that a ProxyClusteringInfo has been registered.
 void beanClusteringInfoRemoved(ProxyClusteringInfo beanClusteringInfo)
          Notification that a ProxyClusteringInfo has been unregistered.
 void clusterTopologyChanged(ProxyClusteringInfo beanClusteringInfo)
          Notification that the cluster topology has changed for one of the cluster families associated with a container.
 

Method Detail

beanClusteringInfoAdded

void beanClusteringInfoAdded(ProxyClusteringInfo beanClusteringInfo)
Notification that a ProxyClusteringInfo has been registered.

Parameters:
beanClusteringInfo - the item that was registered.

beanClusteringInfoRemoved

void beanClusteringInfoRemoved(ProxyClusteringInfo beanClusteringInfo)
Notification that a ProxyClusteringInfo has been unregistered.

Parameters:
beanClusteringInfo - the item that was unregistered.

clusterTopologyChanged

void clusterTopologyChanged(ProxyClusteringInfo beanClusteringInfo)
Notification that the cluster topology has changed for one of the cluster families associated with a container.

Parameters:
beanClusteringInfo - the affected ProxyClusteringInfo


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