org.jboss.monitor
Interface Monitorable

All Known Implementing Classes:
AbstractInstanceCache (src) , LRUEnterpriseContextCachePolicy (src) , NoPassivationCachePolicy (src)

public interface Monitorable


Method Summary
 void sample(java.lang.Object snapshot)
          Samples the status of the implementor object and register the status into the snapshot argument.
 

Method Detail

sample

public void sample(java.lang.Object snapshot)
Samples the status of the implementor object and register the status into the snapshot argument.