Module CosNotifyChannelAdmin

IDL source    Global index
module CosNotifyChannelAdmin


Interface index.

  • ConsumerAdmin
  • EventChannel
  • EventChannelFactory
  • ProxyConsumer
  • ProxyPullConsumer
  • ProxyPullSupplier
  • ProxyPushConsumer
  • ProxyPushSupplier
  • ProxySupplier
  • SequenceProxyPullConsumer
  • SequenceProxyPullSupplier
  • SequenceProxyPushConsumer
  • SequenceProxyPushSupplier
  • StructuredProxyPullConsumer
  • StructuredProxyPullSupplier
  • StructuredProxyPushConsumer
  • StructuredProxyPushSupplier
  • SupplierAdmin
  • Type index.

  • AdminID
  • AdminIDSeq
  • ChannelID
  • ChannelIDSeq
  • ClientType
  • ProxyID
  • ProxyIDSeq
  • Exception index.

  • AdminNotFound
  • ChannelNotFound
  • ConnectionAlreadyActive
  • ConnectionAlreadyInactive
  • ProxyNotFound
  • Types.

  • AdminID

      typedef long AdminID;
    

  • AdminIDSeq

      typedef sequence<AdminID> AdminIDSeq;
    

  • ChannelID

      typedef long ChannelID;
    

  • ChannelIDSeq

      typedef sequence<ChannelID> ChannelIDSeq;
    

  • ClientType

      enum ClientType {
        ANY_EVENT, 
        STRUCTURED_EVENT, 
        SEQUENCE_EVENT
      }; 
    

  • ProxyID

      typedef long ProxyID;
    

  • ProxyIDSeq

      typedef sequence<ProxyID> ProxyIDSeq;
    

    Exceptions.

  • AdminNotFound

      exception AdminNotFound {
      }; 
    

  • ChannelNotFound

      exception ChannelNotFound {
      }; 
    

  • ConnectionAlreadyActive

      exception ConnectionAlreadyActive {
      }; 
    

  • ConnectionAlreadyInactive

      exception ConnectionAlreadyInactive {
      }; 
    

  • ProxyNotFound

      exception ProxyNotFound {
      }; 
    


    Generated by Sandia idldoc 1.0.