Uses of Interface
cern.dip.DipSubscription
-
Packages that use DipSubscription Package Description cern.dip cern.dip.implementation cern.dip.mock -
-
Uses of DipSubscription in cern.dip
Methods in cern.dip that return DipSubscription Modifier and Type Method Description DipSubscription
DipFactory. createDipSubscription(java.lang.String topicName, DipSubscriptionListener listener)
Creates a new DipSubscription object for the topic specified by topicName.Methods in cern.dip with parameters of type DipSubscription Modifier and Type Method Description void
DipSubscriptionListener. connected(DipSubscription subscription)
Will be called when the subscription has been (re)connected to the publication's publisher.void
DipSubscriptionListenerAdapter. connected(DipSubscription subscription)
void
DipFactory. destroyDipSubscription(DipSubscription subscription)
Destroys DipSubscription object previously created by createDipSubscription().void
DipSubscriptionListener. disconnected(DipSubscription subscription, java.lang.String reason)
Will be called when the subscription has been disconnected from the message provider (Due to the publisher becoming unavailable or some failure in the DIP protocol).void
DipSubscriptionListenerAdapter. disconnected(DipSubscription subscription, java.lang.String reason)
void
DipSubscriptionListener. handleException(DipSubscription subscription, java.lang.Exception ex)
Will be called when an exception, other than the disconnection has occured.void
DipSubscriptionListenerAdapter. handleException(DipSubscription subscription, java.lang.Exception ex)
void
DipSubscriptionListener. handleMessage(DipSubscription subscription, DipData message)
Will be called on reception of updated publication information.void
DipSubscriptionListenerAdapter. handleMessage(DipSubscription subscription, DipData message)
-
Uses of DipSubscription in cern.dip.implementation
Classes in cern.dip.implementation that implement DipSubscription Modifier and Type Class Description class
DipSubscriptionImp
Methods in cern.dip.implementation that return DipSubscription Modifier and Type Method Description DipSubscription
DipFactoryImp. createDipSubscription(java.lang.String topicName, DipSubscriptionListener listener)
Methods in cern.dip.implementation with parameters of type DipSubscription Modifier and Type Method Description void
DipFactoryImp. destroyDipSubscription(DipSubscription subscription)
-
Uses of DipSubscription in cern.dip.mock
Classes in cern.dip.mock that implement DipSubscription Modifier and Type Class Description class
MockDipSubscription
Methods in cern.dip.mock that return DipSubscription Modifier and Type Method Description DipSubscription
MockDipFactory. createDipSubscription(java.lang.String topicName, DipSubscriptionListener listener)
Methods in cern.dip.mock with parameters of type DipSubscription Modifier and Type Method Description void
MockDipFactory. destroyDipSubscription(DipSubscription subscription)
-