|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.mmccs.NotificationMediaRequest
Defines the Sequence of Data Elements that specify the criteria for a media stream notification
Constructor Summary | |
NotificationMediaRequest()
Creates a new NotificationMediaRequest instance. |
|
NotificationMediaRequest(org.csapi.jr.se.cc.CallNotificationScope _mediaNotificationScope,
org.csapi.jr.se.cc.mmccs.MediaStreamRequest[] _mediaStreamsRequested)
Creates a new NotificationMediaRequest instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.cc.CallNotificationScope |
getMediaNotificationScope()
This method returns a mediaNotificationScope. |
org.csapi.jr.se.cc.mmccs.MediaStreamRequest[] |
getMediaStreamsRequested()
This method returns a mediaStreamsRequested. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setMediaNotificationScope(org.csapi.jr.se.cc.CallNotificationScope mediaNotificationScope)
This method sets a mediaNotificationScope. |
void |
setMediaStreamsRequested(org.csapi.jr.se.cc.mmccs.MediaStreamRequest[] mediaStreamsRequested)
This method sets a mediaStreamsRequested. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NotificationMediaRequest()
public NotificationMediaRequest(org.csapi.jr.se.cc.CallNotificationScope _mediaNotificationScope, org.csapi.jr.se.cc.mmccs.MediaStreamRequest[] _mediaStreamsRequested)
_mediaNotificationScope
- Defines the scope of the notification request._mediaStreamsRequested
- Defines the media stream events which are requestedMethod Detail |
public org.csapi.jr.se.cc.CallNotificationScope getMediaNotificationScope()
public org.csapi.jr.se.cc.mmccs.MediaStreamRequest[] getMediaStreamsRequested()
public void setMediaNotificationScope(org.csapi.jr.se.cc.CallNotificationScope mediaNotificationScope)
public void setMediaStreamsRequested(org.csapi.jr.se.cc.mmccs.MediaStreamRequest[] mediaStreamsRequested)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |