WebFlow.event
Class BeanContextMembershipEventImpl
WebFlow.event.BeanContextMembershipEventImpl
- public class BeanContextMembershipEventImpl
Field Summary |
protected org.omg.CORBA.Object[] |
children
|
Method Summary |
boolean |
contains(org.omg.CORBA.Object child)
|
int |
size()
how many children are effected by the notification |
org.omg.CORBA.Object[] |
toArray()
|
children
protected org.omg.CORBA.Object[] children
BeanContextMembershipEventImpl
public BeanContextMembershipEventImpl(org.omg.CORBA.Object bc,
org.omg.CORBA.Object[] changes)
throws WebFlow.IllegalArgumentException
- Construct a BeanContextMembershipEvent
- Parameters:
bc
- The BeanContext sourcechanges
- The Children effected
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