Package | Description |
---|---|
cern.dip | |
cern.dip.implementation | |
cern.dip.mock |
Modifier and Type | Method and Description |
---|---|
DipSubscription |
DipFactory.createDipSubscription(String topicName,
DipSubscriptionListener listener)
Creates a new DipSubscription object for the topic specified by topicName.
|
Modifier and Type | Method and Description |
---|---|
void |
DipSubscriptionListenerAdapter.connected(DipSubscription subscription) |
void |
DipSubscriptionListener.connected(DipSubscription subscription)
Will be called when the subscription has been (re)connected to the publication's publisher.
|
void |
DipFactory.destroyDipSubscription(DipSubscription subscription)
Destroys DipSubscription object previously created by createDipSubscription().
|
void |
DipSubscriptionListenerAdapter.disconnected(DipSubscription subscription,
String reason) |
void |
DipSubscriptionListener.disconnected(DipSubscription subscription,
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.handleException(DipSubscription subscription,
Exception ex) |
void |
DipSubscriptionListener.handleException(DipSubscription subscription,
Exception ex)
Will be called when an exception, other than the disconnection has occured.
|
void |
DipSubscriptionListenerAdapter.handleMessage(DipSubscription subscription,
DipData message) |
void |
DipSubscriptionListener.handleMessage(DipSubscription subscription,
DipData message)
Will be called on reception of updated publication information.
|
Modifier and Type | Class and Description |
---|---|
class |
DipSubscriptionImp |
Modifier and Type | Method and Description |
---|---|
DipSubscription |
DipFactoryImp.createDipSubscription(String topicName,
DipSubscriptionListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
DipFactoryImp.destroyDipSubscription(DipSubscription subscription) |
Modifier and Type | Class and Description |
---|---|
class |
MockDipSubscription |
Modifier and Type | Method and Description |
---|---|
DipSubscription |
MockDipFactory.createDipSubscription(String topicName,
DipSubscriptionListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
MockDipFactory.destroyDipSubscription(DipSubscription subscription) |
Copyright © 2008–2017 CERN. All rights reserved.