flex.management.runtime.messaging.client
Interface FlexClientManagerControlMBean

All Superinterfaces:
BaseControlMBean

public interface FlexClientManagerControlMBean
extends BaseControlMBean

Defines the runtime monitoring and management interface for managed flex client managers.


Method Summary
 String[] getClientIds()
          Returns ids of managed clients.
 Long getClientLastUse(String clientId)
          Returns the last use by the client with the clientId.
 Integer getClientSessionCount(String clientId)
          Returns the number of sessiosn for the client with the clientId.
 Integer getClientSubscriptionCount(String clientId)
          Returns the number of subscriptions for the client with the clientId.
 Integer getFlexClientCount()
          Returns the number of clients.
 
Methods inherited from interface flex.management.BaseControlMBean
getId, getParent, getType
 

Method Detail

getClientIds

String[] getClientIds()
                      throws IOException
Returns ids of managed clients.

Returns:
An array of client ids.
Throws:
IOException - Throws IOException.

getClientSubscriptionCount

Integer getClientSubscriptionCount(String clientId)
                                   throws IOException
Returns the number of subscriptions for the client with the clientId.

Parameters:
clientId - The client id.
Returns:
The number of subscriptions for the client with the cliendId
Throws:
IOException - Throws IOException.

getClientSessionCount

Integer getClientSessionCount(String clientId)
                              throws IOException
Returns the number of sessiosn for the client with the clientId.

Parameters:
clientId - The client id.
Returns:
The number of sessions for the client with the cliendId
Throws:
IOException - Throws IOException.

getClientLastUse

Long getClientLastUse(String clientId)
                      throws IOException
Returns the last use by the client with the clientId.

Parameters:
clientId - The client id.
Returns:
The last use by the client with the clientId
Throws:
IOException - Throws IOException.

getFlexClientCount

Integer getFlexClientCount()
                           throws IOException
Returns the number of clients.

Returns:
The number of clients.
Throws:
IOException - Throws IOException.


Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/management/runtime/messaging/client/FlexClientManagerControlMBean.html