Uses of Class
org.omg.CosNotifyChannelAdmin.AdminLimit

Packages that use AdminLimit
org.omg.CosNotifyChannelAdmin   
 

Uses of AdminLimit in org.omg.CosNotifyChannelAdmin
 

Fields in org.omg.CosNotifyChannelAdmin declared as AdminLimit
 AdminLimit AdminLimitHolder.value
           
 AdminLimit AdminLimitExceeded.admin_property_err
           
 

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

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

Constructors in org.omg.CosNotifyChannelAdmin with parameters of type AdminLimit
AdminLimitHolder(AdminLimit initial)
           
AdminLimitExceeded(java.lang.String _reason, AdminLimit admin_property_err)
           
AdminLimitExceeded(AdminLimit admin_property_err)