Pakiet | mx.messaging |
Klasa | public class SubscriptionInfo |
Dziedziczenie | SubscriptionInfo Object |
Wersja języka: | ActionScript 3.0 |
Wersje produktu: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | 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 |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Builds a new SubscriptionInfo with the specified subtopic and selector. | SubscriptionInfo | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół właściwości
maxFrequency | właściwość |
public var maxFrequency:uint
Wersja języka: | ActionScript 3.0 |
Wersje produktu: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | 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 | właściwość |
public var selector:String
Wersja języka: | ActionScript 3.0 |
Wersje produktu: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The selector. If null, indicates all messages should be sent.
subtopic | właściwość |
public var subtopic:String
Wersja języka: | ActionScript 3.0 |
Wersje produktu: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The subtopic. If null, represents a subscription for messages directed to the destination with no subtopic.
Konstruktor Szczegół
SubscriptionInfo | () | Konstruktor |
public function SubscriptionInfo(st:String, sel:String, mf:uint = 0)
Wersja języka: | ActionScript 3.0 |
Wersje produktu: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Builds a new SubscriptionInfo with the specified subtopic and selector.
Parametryst: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, 12:06 PM Z