|
4.1.0.610 20071213 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ecma.csta.CastorObject
ch.ecma.csta.binding.MediaDetachedEvent
public class MediaDetachedEvent
Not supported.
Indicates a detachment of media services from a connection. This event may be generated as a result of a previousDetachMediaService
service
request, or as a result of an automatic media service
detachment.
There are two cases for the Media Detached event:
AttachMediaService
service. In this
case the media access device is removed from the call by this
service.See ECMA 269, section 19.2.2, Figure 19-3
"Media Detached Event (Case A)"mediaConnection
and mediaDevice
parameters refer to the media
access
device. If the media service instance was directly bound to an
existing connection in the call, then the
mediaConnection
and mediaDevice
parameters refer to the connection
at
the attaching device.
Constructor Summary | |
---|---|
MediaDetachedEvent()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
CallCharacteristics |
getCallCharacteristics()
Returns the value of field 'callCharacteristics'. |
CSTACommonArguments |
getExtensions()
Returns the value of field 'extensions'. |
LocalConnectionState |
getLocalConnectionInfo()
Returns the value of field 'localConnectionInfo'. |
MediaCallCharacteristics |
getMediaCallCharacteristics()
Returns the value of field 'mediaCallCharacteristics'. |
ConnectionID |
getMediaConnection()
Returns the value of field 'mediaConnection'. |
ConnectionInformation |
getMediaConnectionInfo()
Returns the value of field 'mediaConnectionInfo'. |
SubjectDeviceID |
getMediaDevice()
Returns the value of field 'mediaDevice'. |
java.lang.String |
getMediaServiceInstanceID()
Returns the value of field 'mediaServiceInstanceID'. |
MediaServiceType |
getMediaServiceType()
Returns the value of field 'mediaServiceType'. |
java.lang.Long |
getMediaServiceVersion()
Returns the value of field 'mediaServiceVersion'. |
java.lang.String |
getMediaStreamID()
Returns the value of field 'mediaStreamID'. |
java.lang.String |
getMonitorCrossRefID()
Returns the value of field 'monitorCrossRefID'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setCallCharacteristics(CallCharacteristics callCharacteristics)
Sets the value of field 'callCharacteristics'. |
void |
setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'. |
void |
setLocalConnectionInfo(LocalConnectionState localConnectionInfo)
Sets the value of field 'localConnectionInfo'. |
void |
setMediaCallCharacteristics(MediaCallCharacteristics mediaCallCharacteristics)
Sets the value of field 'mediaCallCharacteristics'. |
void |
setMediaConnection(ConnectionID mediaConnection)
Sets the value of field 'mediaConnection'. |
void |
setMediaConnectionInfo(ConnectionInformation mediaConnectionInfo)
Sets the value of field 'mediaConnectionInfo'. |
void |
setMediaDevice(SubjectDeviceID mediaDevice)
Sets the value of field 'mediaDevice'. |
void |
setMediaServiceInstanceID(java.lang.String mediaServiceInstanceID)
Sets the value of field 'mediaServiceInstanceID'. |
void |
setMediaServiceType(MediaServiceType mediaServiceType)
Sets the value of field 'mediaServiceType'. |
void |
setMediaServiceVersion(java.lang.Long mediaServiceVersion)
Sets the value of field 'mediaServiceVersion'. |
void |
setMediaStreamID(java.lang.String mediaStreamID)
Sets the value of field 'mediaStreamID'. |
void |
setMonitorCrossRefID(java.lang.String monitorCrossRefID)
Sets the value of field 'monitorCrossRefID'. |
static MediaDetachedEvent |
unmarshalMediaDetachedEvent(java.io.Reader reader)
Method unmarshalMediaDetachedEvent |
void |
validate()
Method validate |
Methods inherited from class ch.ecma.csta.CastorObject |
---|
getOldSessionID, hashCode, setOldSessionID, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MediaDetachedEvent()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public CallCharacteristics getCallCharacteristics()
public CSTACommonArguments getExtensions()
public LocalConnectionState getLocalConnectionInfo()
public MediaCallCharacteristics getMediaCallCharacteristics()
public ConnectionID getMediaConnection()
public ConnectionInformation getMediaConnectionInfo()
mediaConnection
connection. If this parameter
is not
present, then the connection information is switching
function
specific.
public SubjectDeviceID getMediaDevice()
public java.lang.String getMediaServiceInstanceID()
public MediaServiceType getMediaServiceType()
public java.lang.Long getMediaServiceVersion()
public java.lang.String getMediaStreamID()
mediaStreamID
as indicated by the capability exchange services.
public java.lang.String getMonitorCrossRefID()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setCallCharacteristics(CallCharacteristics callCharacteristics)
callCharacteristics
- the value of field
'callCharacteristics'.public void setExtensions(CSTACommonArguments extensions)
extensions
- the value of field 'extensions'.public void setLocalConnectionInfo(LocalConnectionState localConnectionInfo)
localConnectionInfo
- the value of field
'localConnectionInfo'.public void setMediaCallCharacteristics(MediaCallCharacteristics mediaCallCharacteristics)
mediaCallCharacteristics
- the value of field
'mediaCallCharacteristics'.public void setMediaConnection(ConnectionID mediaConnection)
mediaConnection
- the value of field 'mediaConnection'.public void setMediaConnectionInfo(ConnectionInformation mediaConnectionInfo)
mediaConnection
connection. If this parameter
is not
present, then the connection information is switching
function
specific.
mediaConnectionInfo
- the value of field
'mediaConnectionInfo'.public void setMediaDevice(SubjectDeviceID mediaDevice)
mediaDevice
- the value of field 'mediaDevice'.public void setMediaServiceInstanceID(java.lang.String mediaServiceInstanceID)
mediaServiceInstanceID
- the value of field
'mediaServiceInstanceID'.public void setMediaServiceType(MediaServiceType mediaServiceType)
mediaServiceType
- the value of field 'mediaServiceType'public void setMediaServiceVersion(java.lang.Long mediaServiceVersion)
mediaServiceVersion
- the value of field
'mediaServiceVersion'.public void setMediaStreamID(java.lang.String mediaStreamID)
mediaStreamID
as indicated by the capability exchange services.
mediaStreamID
- the value of field 'mediaStreamID'.public void setMonitorCrossRefID(java.lang.String monitorCrossRefID)
monitorCrossRefID
- the value of field
'monitorCrossRefID'.public static MediaDetachedEvent unmarshalMediaDetachedEvent(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
4.1.0.610 20071213 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |