public static interface MediaServerControlMBean.NotificationMBean
Modifier and Type | Method and Description |
---|---|
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
|
void addConference()
void removeConference()
void addKeypress()
void removeKeypress()
void addSignal()
void removeSignal()
ConferenceNotificationTypeMBean getConferenceMBean()
void setConferenceMBean(ConferenceNotificationTypeMBean val)
KeypressNotificationTypeMBean getKeypressMBean()
void setKeypressMBean(KeypressNotificationTypeMBean val)
SignalNotificationTypeMBean getSignalMBean()
void setSignalMBean(SignalNotificationTypeMBean val)