|
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.SystemRegister
public class SystemRegister
Not supported.
Registers the computing function for system services with the switching function.Used by the computing function to register to receive system services from the switching function. The computing function may be required to register for system services before it can receive any system service requests from the switching function.sysStatRegisterID
parameter returned
in the
positive acknowledgement is used to identify the registration
over which system services will be sent. The
sysStatRegisterID
is also used when cancelling the system registration.requestTypes
parameter specifies which
system services are to be
issued by the switching function to the registering computing
function.requestedStatusFilter
parameter allows the
computing
function to choose the System Status Types for which no SystemStatus
service requests should be issued by the switching function.
If the System Status service is not being requested (in the
requestTypes
parameter), then the
actualStatusFilter
parameter does not apply and will not be provided. The actual
system status filter is provided in the
actualStatusFilter
parameter in the positive acknowledgement.requestedStatusFilter
cannot be provided. The
service
acknowledgement indicates the actual set of System Status Types
that will be filtered. This means that the actual set of
filtered
types returned in the positive acknowledgement may include
additional types to be filtered (or fewer types generated by
the
switching function) than what was requested in the service
request.
Constructor Summary | |
---|---|
SystemRegister()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
CSTACommonArguments |
getExtensions()
Returns the value of field 'extensions'. |
StatusFilter |
getRequestedStatusFilter()
Returns the value of field 'requestedStatusFilter'. |
RequestTypes |
getRequestTypes()
Returns the value of field 'requestTypes'. |
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 |
setRequestedStatusFilter(StatusFilter requestedStatusFilter)
Sets the value of field 'requestedStatusFilter'. |
void |
setRequestTypes(RequestTypes requestTypes)
Sets the value of field 'requestTypes'. |
static SystemRegister |
unmarshalSystemRegister(java.io.Reader reader)
Method unmarshalSystemRegister |
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 SystemRegister()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public CSTACommonArguments getExtensions()
public RequestTypes getRequestTypes()
public StatusFilter getRequestedStatusFilter()
requestTypes
parameter includes System Status, otherwise it will not be
provided.
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 setExtensions(CSTACommonArguments extensions)
extensions
- the value of field 'extensions'.public void setRequestTypes(RequestTypes requestTypes)
requestTypes
- the value of field 'requestTypes'.public void setRequestedStatusFilter(StatusFilter requestedStatusFilter)
requestTypes
parameter includes System Status, otherwise it will not be
provided.
requestedStatusFilter
- the value of field
'requestedStatusFilter'.public static SystemRegister unmarshalSystemRegister(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 |