4.1.0.610 20071213

ch.ecma.csta.binding
Class MonitorStartResponse

java.lang.Object
  extended by ch.ecma.csta.CastorObject
      extended by ch.ecma.csta.binding.MonitorStartResponse
All Implemented Interfaces:
java.io.Serializable

public class MonitorStartResponse
extends ch.ecma.csta.CastorObject
implements java.io.Serializable

The positive acknowledgement of a Monitor Start request.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
MonitorStartResponse()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 MonitorFilter getActualMonitorFilter()
          Returns the value of field 'actualMonitorFilter'.
 MonitorMediaClass getActualMonitorMediaClass()
          Returns the value of field 'actualMonitorMediaClass'.
 CSTACommonArguments getExtensions()
          Returns the value of field 'extensions'.
 java.lang.String getMonitorCrossRefID()
          Returns the value of field 'monitorCrossRefID'.
 java.lang.Boolean getMonitorExistingCalls()
          Returns the value of field 'monitorExistingCalls'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setActualMonitorFilter(MonitorFilter actualMonitorFilter)
          Sets the value of field 'actualMonitorFilter'.
 void setActualMonitorMediaClass(MonitorMediaClass actualMonitorMediaClass)
          Sets the value of field 'actualMonitorMediaClass'.
 void setExtensions(CSTACommonArguments extensions)
          Sets the value of field 'extensions'.
 void setMonitorCrossRefID(java.lang.String monitorCrossRefID)
          Sets the value of field 'monitorCrossRefID'.
 void setMonitorExistingCalls(java.lang.Boolean monitorExistingCalls)
          Sets the value of field 'monitorExistingCalls'.
static MonitorStartResponse unmarshalMonitorStartResponse(java.io.Reader reader)
          Method unmarshalMonitorStartResponse
 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

MonitorStartResponse

public MonitorStartResponse()
Method Detail

equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden

Overrides:
equals in class ch.ecma.csta.CastorObject
Parameters:
obj -
Returns:
boolean

getActualMonitorFilter

public MonitorFilter getActualMonitorFilter()
Returns the value of field 'actualMonitorFilter'. The field 'actualMonitorFilter' has the following description: Specifies the actual set of events that will be filtered (not sent) by the switching function. It is a bitmap of all events defined in this Standard. The actual events filtered out may differ from the filterList parameter on the service request.

Returns:
MonitorFilter

getActualMonitorMediaClass

public MonitorMediaClass getActualMonitorMediaClass()
Returns the value of field 'actualMonitorMediaClass'. The field 'actualMonitorMediaClass' has the following description: Not currently supported.

Returns:
MonitorMediaClass

getExtensions

public CSTACommonArguments getExtensions()
Returns the value of field 'extensions'.

Returns:
CSTACommonArguments

getMonitorCrossRefID

public java.lang.String getMonitorCrossRefID()
Returns the value of field 'monitorCrossRefID'.

Returns:
String

getMonitorExistingCalls

public java.lang.Boolean getMonitorExistingCalls()
Returns the value of field 'monitorExistingCalls'. The field 'monitorExistingCalls' has the following description: Indicates whether or not the computing function will receive event reports regarding calls that are currently existing at the device at which the monitor was started. Optional.

The complete set of possible values is:

This parameter is applicable to monitors that have devices as their object. For such monitors, if this parameter is not present (or the parameter is not supported), it means that the switching function always provides event reports for calls that are currently present at the device when the monitor was started.

Returns:
Boolean

isValid

public boolean isValid()
Method isValid

Returns:
boolean

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setActualMonitorFilter

public void setActualMonitorFilter(MonitorFilter actualMonitorFilter)
Sets the value of field 'actualMonitorFilter'. The field 'actualMonitorFilter' has the following description: Specifies the actual set of events that will be filtered (not sent) by the switching function. It is a bitmap of all events defined in this Standard. The actual events filtered out may differ from the filterList parameter on the service request.

Parameters:
actualMonitorFilter - the value of field 'actualMonitorFilter'.

setActualMonitorMediaClass

public void setActualMonitorMediaClass(MonitorMediaClass actualMonitorMediaClass)
Sets the value of field 'actualMonitorMediaClass'. The field 'actualMonitorMediaClass' has the following description: Not currently supported.

Parameters:
actualMonitorMediaClass - the value of field 'actualMonitorMediaClass'.

setExtensions

public void setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'.

Parameters:
extensions - the value of field 'extensions'.

setMonitorCrossRefID

public void setMonitorCrossRefID(java.lang.String monitorCrossRefID)
Sets the value of field 'monitorCrossRefID'.

Parameters:
monitorCrossRefID - the value of field 'monitorCrossRefID'.

setMonitorExistingCalls

public void setMonitorExistingCalls(java.lang.Boolean monitorExistingCalls)
Sets the value of field 'monitorExistingCalls'. The field 'monitorExistingCalls' has the following description: Indicates whether or not the computing function will receive event reports regarding calls that are currently existing at the device at which the monitor was started. Optional.

The complete set of possible values is:

This parameter is applicable to monitors that have devices as their object. For such monitors, if this parameter is not present (or the parameter is not supported), it means that the switching function always provides event reports for calls that are currently present at the device when the monitor was started.

Parameters:
monitorExistingCalls - the value of field 'monitorExistingCalls'.

unmarshalMonitorStartResponse

public static MonitorStartResponse unmarshalMonitorStartResponse(java.io.Reader reader)
                                                          throws org.exolab.castor.xml.MarshalException,
                                                                 org.exolab.castor.xml.ValidationException
Method unmarshalMonitorStartResponse

Parameters:
reader -
Returns:
MonitorStartResponse
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

Throws:
org.exolab.castor.xml.ValidationException

4.1.0.610 20071213

Copyright 2004 Avaya Inc All Rights Reserved.