Package | Description |
---|---|
org.jacorb.notification | |
org.jacorb.notification.filter | |
org.jacorb.notification.interfaces | |
org.omg.CosNotifyFilter |
Modifier and Type | Method and Description |
---|---|
boolean |
StructuredEventMessage.match(Filter filter) |
abstract boolean |
AbstractMessage.match(Filter filter) |
boolean |
AnyMessage.match(Filter filter) |
boolean |
TypedEventMessage.match(Filter filter) |
boolean |
StructuredEventMessage.match(MappingFilter filter,
AnyHolder value) |
abstract boolean |
AbstractMessage.match(MappingFilter filter,
AnyHolder value) |
boolean |
AnyMessage.match(MappingFilter filter,
AnyHolder value) |
boolean |
TypedEventMessage.match(MappingFilter mappingFilter,
AnyHolder anyHolder) |
Modifier and Type | Method and Description |
---|---|
protected int |
AbstractFilter.match_internal(Any anyEvent)
match Any to associated constraints.
|
protected int |
AbstractFilter.match_structured_internal(StructuredEvent structuredEvent)
match the StructuredEvent to the associated constraints.
|
boolean |
AbstractFilter.match_structured(StructuredEvent structuredevent) |
boolean |
MappingFilterImpl.match_structured(StructuredEvent structuredEvent,
AnyHolder anyHolder) |
protected int |
AbstractFilter.match_typed_internal(Property[] typedEvent)
match the TypedEvent to the associated constraints.
|
boolean |
AbstractFilter.match_typed(Property[] properties) |
boolean |
MappingFilterImpl.match_typed(Property[] propertyArray,
AnyHolder anyHolder) |
boolean |
AbstractFilter.match(Any anyEvent) |
boolean |
MappingFilterImpl.match(Any any,
AnyHolder anyHolder) |
Modifier and Type | Method and Description |
---|---|
boolean |
Message.match(MappingFilter filter,
AnyHolder value) |
Modifier and Type | Method and Description |
---|---|
static UnsupportedFilterableData |
UnsupportedFilterableDataHelper.extract(Any any) |
static UnsupportedFilterableData |
UnsupportedFilterableDataHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
UnsupportedFilterableDataHelper.insert(Any any,
UnsupportedFilterableData s) |
static void |
UnsupportedFilterableDataHelper.write(OutputStream out,
UnsupportedFilterableData s) |
Modifier and Type | Method and Description |
---|---|
boolean |
_FilterStub.match_structured(StructuredEvent filterable_data) |
boolean |
FilterPOATie.match_structured(StructuredEvent filterable_data) |
boolean |
FilterOperations.match_structured(StructuredEvent filterable_data) |
boolean |
_MappingFilterStub.match_structured(StructuredEvent filterable_data,
AnyHolder result_to_set) |
boolean |
MappingFilterPOATie.match_structured(StructuredEvent filterable_data,
AnyHolder result_to_set) |
boolean |
MappingFilterOperations.match_structured(StructuredEvent filterable_data,
AnyHolder result_to_set) |
boolean |
_FilterStub.match_typed(Property[] filterable_data) |
boolean |
FilterPOATie.match_typed(Property[] filterable_data) |
boolean |
FilterOperations.match_typed(Property[] filterable_data) |
boolean |
_MappingFilterStub.match_typed(Property[] filterable_data,
AnyHolder result_to_set) |
boolean |
MappingFilterPOATie.match_typed(Property[] filterable_data,
AnyHolder result_to_set) |
boolean |
MappingFilterOperations.match_typed(Property[] filterable_data,
AnyHolder result_to_set) |
boolean |
_FilterStub.match(Any filterable_data) |
boolean |
FilterPOATie.match(Any filterable_data) |
boolean |
FilterOperations.match(Any filterable_data) |
boolean |
_MappingFilterStub.match(Any filterable_data,
AnyHolder result_to_set) |
boolean |
MappingFilterPOATie.match(Any filterable_data,
AnyHolder result_to_set) |
boolean |
MappingFilterOperations.match(Any filterable_data,
AnyHolder result_to_set) |