|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterStage | |
---|---|
org.jacorb.notification | |
org.jacorb.notification.engine | |
org.jacorb.notification.interfaces | |
org.jacorb.notification.servant |
Uses of FilterStage in org.jacorb.notification |
---|
Methods in org.jacorb.notification that return FilterStage | |
FilterStage |
AbstractMessage.getFilterStage()
|
Methods in org.jacorb.notification with parameters of type FilterStage | |
void |
AbstractMessage.setFilterStage(FilterStage node)
|
boolean |
AbstractMessage.match(FilterStage filterStage)
|
Uses of FilterStage in org.jacorb.notification.engine |
---|
Fields in org.jacorb.notification.engine declared as FilterStage | |
protected static FilterStage[] |
AbstractFilterTask.EMPTY_FILTERSTAGE
empty default value for field arrayCurrentFilterStage_. its used instead of null |
protected FilterStage[] |
AbstractFilterTask.arrayCurrentFilterStage_
FilterStages to process. |
Methods in org.jacorb.notification.engine that return FilterStage | |
FilterStage[] |
FilterConsumerAdminTask.getFilterStagesWithMessageConsumer()
access the FilterStages that have a Event Consumer associated. |
FilterStage[] |
AbstractFilterTask.getFilterStageToBeProcessed()
get the matching FilterStages of the previous run. |
Methods in org.jacorb.notification.engine with parameters of type FilterStage | |
void |
TaskFactory.enqueueMessage(FilterStage[] nodes,
Message event)
|
void |
DefaultTaskFactory.enqueueMessage(FilterStage[] nodes,
Message mesg)
|
protected void |
AbstractFilterTask.addFilterStage(FilterStage s)
|
void |
AbstractFilterTask.setCurrentFilterStage(FilterStage[] currentFilterStage)
set the FilterStages for the next run. |
Uses of FilterStage in org.jacorb.notification.interfaces |
---|
Methods in org.jacorb.notification.interfaces that return FilterStage | |
FilterStage |
Message.getInitialFilterStage()
|
Methods in org.jacorb.notification.interfaces with parameters of type FilterStage | |
boolean |
Message.match(FilterStage filterStage)
|
Uses of FilterStage in org.jacorb.notification.servant |
---|
Methods in org.jacorb.notification.servant that return FilterStage | |
FilterStage |
AbstractProxyConsumer.getFirstStage()
|
FilterStage |
IProxyConsumer.getFirstStage()
|
Methods in org.jacorb.notification.servant with parameters of type FilterStage | |
void |
FilterStageListManager.FilterStageList.add(FilterStage filterStage)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |