org.omg.CosNotifyFilter
Class FilterFactoryPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.CosNotifyFilter.FilterFactoryPOA
          extended by org.omg.CosNotifyFilter.FilterFactoryPOATie
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, FilterFactoryOperations

public class FilterFactoryPOATie
extends FilterFactoryPOA

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

FilterFactoryPOATie

public FilterFactoryPOATie(FilterFactoryOperations tieObject)
Constructor


FilterFactoryPOATie

public FilterFactoryPOATie(FilterFactoryOperations tieObject,
                           org.omg.PortableServer.POA poa)
Constructor

Method Detail

_delegate

public FilterFactoryOperations _delegate()
Get the delegate


_delegate

public void _delegate(FilterFactoryOperations delegate_)
Set the delegate


_default_POA

public org.omg.PortableServer.POA _default_POA()
_default_POA method

Overrides:
_default_POA in class org.omg.PortableServer.Servant

create_filter

public Filter create_filter(java.lang.String constraint_grammar)
                     throws InvalidGrammar
Operation create_filter

Parameters:
constraint_grammar - Language of filter's constraints
Returns:
THe new filter
Throws:
InvalidGrammar - The specified grammar is not valid

create_mapping_filter

public MappingFilter create_mapping_filter(java.lang.String constraint_grammar,
                                           org.omg.CORBA.Any default_value)
                                    throws InvalidGrammar
Operation create_mapping_filter

Parameters:
constraint_grammar - Language of filter's constraints
Returns:
The new Mapping Filter
Throws:
InvalidGrammar - The specified grammar is not valid