WebFlow.event
Class BeanContextMembershipEventImpl

WebFlow.event.BeanContextMembershipEventImpl

public class BeanContextMembershipEventImpl


Field Summary
protected  org.omg.CORBA.Object[] children
           
 
Constructor Summary
BeanContextMembershipEventImpl(org.omg.CORBA.Object bc, org.omg.CORBA.Object[] changes)
          Construct a BeanContextMembershipEvent
 
Method Summary
 boolean contains(org.omg.CORBA.Object child)
           
 int size()
          how many children are effected by the notification
 org.omg.CORBA.Object[] toArray()
           
 

Field Detail

children

protected org.omg.CORBA.Object[] children
Constructor Detail

BeanContextMembershipEventImpl

public BeanContextMembershipEventImpl(org.omg.CORBA.Object bc,
                                      org.omg.CORBA.Object[] changes)
                               throws WebFlow.IllegalArgumentException
Construct a BeanContextMembershipEvent
Parameters:
bc - The BeanContext source
changes - The Children effected
Method Detail

size

public int size()
how many children are effected by the notification

contains

public boolean contains(org.omg.CORBA.Object child)
Returns:
is the child specified effected by the event?

toArray

public org.omg.CORBA.Object[] toArray()
Returns:
the array of children effected