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 GroupNameAware

All Known Implementing Classes:
BroadcastInboundAdapter, QueueTrimmingAdapter

public interface GroupNameAware

Interface to be implemented by beans that wish to know the property group name of the containing EPN. The property group is different to the deployment group in that there can be many property groups for the same deployment group.


Method Summary
 void setGroupName(java.lang.String groupName)
          Sets the group name of the containing EPN on the implementing bean.

 

Method Detail

setGroupName

public void setGroupName(java.lang.String groupName)
Sets the group name of the containing EPN on the implementing bean.
Parameters:
groupName - - String group name

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