Interface MessageCounterMBean
- All Superinterfaces:
DynamicMBean,MBeanRegistration,NotificationBroadcaster,weblogic.management.runtime.RuntimeMBean,weblogic.management.WebLogicMBean
public interface MessageCounterMBean
extends weblogic.management.runtime.RuntimeMBean
Message Counter
- Author:
- Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
-
Method Summary
Modifier and TypeMethodDescriptionlongvoidsetAllProtocolMessagePerSec(long aAllProtocolMessagePerSec) voidsetStartTime(Date aStartDate) Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributesMethods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preRegisterMethods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListenerMethods inherited from interface weblogic.management.runtime.RuntimeMBean
addPropertyChangeListener, preDeregister, removePropertyChangeListenerMethods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
-
Method Details
-
getAllProtocolMessagePerSec
long getAllProtocolMessagePerSec() -
setAllProtocolMessagePerSec
void setAllProtocolMessagePerSec(long aAllProtocolMessagePerSec) -
getStartTime
Date getStartTime() -
setStartTime
-