dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class
Properties Methods Events

In This Topic
    OracleQueueAdmin Class Members
    In This Topic

    The following tables list the members exposed by OracleQueueAdmin.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the OracleQueueAdmin class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the OracleConnection to the Oracle server which provides AQ functionality.  
    Public PropertyGets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets queue options used for its creation.  
    Public PropertyThe name of the source queue.  
    Public PropertyGets or sets the name of the queue table, to which the queue belongs.  
    Public PropertyGets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a subscriber to the queue.  
    Public MethodChanges the OracleQueueOptions.Comment property of the Options object.  
    Public MethodSets the OracleQueueOptions.MaxRetries property of Options.  
    Public MethodOverloaded. Alters parameters of the schedule by which messages are propagated.  
    Public MethodAlters existing properties of a queue.  
    Public MethodSets the OracleQueueOptions.RetentionTime property of OracleQueueAdmin.Options.  
    Public MethodSets the OracleQueueOptions.RetryDelay property of OracleQueueAdmin.Options.  
    Public MethodOverloaded. Alters existing properties of a subscriber to a specified queue.  
    Public MethodBegins the initialization of an OracleQueueAdmin. The initialization occurs at run time.  
    Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. This function creates a nonpersistent RAW queue.  
    Public MethodOverloaded. Disables a propagation schedule.  
    Public MethodReleases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Public MethodOverloaded. Drops an existing queue.  
    Public MethodOverloaded. Enables a previously disabled propagation schedule.  
    Public MethodEnds the initialization of an OracleQueueAdmin. The initialization occurs at run time.  
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodGets the subscribers of multiconsumer queue.  
    Public MethodOverloaded. Grants privileges on a queue to users and roles.  
    Public MethodOverloaded. Grants Oracle Streams AQ system privileges to users and roles.  
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodReads options for a queue specified in the QueueName property from a server. The queue has to be already created.  
    Public MethodOverloaded. Removes a subscriber from the queue.  
    Public MethodRevokes privileges on a queue from users and roles. The privileges are Enqueue or Dequeue.  
    Public MethodOverloaded. Revokes Oracle Streams AQ system privileges from users and roles.  
    Public MethodOverloaded. Schedules propagation of messages from a queue to a destination identified by a specific database link.  
    Public MethodEnables the specified queue for dequeuing.  
    Public MethodEnables the specified queue for enqueuing.  
    Public MethodOverloaded. Enables the specified queue for enqueuing or dequeuing.  
    Public MethodOverloaded. Disables dequeuing for the specified queue.  
    Public MethodOverloaded. Disables enqueuing for the specified queue.  
    Public MethodOverloaded. Disables enqueuing or dequeuing on the specified queue.  
    Public MethodReturns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component)
    Public MethodOverloaded. Unschedules previously scheduled propagation of messages from a queue to a destination identified by a specific database link.  
    Public MethodOverloaded. Verifies that the source and destination queues have identical types. The source queue is the queue specified in QueueName.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Inherited from System.ComponentModel.Component)
    Top
    See Also