|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.management.server.AbstractManagedObject
com.caucho.server.cluster.StoreAdmin
public class StoreAdmin
| Constructor Summary | |
|---|---|
protected |
StoreAdmin(StoreManager manager)
|
| Method Summary | |
|---|---|
long |
getLoadCountTotal()
Returns the total objects loaded. |
long |
getLoadFailCountTotal()
Returns the objects which failed to load. |
java.lang.String |
getName()
The JMX name property of the mbean. |
long |
getObjectCount()
Returns the object count. |
long |
getSaveCountTotal()
Returns the total objects saved. |
long |
getSaveFailCountTotal()
Returns the objects which failed to save. |
java.lang.String |
getStoreType()
Returns the store type. |
java.lang.String |
getType()
The JMX type of this MBean, defaults to the prefix of the FooMXBean.. |
java.lang.String |
toString()
|
| 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 |
| Constructor Detail |
|---|
protected StoreAdmin(StoreManager manager)
| Method Detail |
|---|
public java.lang.String getName()
AbstractManagedObject
getName in interface ManagedObjectMXBeangetName in class AbstractManagedObjectpublic java.lang.String getType()
AbstractManagedObject
getType in interface ManagedObjectMXBeangetType in class AbstractManagedObjectpublic java.lang.String getStoreType()
PersistentStoreMXBean
getStoreType in interface PersistentStoreMXBeanpublic long getObjectCount()
getObjectCount in interface PersistentStoreMXBeanpublic long getLoadCountTotal()
getLoadCountTotal in interface PersistentStoreMXBeanpublic long getLoadFailCountTotal()
getLoadFailCountTotal in interface PersistentStoreMXBeanpublic long getSaveCountTotal()
getSaveCountTotal in interface PersistentStoreMXBeanpublic long getSaveFailCountTotal()
getSaveFailCountTotal in interface PersistentStoreMXBeanpublic java.lang.String toString()
toString in class AbstractManagedObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||