#include <ProducerFactoryImpl.h>
Public Member Functions | |
OnDemandProducer * | createOnDemandProducer (TimeInterval terminationInterval, URI uri, StringList voNames) throw (RemoteException, RGMAException) |
OnDemandProducer * | createOnDemandProducer (TimeInterval terminationInterval, URI uri) throw (RemoteException, RGMAException) |
OnDemandProducer * | reconnectOnDemandProducer (ResourceEndpoint resourceEndpoint) throw (RGMAException, RemoteException, UnknownResourceException) |
PrimaryProducer * | createPrimaryProducer (TimeInterval terminationInterval, ProducerProperties producerProperties, StringList voNames) throw (RemoteException, RGMAException) |
PrimaryProducer * | createPrimaryProducer (TimeInterval terminationInterval, ProducerProperties producerProperties) throw (RemoteException, RGMAException) |
PrimaryProducer * | reconnectPrimaryProducer (ResourceEndpoint resourceEndpoint) throw (RGMAException, RemoteException, UnknownResourceException) |
SecondaryProducer * | ProducerFactoryImpl::createSecondaryProducer (TimeInterval terminationInterval, ProducerProperties producerProperties, StringList voNames) throw (RemoteException, RGMAException) |
SecondaryProducer * | ProducerFactoryImpl::createSecondaryProducer (TimeInterval terminationInterval, ProducerProperties producerProperties) throw (RemoteException, RGMAException) |
SecondaryProducer * | reconnectSecondaryProducer (ResourceEndpoint resourceEndpoint) throw (RGMAException, RemoteException, UnknownResourceException) |
|
Creates an on-demand producer.
|
|
Creates an on-demand producer.
|
|
Creates a primary producer that uses the specified data storage and producer type.
|
|
Creates a primary producer that uses the specified data storage and producer type.
|
|
Creates a secondary producer, that uses a primary producer with the specified attributes to republish information.
|
|
Creates a secondary producer, that uses a primary producer with the specified attributes to republish information.
|
|
Reconnects to an existing OnDemandProducer and checks that it is still active by sending a showSignOfLife call.
|
|
Reconnects to an existing PrimaryProducer and checks that it is still active by sending a showSignOfLife call.
|
|
Reconnects to an existing SecondaryProducer and checks that it is still active by sending a showSignOfLife call.
|