com.caucho.management.server
Interface LocalRepositoryMXBean

All Superinterfaces:
ManagedObjectMXBean

public interface LocalRepositoryMXBean
extends ManagedObjectMXBean

Overview of the Local Repository.

 resin:type=LocalRepository
 


Method Summary
 java.lang.String getRootHash()
          Returns the root hash code.
 java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getTagMap()
           
 
Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean
getName, getObjectName, getType
 

Method Detail

getRootHash

java.lang.String getRootHash()
Returns the root hash code.


getTagMap

java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getTagMap()