Interface MediaFlowEngineRuntimeMBean
- All Superinterfaces:
DynamicMBean,MBeanRegistration,NotificationBroadcaster,weblogic.management.runtime.RuntimeMBean,weblogic.management.WebLogicMBean
public interface MediaFlowEngineRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean
RuntimeMBean representing a single Media Flow Engine instance.
-
Method Summary
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, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
-
Method Details
-
getName
String getName()- Specified by:
getNamein interfaceweblogic.management.WebLogicMBean
-
getIPAddress
String getIPAddress() -
getStatus
String getStatus() -
getActiveStreams
int getActiveStreams() -
getPeakStreams
int getPeakStreams() -
getFailedErrorStreams
int getFailedErrorStreams() -
getActivationTime
long getActivationTime() -
getUptimeMillis
long getUptimeMillis()
-