com.sun.sgs.management
Interface NodeMappingServiceMXBean


public interface NodeMappingServiceMXBean

The management interface for the node mapping 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=NodeMappingService".


Field Summary
static String MXBEAN_NAME
          The name for uniquely identifying this MBean.
 
Method Summary
 long getAddIdentityRelocationListenerCalls()
          Returns the number of times addIdentityRelocationListener has been called.
 long getAddNodeMappingListenerCalls()
          Returns the number of times addNodeMappingListener has been called.
 long getAssignNodeCalls()
          Returns the number of times assignNode has been called.
 long getGetIdentitiesCalls()
          Returns the number of times getIdentities has been called.
 long getGetNodeCalls()
          Returns the number of times getNode has been called.
 long getSetStatusCalls()
          Returns the number of times setStatus 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

getAddNodeMappingListenerCalls

long getAddNodeMappingListenerCalls()
Returns the number of times addNodeMappingListener has been called.

Returns:
the number of times addNodeMappingListener has been called

getAddIdentityRelocationListenerCalls

long getAddIdentityRelocationListenerCalls()
Returns the number of times addIdentityRelocationListener has been called.

Returns:
the number of times addIdentityRelocationListener has been called

getAssignNodeCalls

long getAssignNodeCalls()
Returns the number of times assignNode has been called.

Returns:
the number of times assignNode has been called

getGetIdentitiesCalls

long getGetIdentitiesCalls()
Returns the number of times getIdentities has been called.

Returns:
the number of times getIdentities has been called

getGetNodeCalls

long getGetNodeCalls()
Returns the number of times getNode has been called.

Returns:
the number of times getNode has been called

getSetStatusCalls

long getSetStatusCalls()
Returns the number of times setStatus has been called.

Returns:
the number of times setStatus 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