Uses of Class
org.omg.CosNotifyComm.InvalidEventType

Packages that use InvalidEventType
org.jacorb.notification   
org.jacorb.notification.servant   
org.omg.CosNotifyChannelAdmin   
org.omg.CosNotifyChannelAdminAck   
org.omg.CosNotifyComm   
org.omg.CosNotifyCommAck   
org.omg.CosTypedNotifyChannelAdmin   
org.omg.CosTypedNotifyComm   
 

Uses of InvalidEventType in org.jacorb.notification
 

Methods in org.jacorb.notification that throw InvalidEventType
 void OfferManager.offer_change(EventType[] added, EventType[] removed)
           
 void SubscriptionManager.subscription_change(EventType[] added, EventType[] removed)
           
 

Uses of InvalidEventType in org.jacorb.notification.servant
 

Methods in org.jacorb.notification.servant that throw InvalidEventType
 void AbstractProxyConsumer.offer_change(EventType[] added, EventType[] removed)
           
 void AbstractProxySupplier.subscription_change(EventType[] added, EventType[] removed)
           
 void ConsumerAdminImpl.subscription_change(EventType[] added, EventType[] removed)
           
 void SupplierAdminImpl.offer_change(EventType[] added, EventType[] removed)
           
 

Uses of InvalidEventType in org.omg.CosNotifyChannelAdmin
 

Methods in org.omg.CosNotifyChannelAdmin that throw InvalidEventType
 void ConsumerAdminPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void ProxyPullConsumerPOATie.offer_change(EventType[] added, EventType[] removed)
           
 void ProxyPullSupplierPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void ProxyPushConsumerPOATie.offer_change(EventType[] added, EventType[] removed)
           
 void ProxyPushSupplierPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void SequenceProxyPullConsumerPOATie.offer_change(EventType[] added, EventType[] removed)
           
 void SequenceProxyPullSupplierPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void SequenceProxyPushConsumerPOATie.offer_change(EventType[] added, EventType[] removed)
           
 void SequenceProxyPushSupplierPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void StructuredProxyPullConsumerPOATie.offer_change(EventType[] added, EventType[] removed)
           
 void StructuredProxyPullSupplierPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void StructuredProxyPushConsumerPOATie.offer_change(EventType[] added, EventType[] removed)
           
 void StructuredProxyPushSupplierPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void SupplierAdminPOATie.offer_change(EventType[] added, EventType[] removed)
           
 void _ConsumerAdminStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _ProxyPullConsumerStub.offer_change(EventType[] added, EventType[] removed)
           
 void _ProxyPullSupplierStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _ProxyPushConsumerStub.offer_change(EventType[] added, EventType[] removed)
           
 void _ProxyPushSupplierStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _SequenceProxyPullConsumerStub.offer_change(EventType[] added, EventType[] removed)
           
 void _SequenceProxyPullSupplierStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _SequenceProxyPushConsumerStub.offer_change(EventType[] added, EventType[] removed)
           
 void _SequenceProxyPushSupplierStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _StructuredProxyPullConsumerStub.offer_change(EventType[] added, EventType[] removed)
           
 void _StructuredProxyPullSupplierStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _StructuredProxyPushConsumerStub.offer_change(EventType[] added, EventType[] removed)
           
 void _StructuredProxyPushSupplierStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _SupplierAdminStub.offer_change(EventType[] added, EventType[] removed)
           
 

Uses of InvalidEventType in org.omg.CosNotifyChannelAdminAck
 

Methods in org.omg.CosNotifyChannelAdminAck that throw InvalidEventType
 void SequenceProxyPullSupplierAckPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void SequenceProxyPushSupplierAckPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void StructuredProxyPullSupplierAckPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void StructuredProxyPushSupplierAckPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void _SequenceProxyPullSupplierAckStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _SequenceProxyPushSupplierAckStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _StructuredProxyPullSupplierAckStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _StructuredProxyPushSupplierAckStub.subscription_change(EventType[] added, EventType[] removed)
           
 

Uses of InvalidEventType in org.omg.CosNotifyComm
 

Fields in org.omg.CosNotifyComm declared as InvalidEventType
 InvalidEventType InvalidEventTypeHolder.value
           
 

Methods in org.omg.CosNotifyComm that return InvalidEventType
static InvalidEventType InvalidEventTypeHelper.extract(Any any)
           
static InvalidEventType InvalidEventTypeHelper.read(InputStream in)
           
 

Methods in org.omg.CosNotifyComm with parameters of type InvalidEventType
static void InvalidEventTypeHelper.insert(Any any, InvalidEventType s)
           
static void InvalidEventTypeHelper.write(OutputStream out, InvalidEventType s)
           
 

Methods in org.omg.CosNotifyComm that throw InvalidEventType
 void NotifySubscribeOperations.subscription_change(EventType[] added, EventType[] removed)
           
 void NotifyPublishOperations.offer_change(EventType[] added, EventType[] removed)
           
 void NotifyPublishPOATie.offer_change(EventType[] added, EventType[] removed)
           
 void NotifySubscribePOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void PullConsumerPOATie.offer_change(EventType[] added, EventType[] removed)
           
 void PullSupplierPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void PushConsumerPOATie.offer_change(EventType[] added, EventType[] removed)
           
 void PushSupplierPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void SequencePullConsumerPOATie.offer_change(EventType[] added, EventType[] removed)
           
 void SequencePullSupplierPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void SequencePushConsumerPOATie.offer_change(EventType[] added, EventType[] removed)
           
 void SequencePushSupplierPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void StructuredPullConsumerPOATie.offer_change(EventType[] added, EventType[] removed)
           
 void StructuredPullSupplierPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void StructuredPushConsumerPOATie.offer_change(EventType[] added, EventType[] removed)
           
 void StructuredPushSupplierPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void _NotifyPublishStub.offer_change(EventType[] added, EventType[] removed)
           
 void _NotifySubscribeStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _PullConsumerStub.offer_change(EventType[] added, EventType[] removed)
           
 void _PullSupplierStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _PushConsumerStub.offer_change(EventType[] added, EventType[] removed)
           
 void _PushSupplierStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _SequencePullConsumerStub.offer_change(EventType[] added, EventType[] removed)
           
 void _SequencePullSupplierStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _SequencePushConsumerStub.offer_change(EventType[] added, EventType[] removed)
           
 void _SequencePushSupplierStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _StructuredPullConsumerStub.offer_change(EventType[] added, EventType[] removed)
           
 void _StructuredPullSupplierStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _StructuredPushConsumerStub.offer_change(EventType[] added, EventType[] removed)
           
 void _StructuredPushSupplierStub.subscription_change(EventType[] added, EventType[] removed)
           
 

Constructors in org.omg.CosNotifyComm with parameters of type InvalidEventType
InvalidEventTypeHolder(InvalidEventType initial)
           
 

Uses of InvalidEventType in org.omg.CosNotifyCommAck
 

Methods in org.omg.CosNotifyCommAck that throw InvalidEventType
 void SequencePullSupplierAckPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void SequencePushSupplierAckPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void StructuredPullSupplierAckPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void StructuredPushSupplierAckPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void _SequencePullSupplierAckStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _SequencePushSupplierAckStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _StructuredPullSupplierAckStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _StructuredPushSupplierAckStub.subscription_change(EventType[] added, EventType[] removed)
           
 

Uses of InvalidEventType in org.omg.CosTypedNotifyChannelAdmin
 

Methods in org.omg.CosTypedNotifyChannelAdmin that throw InvalidEventType
 void TypedConsumerAdminPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void TypedProxyPullConsumerPOATie.offer_change(EventType[] added, EventType[] removed)
           
 void TypedProxyPullSupplierPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void TypedProxyPushConsumerPOATie.offer_change(EventType[] added, EventType[] removed)
           
 void TypedProxyPushSupplierPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void TypedSupplierAdminPOATie.offer_change(EventType[] added, EventType[] removed)
           
 void _TypedConsumerAdminStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _TypedProxyPullConsumerStub.offer_change(EventType[] added, EventType[] removed)
           
 void _TypedProxyPullSupplierStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _TypedProxyPushConsumerStub.offer_change(EventType[] added, EventType[] removed)
           
 void _TypedProxyPushSupplierStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _TypedSupplierAdminStub.offer_change(EventType[] added, EventType[] removed)
           
 

Uses of InvalidEventType in org.omg.CosTypedNotifyComm
 

Methods in org.omg.CosTypedNotifyComm that throw InvalidEventType
 void TypedPullSupplierPOATie.subscription_change(EventType[] added, EventType[] removed)
           
 void TypedPushConsumerPOATie.offer_change(EventType[] added, EventType[] removed)
           
 void _TypedPullSupplierStub.subscription_change(EventType[] added, EventType[] removed)
           
 void _TypedPushConsumerStub.offer_change(EventType[] added, EventType[] removed)