public interface MediaServerControlMBean
Modifier and Type | Interface and Description |
---|---|
static interface |
MediaServerControlMBean.NotificationMBean |
static interface |
MediaServerControlMBean.RequestMBean |
Modifier and Type | Method and Description |
---|---|
void |
addNotification()
Add a new element named notification
|
void |
addRequest()
Add a new element named request
|
void |
addResponse()
Add a new element named response
|
MediaServerControlMBean.NotificationMBean |
getNotificationMBean()
Return the value of the Notification element
|
MediaServerControlMBean.RequestMBean |
getRequestMBean()
Return the value of the Request element
|
ResponseTypeMBean |
getResponseMBean()
Return the value of the ResponseType element
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
void |
removeNotification()
Remove an element named notification
|
void |
removeRequest()
Remove an element named request
|
void |
removeResponse()
Remove an element named response
|
void |
setNotificationMBean(MediaServerControlMBean.NotificationMBean val)
Set the value of the Notification element
|
void |
setRequestMBean(MediaServerControlMBean.RequestMBean val)
Set the value of the Request element
|
void |
setResponseMBean(ResponseTypeMBean val)
Set the value of the ResponseType element
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
java.lang.String getVersion()
void setVersion(java.lang.String value)
void addRequest()
void removeRequest()
void addResponse()
void removeResponse()
void addNotification()
void removeNotification()
MediaServerControlMBean.RequestMBean getRequestMBean()
void setRequestMBean(MediaServerControlMBean.RequestMBean val)
ResponseTypeMBean getResponseMBean()
void setResponseMBean(ResponseTypeMBean val)
MediaServerControlMBean.NotificationMBean getNotificationMBean()
void setNotificationMBean(MediaServerControlMBean.NotificationMBean val)