com.sun.sgs.management
Interface ChannelServiceMXBean


public interface ChannelServiceMXBean

The management interface for the channel service.

An instance implementing this MBean can be obtained from the from the getPlatformMBeanServer method.

The ObjectName for uniquely identifying this MBean is "com.sun.sgs.service:type=ChannelService".


Field Summary
static String MXBEAN_NAME
          The name for uniquely identifying this MBean.
 
Method Summary
 long getCreateChannelCalls()
          Returns the number of times createChannel has been called.
 long getGetChannelCalls()
          Returns the number of times getChannel has been called.
 

Field Detail

MXBEAN_NAME

static final String MXBEAN_NAME
The name for uniquely identifying this MBean.

See Also:
Constant Field Values
Method Detail

getCreateChannelCalls

long getCreateChannelCalls()
Returns the number of times createChannel has been called.

Returns:
the number of times createChannel has been called

getGetChannelCalls

long getGetChannelCalls()
Returns the number of times getChannel has been called.

Returns:
the number of times getChannel has been called

RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved