#include <ProducerFactory.h>
Public Member Functions | |
virtual OnDemandProducer * | createOnDemandProducer (TimeInterval terminationInterval, URI uri, StringList voNames)=0 throw (RemoteException, RGMAException) |
virtual OnDemandProducer * | createOnDemandProducer (TimeInterval terminationInterval, URI uri)=0 throw (RemoteException, RGMAException) |
virtual OnDemandProducer * | reconnectOnDemandProducer (ResourceEndpoint resourceEndpoint)=0 throw (RGMAException, RemoteException, UnknownResourceException) |
virtual PrimaryProducer * | createPrimaryProducer (TimeInterval terminationInterval, ProducerProperties producerProperties, StringList voNames)=0 throw (RemoteException, RGMAException) |
virtual PrimaryProducer * | createPrimaryProducer (TimeInterval terminationInterval, ProducerProperties producerProperties)=0 throw (RemoteException, RGMAException) |
virtual PrimaryProducer * | reconnectPrimaryProducer (ResourceEndpoint resourceEndpoint)=0 throw (RGMAException, RemoteException, UnknownResourceException) |
virtual SecondaryProducer * | createSecondaryProducer (TimeInterval terminationInterval, ProducerProperties producerProperties, StringList voNames)=0 throw (RemoteException, RGMAException) |
virtual SecondaryProducer * | createSecondaryProducer (TimeInterval terminationInterval, ProducerProperties producerProperties)=0 throw (RemoteException, RGMAException) |
virtual SecondaryProducer * | reconnectSecondaryProducer (ResourceEndpoint resourceEndpoint)=0 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.
|