Uses of Class
org.omg.CosNotifyChannelAdmin.ChannelNotFound

Packages that use ChannelNotFound
org.jacorb.notification   
org.omg.CosNotifyChannelAdmin   
org.omg.CosTypedNotifyChannelAdmin   
 

Uses of ChannelNotFound in org.jacorb.notification
 

Methods in org.jacorb.notification that throw ChannelNotFound
 AbstractEventChannel ChannelManager.get_channel_servant(int id)
           
protected  AbstractEventChannel AbstractChannelFactory.get_event_channel_servant(int id)
           
 EventChannel JacORBEventChannelFactoryPOATie.get_event_channel(int id)
           
 EventChannel EventChannelFactoryImpl.get_event_channel(int id)
          The get_event_channel operation accepts as input a numeric value that is supposed to be the unique identifier of a Notification Service event channel, which has been created by the target object.
 EventChannel _JacORBEventChannelFactoryStub.get_event_channel(int id)
           
 TypedEventChannel TypedEventChannelFactoryImpl.get_typed_event_channel(int id)
           
 

Uses of ChannelNotFound in org.omg.CosNotifyChannelAdmin
 

Methods in org.omg.CosNotifyChannelAdmin that return ChannelNotFound
static ChannelNotFound ChannelNotFoundHelper.extract(Any any)
           
static ChannelNotFound ChannelNotFoundHelper.read(InputStream in)
           
 

Methods in org.omg.CosNotifyChannelAdmin with parameters of type ChannelNotFound
static void ChannelNotFoundHelper.insert(Any any, ChannelNotFound s)
           
static void ChannelNotFoundHelper.write(OutputStream out, ChannelNotFound s)
           
 

Methods in org.omg.CosNotifyChannelAdmin that throw ChannelNotFound
 EventChannel EventChannelFactoryPOATie.get_event_channel(int id)
           
 EventChannel _EventChannelFactoryStub.get_event_channel(int id)
           
 EventChannel EventChannelFactoryOperations.get_event_channel(int id)
           
 

Uses of ChannelNotFound in org.omg.CosTypedNotifyChannelAdmin
 

Methods in org.omg.CosTypedNotifyChannelAdmin that throw ChannelNotFound
 TypedEventChannel TypedEventChannelFactoryOperations.get_typed_event_channel(int id)
           
 TypedEventChannel TypedEventChannelFactoryPOATie.get_typed_event_channel(int id)
           
 TypedEventChannel _TypedEventChannelFactoryStub.get_typed_event_channel(int id)