Package | Description |
---|---|
cern.dip | |
cern.dip.implementation | |
cern.dip.implementation.test | |
cern.dip.mock |
Modifier and Type | Method and Description |
---|---|
DipPublication |
DipFactory.createDipPublication(String topicName,
DipPublicationErrorHandler handler)
Creates a new DipPublication object for the topic specified by topicName.
|
Modifier and Type | Method and Description |
---|---|
void |
DipFactory.destroyDipPublication(DipPublication publication)
Destroys DipPublication object previously created by createDipPublication().
|
void |
DipPublicationErrorHandler.handleException(DipPublication publication,
DipException ex)
invoked when an asynch error occurs.
|
void |
DipUpdateRequestListener.handleUpdateRequest(DipPublication publication)
Must be implemented to provide appropraite read of the data source.
|
Modifier and Type | Class and Description |
---|---|
class |
DipPublicationImp
Wrapper for the C++ implementation of a DipPublication.
|
class |
DipPublicationImpBase |
Modifier and Type | Method and Description |
---|---|
DipPublication |
DipFactoryImp.createDipPublication(String topicName,
DipPublicationErrorHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
DipFactoryImp.destroyDipPublication(DipPublication publication) |
Modifier and Type | Method and Description |
---|---|
void |
ShortLivedPublisher.handleException(DipPublication p,
DipException e) |
Modifier and Type | Class and Description |
---|---|
class |
MockDipPublication |
Modifier and Type | Method and Description |
---|---|
DipPublication |
MockDipFactory.createDipPublication(String topicName,
DipPublicationErrorHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
MockDipFactory.destroyDipPublication(DipPublication publication) |
void |
MockDipFactory.onPublicationUpdate(DipPublication publication,
DipData value)
Use this method to programmatically cause on update on all registered subscription listeners.
|
Copyright © 2008–2017 CERN. All rights reserved.