public interface FilterStage extends FilterStageSource
Modifier and Type | Method and Description |
---|---|
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
|
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 |
isDestroyed()
check if this FilterStage has been disposed.
|
getSubsequentFilterStages
boolean isDestroyed()
List getFilters()
boolean hasMessageConsumer()
boolean hasInterFilterGroupOperatorOR()
MessageConsumer getMessageConsumer()
boolean hasLifetimeFilter()
boolean hasPriorityFilter()
MappingFilter getLifetimeFilter()
MappingFilter getPriorityFilter()
Copyright © 2016 JacORB. All rights reserved.