org.omg.FT
Class _FaultNotifierStub

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--org.omg.FT._FaultNotifierStub
All Implemented Interfaces:
FaultNotifier, FaultNotifierOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object, java.io.Serializable

public class _FaultNotifierStub
extends org.omg.CORBA.portable.ObjectImpl
implements FaultNotifier

See Also:
Serialized Form

Field Summary
(package private) static java.lang.String[] _ids_list
           
private static java.lang.Class _opsClass
           
 
Fields inherited from class org.omg.CORBA.portable.ObjectImpl
__delegate
 
Constructor Summary
_FaultNotifierStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 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.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_ids_list

static final java.lang.String[] _ids_list

_opsClass

private static final java.lang.Class _opsClass
Constructor Detail

_FaultNotifierStub

public _FaultNotifierStub()
Method Detail

_ids

public java.lang.String[] _ids()
Overrides:
_ids in class org.omg.CORBA.portable.ObjectImpl

push_structured_fault

public void push_structured_fault(org.omg.CosNotification.StructuredEvent event)
Specified by:
push_structured_fault in interface FaultNotifierOperations

push_sequence_fault

public void push_sequence_fault(org.omg.CosNotification.StructuredEvent[] events)
Specified by:
push_sequence_fault in interface FaultNotifierOperations

create_subscription_filter

public org.omg.CosNotifyFilter.Filter create_subscription_filter(java.lang.String constraint_grammar)
                                                          throws org.omg.CosNotifyFilter.InvalidGrammar
Specified by:
create_subscription_filter in interface FaultNotifierOperations

connect_structured_fault_consumer

public long connect_structured_fault_consumer(org.omg.CosNotifyComm.StructuredPushConsumer push_consumer,
                                              org.omg.CosNotifyFilter.Filter filter)
Specified by:
connect_structured_fault_consumer in interface FaultNotifierOperations

connect_sequence_fault_consumer

public long connect_sequence_fault_consumer(org.omg.CosNotifyComm.SequencePushConsumer push_consumer,
                                            org.omg.CosNotifyFilter.Filter filter)
Specified by:
connect_sequence_fault_consumer in interface FaultNotifierOperations

disconnect_consumer

public void disconnect_consumer(long connection)
                         throws org.omg.CosEventComm.Disconnected
Specified by:
disconnect_consumer in interface FaultNotifierOperations