|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.PortableServer.Servant
org.omg.CosNotifyFilter.FilterFactoryPOA
org.omg.CosNotifyFilter.FilterFactoryPOATie
public class FilterFactoryPOATie
The FilterFactory interface defines operations for creating filter objects.
| Constructor Summary | |
|---|---|
FilterFactoryPOATie(FilterFactoryOperations tieObject)
Constructor |
|
FilterFactoryPOATie(FilterFactoryOperations tieObject,
org.omg.PortableServer.POA poa)
Constructor |
|
| Method Summary | |
|---|---|
org.omg.PortableServer.POA |
_default_POA()
_default_POA method |
FilterFactoryOperations |
_delegate()
Get the delegate |
void |
_delegate(FilterFactoryOperations delegate_)
Set the delegate |
Filter |
create_filter(java.lang.String constraint_grammar)
Operation create_filter |
MappingFilter |
create_mapping_filter(java.lang.String constraint_grammar,
org.omg.CORBA.Any default_value)
Operation create_mapping_filter |
| Methods inherited from class org.omg.CosNotifyFilter.FilterFactoryPOA |
|---|
_all_interfaces, _invoke, _this, _this |
| Methods inherited from class org.omg.PortableServer.Servant |
|---|
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterFactoryPOATie(FilterFactoryOperations tieObject)
public FilterFactoryPOATie(FilterFactoryOperations tieObject,
org.omg.PortableServer.POA poa)
| Method Detail |
|---|
public FilterFactoryOperations _delegate()
public void _delegate(FilterFactoryOperations delegate_)
public org.omg.PortableServer.POA _default_POA()
_default_POA in class org.omg.PortableServer.Servant
public Filter create_filter(java.lang.String constraint_grammar)
throws InvalidGrammar
constraint_grammar - Language of filter's constraints
InvalidGrammar - The specified grammar is not valid
public MappingFilter create_mapping_filter(java.lang.String constraint_grammar,
org.omg.CORBA.Any default_value)
throws InvalidGrammar
constraint_grammar - Language of filter's constraints
InvalidGrammar - The specified grammar is not valid
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||