|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Abstraction of a ProxyConsumer, SupplierAdmin, ConsumerAdmin, ProxySupplier. This Interface provides uniform access to use these Classes during processing of a Message.
Method Summary | |
java.util.List |
getFilters()
get Filters associated to this FilterStage. |
MappingFilter |
getLifetimeFilter()
access the LifetimeFilter attached to this FilterStage |
MessageConsumer |
getMessageConsumer()
get the associated MessageConsumer or null. |
MappingFilter |
getPriorityFilter()
access the PriorityFilter attached to this FilterStage |
java.util.List |
getSubsequentFilterStages()
get FilterStages following this Node. |
boolean |
hasInterFilterGroupOperatorOR()
check if this FilterStage has OR Semantic enabled. |
boolean |
hasLifetimeFilter()
check if this FilterStage has a LifetimeFilter attached |
boolean |
hasMessageConsumer()
check if this FilterStage has a MessageConsumer associcated. |
boolean |
hasPriorityFilter()
check if this FilterStage has a PriorityFilter attached |
boolean |
isDisposed()
check if this FilterStage has been disposed. |
Method Detail |
public boolean isDisposed()
public java.util.List getSubsequentFilterStages()
public java.util.List getFilters()
public boolean hasMessageConsumer()
public boolean hasInterFilterGroupOperatorOR()
public MessageConsumer getMessageConsumer()
public boolean hasLifetimeFilter()
public boolean hasPriorityFilter()
public MappingFilter getLifetimeFilter()
public MappingFilter getPriorityFilter()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |