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 _JacORBEventChannelFactoryStub.create_channel(Property[] initial_qos, Property[] initial_admin, IntHolder id)
           
 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.
protected  Object EventChannelFactoryImpl.create_abstract_channel(Property[] admin, Property[] qos, IntHolder id)
           
 TypedEventChannel TypedEventChannelFactoryImpl.create_typed_channel(Property[] qosProps, Property[] adminProps, IntHolder intHolder)
           
protected  Object TypedEventChannelFactoryImpl.create_abstract_channel(Property[] admin, Property[] qos, IntHolder id)
           
 void AbstractEventChannel.set_admin(Property[] adminProps)
           
 EventChannel JacORBEventChannelFactoryPOATie.create_channel(Property[] initial_qos, Property[] initial_admin, IntHolder id)
           
protected abstract  Object AbstractChannelFactory.create_abstract_channel(Property[] admin, Property[] qos, IntHolder id)
           
protected  AbstractEventChannel AbstractChannelFactory.create_channel_servant(IntHolder id, Property[] qosProps, Property[] adminProps)
           
 

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 AdminPropertiesAdminPOATie.set_admin(Property[] admin)
           
 void AdminPropertiesAdminOperations.set_admin(Property[] admin)
           
 void _AdminPropertiesAdminStub.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
 EventChannel EventChannelFactoryPOATie.create_channel(Property[] initial_qos, Property[] initial_admin, IntHolder id)
           
 void _EventChannelStub.set_admin(Property[] admin)
           
 EventChannel EventChannelFactoryOperations.create_channel(Property[] initial_qos, Property[] initial_admin, IntHolder id)
           
 void EventChannelPOATie.set_admin(Property[] admin)
           
 EventChannel _EventChannelFactoryStub.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)
           
 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)
           
 TypedEventChannel _TypedEventChannelFactoryStub.create_typed_channel(Property[] initial_QoS, Property[] initial_admin, IntHolder id)