com.caucho.server.cluster
Class ClusterStoreAdmin

java.lang.Object
  extended by com.caucho.management.server.AbstractManagedObject
      extended by com.caucho.server.cluster.StoreAdmin
          extended by com.caucho.server.cluster.ClusterStoreAdmin
All Implemented Interfaces:
ManagedObjectMXBean, PersistentStoreMXBean

public class ClusterStoreAdmin
extends StoreAdmin


Method Summary
 java.lang.String getStoreType()
          Returns the store type.
 java.lang.String toString()
           
 
Methods inherited from class com.caucho.server.cluster.StoreAdmin
getLoadCountTotal, getLoadFailCountTotal, getName, getObjectCount, getSaveCountTotal, getSaveFailCountTotal, getType
 
Methods inherited from class com.caucho.management.server.AbstractManagedObject
addObjectNameProperties, getObjectName, registerSelf, unregisterSelf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean
getObjectName
 

Method Detail

getStoreType

public java.lang.String getStoreType()
Description copied from interface: PersistentStoreMXBean
Returns the store type.

Specified by:
getStoreType in interface PersistentStoreMXBean
Overrides:
getStoreType in class StoreAdmin

toString

public java.lang.String toString()
Overrides:
toString in class StoreAdmin