Uses of Class
org.omg.CosNotifyFilter.CallbackNotFound

Packages that use CallbackNotFound
org.omg.CosNotifyFilter   
 

Uses of CallbackNotFound in org.omg.CosNotifyFilter
 

Fields in org.omg.CosNotifyFilter declared as CallbackNotFound
 CallbackNotFound CallbackNotFoundHolder.value
           
 

Methods in org.omg.CosNotifyFilter that return CallbackNotFound
static CallbackNotFound CallbackNotFoundHelper.extract(Any any)
           
static CallbackNotFound CallbackNotFoundHelper.read(InputStream in)
           
 

Methods in org.omg.CosNotifyFilter with parameters of type CallbackNotFound
static void CallbackNotFoundHelper.insert(Any any, CallbackNotFound s)
           
static void CallbackNotFoundHelper.write(OutputStream out, CallbackNotFound s)
           
 

Methods in org.omg.CosNotifyFilter that throw CallbackNotFound
 void _FilterStub.detach_callback(int callback)
           
 void FilterPOATie.detach_callback(int callback)
           
 void FilterOperations.detach_callback(int callback)
           
 

Constructors in org.omg.CosNotifyFilter with parameters of type CallbackNotFound
CallbackNotFoundHolder(CallbackNotFound initial)