com.sun.sgs.impl.service.channel
Class ChannelServiceStats
java.lang.Object
com.sun.sgs.impl.service.channel.ChannelServiceStats
- All Implemented Interfaces:
- ChannelServiceMXBean
class ChannelServiceStats
- extends Object
- implements ChannelServiceMXBean
The Statistics MBean object for the channel service.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createChannelOp
final ProfileOperation createChannelOp
getChannelOp
final ProfileOperation getChannelOp
ChannelServiceStats
ChannelServiceStats(ProfileCollector collector)
getCreateChannelCalls
public long getCreateChannelCalls()
- Returns the number of times
createChannel has been called.
- Specified by:
getCreateChannelCalls in interface ChannelServiceMXBean
- Returns:
- the number of times
createChannel has been called
getGetChannelCalls
public long getGetChannelCalls()
- Returns the number of times
getChannel has been called.
- Specified by:
getGetChannelCalls in interface ChannelServiceMXBean
- Returns:
- the number of times
getChannel has been called
Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved