4.1.0.610 20071213

ch.ecma.csta.binding
Class SystemRegisterCancel

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

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

Not supported.

Unregisters the computing function for system services with the switching function. Used to cancel a previous system registration. This request terminates the system registration and the computing function receives no further system service requests for that system registration once it receives the positive acknowledgement to the System Register Cancel request.

CSTA Functional Implementation:

  1. The computing function will continue to process outstanding system requests from the switching function until it receives a positive acknowledgement for the System Register Cancel service request. The switching function will not send any further system requests for a registration once it has sent the positive acknowledgement.

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

Constructor Summary
SystemRegisterCancel()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 CSTACommonArguments getExtensions()
          Returns the value of field 'extensions'.
 java.lang.String getSysStatRegisterID()
          Returns the value of field 'sysStatRegisterID'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setExtensions(CSTACommonArguments extensions)
          Sets the value of field 'extensions'.
 void setSysStatRegisterID(java.lang.String sysStatRegisterID)
          Sets the value of field 'sysStatRegisterID'.
static SystemRegisterCancel unmarshalSystemRegisterCancel(java.io.Reader reader)
          Method unmarshalSystemRegisterCancel
 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

SystemRegisterCancel

public SystemRegisterCancel()
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

getExtensions

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

Returns:
CSTACommonArguments

getSysStatRegisterID

public java.lang.String getSysStatRegisterID()
Returns the value of field 'sysStatRegisterID'.

Returns:
String

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

setExtensions

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

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

setSysStatRegisterID

public void setSysStatRegisterID(java.lang.String sysStatRegisterID)
Sets the value of field 'sysStatRegisterID'.

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

unmarshalSystemRegisterCancel

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

Parameters:
reader -
Returns:
SystemRegisterCancel
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.