Package | Description |
---|---|
org.jacorb.notification.filter | |
org.jacorb.notification.filter.etcl | |
org.omg.CosNotifyFilter |
Modifier and Type | Method and Description |
---|---|
ConstraintInfo[] |
AbstractFilter.add_constraints(ConstraintExp[] constraintExp)
The
add_constraints operation is invoked by a client in order to associate one
or more new constraints with the target filter object. |
protected abstract FilterConstraint |
AbstractFilter.newFilterConstraint(ConstraintExp constraintExp)
create a new FilterConstraint based on the provided ConstraintExp
|
Modifier and Type | Method and Description |
---|---|
FilterConstraint |
ETCLFilter.newFilterConstraint(ConstraintExp constraintExp) |
Constructor and Description |
---|
ETCLFilterConstraint(ConstraintExp constraintExp) |
Modifier and Type | Field and Description |
---|---|
ConstraintExp |
InvalidValue.constr |
ConstraintExp |
InvalidConstraint.constr |
ConstraintExp |
MappingConstraintPair.constraint_expression |
ConstraintExp |
ConstraintInfo.constraint_expression |
ConstraintExp |
MappingConstraintInfo.constraint_expression |
ConstraintExp[] |
ConstraintExpSeqHolder.value |
ConstraintExp |
ConstraintExpHolder.value |
Modifier and Type | Method and Description |
---|---|
static ConstraintExp[] |
ConstraintExpSeqHelper.extract(Any any) |
static ConstraintExp |
ConstraintExpHelper.extract(Any any) |
static ConstraintExp[] |
ConstraintExpSeqHelper.read(InputStream _in) |
static ConstraintExp |
ConstraintExpHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
ConstraintInfo[] |
FilterPOATie.add_constraints(ConstraintExp[] constraint_list) |
ConstraintInfo[] |
FilterOperations.add_constraints(ConstraintExp[] constraint_list) |
ConstraintInfo[] |
_FilterStub.add_constraints(ConstraintExp[] constraint_list) |
static void |
ConstraintExpHelper.insert(Any any,
ConstraintExp s) |
static void |
ConstraintExpSeqHelper.insert(Any any,
ConstraintExp[] s) |
static void |
ConstraintExpHelper.write(OutputStream out,
ConstraintExp s) |
static void |
ConstraintExpSeqHelper.write(OutputStream _out,
ConstraintExp[] _s) |
Constructor and Description |
---|
ConstraintExpHolder(ConstraintExp initial) |
ConstraintExpSeqHolder(ConstraintExp[] initial) |
ConstraintInfo(ConstraintExp constraint_expression,
int constraint_id) |
InvalidConstraint(ConstraintExp constr) |
InvalidConstraint(java.lang.String _reason,
ConstraintExp constr) |
InvalidValue(ConstraintExp constr,
Any value) |
InvalidValue(java.lang.String _reason,
ConstraintExp constr,
Any value) |
MappingConstraintInfo(ConstraintExp constraint_expression,
int constraint_id,
Any value) |
MappingConstraintPair(ConstraintExp constraint_expression,
Any result_to_set) |