BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.0 MBeans (Deprecated)


weblogic.management.runtime
Interface WLDFDbstoreArchiveRuntimeMBean

All Superinterfaces:
DynamicMBean, MBeanRegistration, NotificationBroadcaster, weblogic.management.runtime.RuntimeMBean, WebLogicMBean, WLDFArchiveRuntimeMBean

public interface WLDFDbstoreArchiveRuntimeMBean
extends WLDFArchiveRuntimeMBean

Use this interface to retrieve statistical information associated with the WLDF archives that use databases for storage.

Since:
9.0.0.0
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 long getDeletionCount()
          The number of records deleted from the archive since this server was started.
 long getDeletionTime()
          The time, in milliseconds, spent deleting records from the archive since this server was started.
 long getInsertionCount()
          The number of new records inserted in the archive since this server was started.
 long getInsertionTime()
          The time, in milliseconds, spent inserting records into the archive since this server was started.
 
Methods inherited from interface weblogic.management.runtime.WLDFArchiveRuntimeMBean
getRecordRetrievalTime, getRecordSeekCount, getRecordSeekTime, getRetrievedRecordCount
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

getDeletionCount

public long getDeletionCount()

The number of records deleted from the archive since this server was started.

Returns:
Number of records deleted

getDeletionTime

public long getDeletionTime()

The time, in milliseconds, spent deleting records from the archive since this server was started.

Returns:
Cumulative time spent to delete records

getInsertionCount

public long getInsertionCount()

The number of new records inserted in the archive since this server was started.

Returns:
Number of new records inserted

getInsertionTime

public long getInsertionTime()

The time, in milliseconds, spent inserting records into the archive since this server was started.

Returns:
Cumulative time spent to insert records

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.