Skip navigation links

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

E38079-01


oracle.axia.jmsc
Interface MediaServerControlMBean.NotificationMBean

Enclosing interface:
MediaServerControlMBean

public static interface MediaServerControlMBean.NotificationMBean

Method Summary
 void addConference()
          Add a new element named conference
 void addKeypress()
          Add a new element named keypress
 void addSignal()
          Add a new element named signal
 ConferenceNotificationTypeMBean getConferenceMBean()
          Return the value of the ConferenceNotificationType element
 KeypressNotificationTypeMBean getKeypressMBean()
          Return the value of the KeypressNotificationType element
 SignalNotificationTypeMBean getSignalMBean()
          Return the value of the SignalNotificationType element
 void removeConference()
          Remove an element named conference
 void removeKeypress()
          Remove an element named keypress
 void removeSignal()
          Remove an element named signal
 void setConferenceMBean(ConferenceNotificationTypeMBean val)
          Set the value of the ConferenceNotificationType element
 void setKeypressMBean(KeypressNotificationTypeMBean val)
          Set the value of the KeypressNotificationType element
 void setSignalMBean(SignalNotificationTypeMBean val)
          Set the value of the SignalNotificationType element

 

Method Detail

addConference

void addConference()
Add a new element named conference

removeConference

void removeConference()
Remove an element named conference

addKeypress

void addKeypress()
Add a new element named keypress

removeKeypress

void removeKeypress()
Remove an element named keypress

addSignal

void addSignal()
Add a new element named signal

removeSignal

void removeSignal()
Remove an element named signal

getConferenceMBean

ConferenceNotificationTypeMBean getConferenceMBean()
Return the value of the ConferenceNotificationType element

setConferenceMBean

void setConferenceMBean(ConferenceNotificationTypeMBean val)
Set the value of the ConferenceNotificationType element

getKeypressMBean

KeypressNotificationTypeMBean getKeypressMBean()
Return the value of the KeypressNotificationType element

setKeypressMBean

void setKeypressMBean(KeypressNotificationTypeMBean val)
Set the value of the KeypressNotificationType element

getSignalMBean

SignalNotificationTypeMBean getSignalMBean()
Return the value of the SignalNotificationType element

setSignalMBean

void setSignalMBean(SignalNotificationTypeMBean val)
Set the value of the SignalNotificationType element

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.