Packagemx.messaging
Classpublic class SubscriptionInfo
InheritanceSubscriptionInfo Inheritance Object

This is the class used for elements of the ArrayCollection subscriptions property in the MultiTopicConsumer property.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  selector : String
The selector.
SubscriptionInfo
  subtopic : String
The subtopic - if null, represents a subscription for messages directed to the destination with no subtopic.
SubscriptionInfo
Public Methods
 MethodDefined By
  
Builds a new SubscriptionInfo with the specified subtopic and selector
SubscriptionInfo
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail
selectorproperty
public var selector:String

The selector. If null, indicates all messages should be sent.

subtopicproperty 
public var subtopic:String

The subtopic - if null, represents a subscription for messages directed to the destination with no subtopic.

Constructor Detail
SubscriptionInfo()Constructor
public function SubscriptionInfo(st:String, sel:String)

Builds a new SubscriptionInfo with the specified subtopic and selector

Parameters
st:String
 
sel:String