jBPM distribution 6.1.0.Beta4

org.jbpm.process.core.event
Class BroadcastEventTypeFilter

java.lang.Object
  extended by org.jbpm.process.core.event.EventTypeFilter
      extended by org.jbpm.process.core.event.BroadcastEventTypeFilter
All Implemented Interfaces:
Serializable, EventFilter

public class BroadcastEventTypeFilter
extends EventTypeFilter

This variant of the EventTypeFilter can be used with structures such as Escalations, for which Intermediate (Catching) Events can be triggered by both

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.process.core.event.EventTypeFilter
type
 
Constructor Summary
BroadcastEventTypeFilter()
           
 
Method Summary
 boolean acceptsEvent(String type, Object event)
           
 String toString()
           
 
Methods inherited from class org.jbpm.process.core.event.EventTypeFilter
getType, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BroadcastEventTypeFilter

public BroadcastEventTypeFilter()
Method Detail

acceptsEvent

public boolean acceptsEvent(String type,
                            Object event)
Specified by:
acceptsEvent in interface EventFilter
Overrides:
acceptsEvent in class EventTypeFilter

toString

public String toString()
Overrides:
toString in class EventTypeFilter

jBPM distribution 6.1.0.Beta4

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.