| Pacchetto | mx.messaging |
| Classe | public class SubscriptionInfo |
| Ereditarietà | SubscriptionInfo Object |
| Versione linguaggio: | ActionScript 3.0 |
| Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
![]() | constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | |
| maxFrequency : uint
The maximum number of messages per second the subscription wants to receive. | SubscriptionInfo | ||
| selector : String
The selector. | SubscriptionInfo | ||
| subtopic : String
The subtopic. | SubscriptionInfo | ||
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
Builds a new SubscriptionInfo with the specified subtopic and selector. | SubscriptionInfo | ||
![]() |
Indica se per un oggetto è definita una proprietà specifica. | Object | |
![]() |
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | |
![]() |
Indica se la proprietà specificata esiste ed è enumerabile. | Object | |
![]() |
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | |
![]() |
Restituisce il valore di base dell'oggetto specificato. | Object | |
Descrizione delle proprietà
maxFrequency | proprietà |
public var maxFrequency:uint| Versione linguaggio: | ActionScript 3.0 |
| Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
The maximum number of messages per second the subscription wants to receive. Zero means the subscription has no preference for the number of messages it receives.
selector | proprietà |
public var selector:String| Versione linguaggio: | ActionScript 3.0 |
| Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
The selector. If null, indicates all messages should be sent.
subtopic | proprietà |
public var subtopic:String| Versione linguaggio: | ActionScript 3.0 |
| Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
The subtopic. If null, represents a subscription for messages directed to the destination with no subtopic.
Descrizione della funzione di costruzione
SubscriptionInfo | () | Funzione di costruzione |
public function SubscriptionInfo(st:String, sel:String, mf:uint = 0)| Versione linguaggio: | ActionScript 3.0 |
| Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Builds a new SubscriptionInfo with the specified subtopic and selector.
Parametrist:String — The subtopic for the subscription. If null, represents a subscription
for messages directed to the destination with no subtopic.
| |
sel:String — The selector. If null, inidcates all messages should be sent.
| |
mf:uint (default = 0) — The maximum number of messages per second the subscription wants
to receive. Zero means no preference.
|
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate