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
 EventChannel _JacORBEventChannelFactoryStub.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.
 TypedEventChannel TypedEventChannelFactoryImpl.get_typed_event_channel(int id)
           
 EventChannel JacORBEventChannelFactoryPOATie.get_event_channel(int id)
           
protected  AbstractEventChannel AbstractChannelFactory.get_event_channel_servant(int id)
           
 AbstractEventChannel ChannelManager.get_channel_servant(int id)
           
 

Uses of ChannelNotFound in org.omg.CosNotifyChannelAdmin
 

Fields in org.omg.CosNotifyChannelAdmin declared as ChannelNotFound
 ChannelNotFound ChannelNotFoundHolder.value
           
 

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 EventChannelFactoryOperations.get_event_channel(int id)
           
 EventChannel _EventChannelFactoryStub.get_event_channel(int id)
           
 

Constructors in org.omg.CosNotifyChannelAdmin with parameters of type ChannelNotFound
ChannelNotFoundHolder(ChannelNotFound initial)
           
 

Uses of ChannelNotFound in org.omg.CosTypedNotifyChannelAdmin
 

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