org.omg.FT
Class FaultNotifierPOATie

java.lang.Object
  |
  +--org.omg.PortableServer.Servant
        |
        +--org.omg.FT.FaultNotifierPOA
              |
              +--org.omg.FT.FaultNotifierPOATie
All Implemented Interfaces:
FaultNotifierOperations, org.omg.CORBA.portable.InvokeHandler

public class FaultNotifierPOATie
extends FaultNotifierPOA


Field Summary
private  org.omg.PortableServer.POA _poa
           
private  FaultNotifierOperations _tie
           
 
Fields inherited from class org.omg.FT.FaultNotifierPOA
_ids_list
 
Fields inherited from class org.omg.PortableServer.Servant
_delegate, _hasGetInterface
 
Constructor Summary
FaultNotifierPOATie(FaultNotifierOperations tieObject)
           
FaultNotifierPOATie(FaultNotifierOperations tieObject, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 FaultNotifierOperations _delegate()
           
 void _delegate(FaultNotifierOperations delegate_)
           
 long connect_sequence_fault_consumer(org.omg.CosNotifyComm.SequencePushConsumer push_consumer, org.omg.CosNotifyFilter.Filter filter)
           
 long connect_structured_fault_consumer(org.omg.CosNotifyComm.StructuredPushConsumer push_consumer, org.omg.CosNotifyFilter.Filter filter)
           
 org.omg.CosNotifyFilter.Filter create_subscription_filter(java.lang.String constraint_grammar)
           
 void disconnect_consumer(long connection)
           
 void push_sequence_fault(org.omg.CosNotification.StructuredEvent[] events)
           
 void push_structured_fault(org.omg.CosNotification.StructuredEvent event)
           
 
Methods inherited from class org.omg.FT.FaultNotifierPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

_tie

private FaultNotifierOperations _tie

_poa

private org.omg.PortableServer.POA _poa
Constructor Detail

FaultNotifierPOATie

public FaultNotifierPOATie(FaultNotifierOperations tieObject)

FaultNotifierPOATie

public FaultNotifierPOATie(FaultNotifierOperations tieObject,
                           org.omg.PortableServer.POA poa)
Method Detail

_delegate

public FaultNotifierOperations _delegate()

_delegate

public void _delegate(FaultNotifierOperations delegate_)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

push_structured_fault

public void push_structured_fault(org.omg.CosNotification.StructuredEvent event)

push_sequence_fault

public void push_sequence_fault(org.omg.CosNotification.StructuredEvent[] events)

create_subscription_filter

public org.omg.CosNotifyFilter.Filter create_subscription_filter(java.lang.String constraint_grammar)
                                                          throws org.omg.CosNotifyFilter.InvalidGrammar

connect_structured_fault_consumer

public long connect_structured_fault_consumer(org.omg.CosNotifyComm.StructuredPushConsumer push_consumer,
                                              org.omg.CosNotifyFilter.Filter filter)

connect_sequence_fault_consumer

public long connect_sequence_fault_consumer(org.omg.CosNotifyComm.SequencePushConsumer push_consumer,
                                            org.omg.CosNotifyFilter.Filter filter)

disconnect_consumer

public void disconnect_consumer(long connection)
                         throws org.omg.CosEventComm.Disconnected