com.tc.management
Interface TerracottaMBean


public interface TerracottaMBean


Method Summary
 void disable()
          A bean can be enabled to collect stats, or disabled to decrease overhead
 void enable()
          A bean can be enabled to collect stats, or disabled to decrease overhead
 java.lang.String getInterfaceClassName()
           
 boolean isEnabled()
           
 boolean isNotificationBroadcaster()
           
 void reset()
          This method will be called each time the bean is disabled when it was enabled beforehand
 

Method Detail

getInterfaceClassName

java.lang.String getInterfaceClassName()
Returns:
the full name of the interface that this bean implements.

isNotificationBroadcaster

boolean isNotificationBroadcaster()
Returns:
true if this bean emits notifications.

enable

void enable()
A bean can be enabled to collect stats, or disabled to decrease overhead


disable

void disable()
A bean can be enabled to collect stats, or disabled to decrease overhead


isEnabled

boolean isEnabled()

reset

void reset()
This method will be called each time the bean is disabled when it was enabled beforehand



Copyright © 2010 Terracotta, Inc.. All Rights Reserved.