Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Complex Event Processing
11g Release 1 (11.1.1.4.0)

E14303-04
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.oracle.cep.cluster.hagroups
Interface GroupMembershipListener

All Known Implementing Classes:
BroadcastInboundAdapter, QueueTrimmingAdapter

public interface GroupMembershipListener

Listener interface that allows beans and adapters to listen for property group membership changes. Beans wanting to be notified should simply implement this interface and the runtime will automatically invoke the callback when membership changes occur. The group used is determined by the configuration of ActiveActiveGroupBean.


Method Summary
 void onMembershipChange(Server localIdentity, Configuration groupConfiguration)
          Callback method to be implemented by the receiving bean.

 

Method Detail

onMembershipChange

public void onMembershipChange(Server localIdentity,
                               Configuration groupConfiguration)
Callback method to be implemented by the receiving bean.
Parameters:
localIdentity - of the current server. This is provided so that it can be identified in the provided configuration.
groupConfiguration - - the current configuration of the group including all active members.

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2011 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD