Uses of Class
org.omg.CosNotification.UnsupportedAdmin

Packages that use UnsupportedAdmin
org.jacorb.notification   
org.jacorb.notification.util   
org.omg.CosNotification   
org.omg.CosNotifyChannelAdmin   
org.omg.CosTypedNotifyChannelAdmin   
 

Uses of UnsupportedAdmin in org.jacorb.notification
 

Methods in org.jacorb.notification that throw UnsupportedAdmin
 EventChannel JacORBEventChannelFactoryPOATie.create_channel(Property[] initial_qos, Property[] initial_admin, IntHolder id)
           
 EventChannel _JacORBEventChannelFactoryStub.create_channel(Property[] initial_qos, Property[] initial_admin, IntHolder id)
           
 void EventChannelImpl.set_admin(Property[] adminProps)
           
 EventChannel EventChannelFactoryImpl.create_channel(Property[] qualitiyOfServiceProperties, Property[] administrativeProperties, IntHolder channelIdentifier)
          The create_channel operation is invoked to create a new instance of the Notification Service style event channel.
 EventChannelImpl EventChannelFactoryImpl.create_channel_servant(int channelID, Property[] qualitiyOfServiceProperties, Property[] administrativeProperties)
           
 

Uses of UnsupportedAdmin in org.jacorb.notification.util
 

Methods in org.jacorb.notification.util that throw UnsupportedAdmin
 void AdminPropertySet.validate_admin(Property[] ps)
           
 

Uses of UnsupportedAdmin in org.omg.CosNotification
 

Fields in org.omg.CosNotification declared as UnsupportedAdmin
 UnsupportedAdmin UnsupportedAdminHolder.value
           
 

Methods in org.omg.CosNotification that return UnsupportedAdmin
static UnsupportedAdmin UnsupportedAdminHelper.extract(Any any)
           
static UnsupportedAdmin UnsupportedAdminHelper.read(InputStream in)
           
 

Methods in org.omg.CosNotification with parameters of type UnsupportedAdmin
static void UnsupportedAdminHelper.insert(Any any, UnsupportedAdmin s)
           
static void UnsupportedAdminHelper.write(OutputStream out, UnsupportedAdmin s)
           
 

Methods in org.omg.CosNotification that throw UnsupportedAdmin
 void _AdminPropertiesAdminStub.set_admin(Property[] admin)
           
 void AdminPropertiesAdminPOATie.set_admin(Property[] admin)
           
 void AdminPropertiesAdminOperations.set_admin(Property[] admin)
           
 

Constructors in org.omg.CosNotification with parameters of type UnsupportedAdmin
UnsupportedAdminHolder(UnsupportedAdmin initial)
           
 

Uses of UnsupportedAdmin in org.omg.CosNotifyChannelAdmin
 

Methods in org.omg.CosNotifyChannelAdmin that throw UnsupportedAdmin
 void _EventChannelStub.set_admin(Property[] admin)
           
 EventChannel _EventChannelFactoryStub.create_channel(Property[] initial_qos, Property[] initial_admin, IntHolder id)
           
 void EventChannelPOATie.set_admin(Property[] admin)
           
 EventChannel EventChannelFactoryPOATie.create_channel(Property[] initial_qos, Property[] initial_admin, IntHolder id)
           
 EventChannel EventChannelFactoryOperations.create_channel(Property[] initial_qos, Property[] initial_admin, IntHolder id)
           
 

Uses of UnsupportedAdmin in org.omg.CosTypedNotifyChannelAdmin
 

Methods in org.omg.CosTypedNotifyChannelAdmin that throw UnsupportedAdmin
 void _TypedEventChannelStub.set_admin(Property[] admin)
           
 TypedEventChannel _TypedEventChannelFactoryStub.create_typed_channel(Property[] initial_QoS, Property[] initial_admin, IntHolder id)
           
 void TypedEventChannelPOATie.set_admin(Property[] admin)
           
 TypedEventChannel TypedEventChannelFactoryPOATie.create_typed_channel(Property[] initial_QoS, Property[] initial_admin, IntHolder id)
           
 TypedEventChannel TypedEventChannelFactoryOperations.create_typed_channel(Property[] initial_QoS, Property[] initial_admin, IntHolder id)