Uses of Class
org.omg.CosNotifyChannelAdmin.AdminNotFound

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

Uses of AdminNotFound in org.jacorb.notification
 

Methods in org.jacorb.notification that throw AdminNotFound
protected  AbstractAdmin AbstractEventChannel.get_consumeradmin_internal(int identifier)
           
 TypedConsumerAdmin TypedEventChannelImpl.get_consumeradmin(int id)
           
 ConsumerAdmin EventChannelImpl.get_consumeradmin(int identifier)
           
protected  AbstractAdmin AbstractEventChannel.get_supplieradmin_internal(int identifier)
           
 TypedSupplierAdmin TypedEventChannelImpl.get_supplieradmin(int id)
           
 SupplierAdmin EventChannelImpl.get_supplieradmin(int identifier)
           
 

Uses of AdminNotFound in org.omg.CosNotifyChannelAdmin
 

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

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

Methods in org.omg.CosNotifyChannelAdmin that throw AdminNotFound
 ConsumerAdmin EventChannelPOATie.get_consumeradmin(int id)
           
 ConsumerAdmin _EventChannelStub.get_consumeradmin(int id)
           
 ConsumerAdmin EventChannelOperations.get_consumeradmin(int id)
           
 SupplierAdmin EventChannelPOATie.get_supplieradmin(int id)
           
 SupplierAdmin _EventChannelStub.get_supplieradmin(int id)
           
 SupplierAdmin EventChannelOperations.get_supplieradmin(int id)
           
 

Uses of AdminNotFound in org.omg.CosTypedNotifyChannelAdmin
 

Methods in org.omg.CosTypedNotifyChannelAdmin that throw AdminNotFound
 TypedConsumerAdmin TypedEventChannelPOATie.get_consumeradmin(int id)
           
 TypedConsumerAdmin _TypedEventChannelStub.get_consumeradmin(int id)
           
 TypedConsumerAdmin TypedEventChannelOperations.get_consumeradmin(int id)
           
 TypedSupplierAdmin TypedEventChannelPOATie.get_supplieradmin(int id)
           
 TypedSupplierAdmin _TypedEventChannelStub.get_supplieradmin(int id)
           
 TypedSupplierAdmin TypedEventChannelOperations.get_supplieradmin(int id)