Skip navigation links

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

E38079-01


oracle.axia.jmsc
Interface MediaServerControlMBean


public interface MediaServerControlMBean

Nested Class Summary
static interface MediaServerControlMBean.NotificationMBean
           
static interface MediaServerControlMBean.RequestMBean
           

 

Method Summary
 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
 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(String value)
          Sets the value of the version property.

 

Method Detail

getVersion

String getVersion()
Gets the value of the version property.

setVersion

void setVersion(String value)
Sets the value of the version property.

addRequest

void addRequest()
Add a new element named request

removeRequest

void removeRequest()
Remove an element named request

addResponse

void addResponse()
Add a new element named response

removeResponse

void removeResponse()
Remove an element named response

addNotification

void addNotification()
Add a new element named notification

removeNotification

void removeNotification()
Remove an element named notification

getRequestMBean

MediaServerControlMBean.RequestMBean getRequestMBean()
Return the value of the Request element

setRequestMBean

void setRequestMBean(MediaServerControlMBean.RequestMBean val)
Set the value of the Request element

getResponseMBean

ResponseTypeMBean getResponseMBean()
Return the value of the ResponseType element

setResponseMBean

void setResponseMBean(ResponseTypeMBean val)
Set the value of the ResponseType element

getNotificationMBean

MediaServerControlMBean.NotificationMBean getNotificationMBean()
Return the value of the Notification element

setNotificationMBean

void setNotificationMBean(MediaServerControlMBean.NotificationMBean val)
Set the value of the Notification 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.