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.bea.wlevs.ede.api.cluster
Interface Configuration


public interface Configuration

An interface representing a configuration update of group members. Configuration updates are triggered by membership changes or by users requiring a new group view. This interface is implemented by the multicast message provider.


Method Summary
 Server getCoordinator()
          Returns the Server object of the coordinator for this configuration.
 long getId()
          Returns the unique id of this configuration.
 java.util.SortedSet getMembers()
          Returns a SortedSet containing the Processor objects of the processors in this configuration.

 

Method Detail

getId

public long getId()
Returns the unique id of this configuration.

getMembers

public java.util.SortedSet getMembers()
Returns a SortedSet containing the Processor objects of the processors in this configuration.

getCoordinator

public Server getCoordinator()
Returns the Server object of the coordinator for this configuration.

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