|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the runtime monitoring and management interface for
SubscriptionManagers.
| Method Summary | |
Integer |
getSubscriberCount()
Returns the count of active subscribers. |
String[] |
getSubscriberIds()
Returns the ids for all active subscribers. |
void |
removeAllSubscribers()
Unsubscribes all active subscribers. |
void |
removeSubscriber(String subscriberId)
Unsubscribes the target subscriber. |
| Methods inherited from interface flex.management.BaseControlMBean |
getId, getParent, getType |
| Method Detail |
public Integer getSubscriberCount()
throws IOException
IOException
public String[] getSubscriberIds()
throws IOException
IOException
public void removeSubscriber(String subscriberId)
throws IOException
subscriberId - The id for the subscriber to unsubscribe.
IOException
public void removeAllSubscribers()
throws IOException
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||