Pakket | mx.messaging |
Klasse | public class SubscriptionInfo |
Overerving | SubscriptionInfo Object |
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Builds a new SubscriptionInfo with the specified subtopic and selector. | SubscriptionInfo | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Eigenschapdetails
maxFrequency | eigenschap |
public var maxFrequency:uint
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | 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 | eigenschap |
public var selector:String
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The selector. If null, indicates all messages should be sent.
subtopic | eigenschap |
public var subtopic:String
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The subtopic. If null, represents a subscription for messages directed to the destination with no subtopic.
Constructordetails
SubscriptionInfo | () | Constructor |
public function SubscriptionInfo(st:String, sel:String, mf:uint = 0)
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Builds a new SubscriptionInfo with the specified subtopic and selector.
Parametersst: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.
|
Wed Jun 13 2018, 11:42 AM Z