Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


com.convergin.wcs.osgi.sf.ssusmpp
Interface MonitoringGeneralMBean


public interface MonitoringGeneralMBean

Method Summary
 Object getCounterIntervalInSeconds()
          Gets the value of the counterIntervalInSeconds property.
 BigInteger getNotificationTriggerCheckIntervalInSeconds()
          Gets the value of the notificationTriggerCheckIntervalInSeconds property.
 boolean isEnableMbeans()
          Gets the value of the enableMbeans property.
 boolean isEnableNotifications()
          Gets the value of the enableNotifications property.
 void setCounterIntervalInSeconds(Object value)
          Sets the value of the counterIntervalInSeconds property.
 void setEnableMbeans(boolean value)
          Sets the value of the enableMbeans property.
 void setEnableNotifications(boolean value)
          Sets the value of the enableNotifications property.
 void setNotificationTriggerCheckIntervalInSeconds(BigInteger value)
          Sets the value of the notificationTriggerCheckIntervalInSeconds property.

 

Method Detail

isEnableMbeans

boolean isEnableMbeans()
Gets the value of the enableMbeans property.

setEnableMbeans

void setEnableMbeans(boolean value)
Sets the value of the enableMbeans property.

isEnableNotifications

boolean isEnableNotifications()
Gets the value of the enableNotifications property.

setEnableNotifications

void setEnableNotifications(boolean value)
Sets the value of the enableNotifications property.

getNotificationTriggerCheckIntervalInSeconds

BigInteger getNotificationTriggerCheckIntervalInSeconds()
Gets the value of the notificationTriggerCheckIntervalInSeconds property.

setNotificationTriggerCheckIntervalInSeconds

void setNotificationTriggerCheckIntervalInSeconds(BigInteger value)
Sets the value of the notificationTriggerCheckIntervalInSeconds property.

getCounterIntervalInSeconds

Object getCounterIntervalInSeconds()
Gets the value of the counterIntervalInSeconds property.

setCounterIntervalInSeconds

void setCounterIntervalInSeconds(Object value)
Sets the value of the counterIntervalInSeconds property.

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.