Main package for XIQS Communication Framework classes.
Classes
Class | Description | |
---|---|---|
![]() | FilterExistException |
A filter with same type has already been added to this object
|
![]() | InvalidArgumentTypeException |
The parameter argument type is not allowed
|
![]() | MaxDeepException |
No more object can be added to the underlying tree leafs
|
![]() | NotImplementedException |
This method should not be called
|
![]() | SORT |
Sorting criteria
|
![]() | XConnectionManager |
Utility factory for creating XIQS server connections
|
![]() | XiqsException |
Generic class for catching xiqs framework exceptions
|
![]() | XiqsFactory |
Utility class for creating various xiqs objects
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IXCommand |
A xiqs <command> object
|
![]() | IXComplexfilter |
A <complexfilter> object
|
![]() | IXConnection |
This object is used to communicate with a xiqs server.
|
![]() | IXEvent |
Interface for XIQS Event objects returned by the XIQS server(s).
|
![]() | IXFilter |
Generic class for xiqs object list filters
|
![]() | IXObject |
A xiqs object is mainly a data container that is (de)serializable through an xml stream.
|
![]() | IXSimplefilter |
A <simplefilter> object
|
![]() | XmlSerializable |
Describes an object (de)serializable through an xml stream
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | DIR |
Constant enumeration for list sorting direction
|
![]() | EVT_TYPE |
Constant enum defining the <event> object types
|
![]() | PAR_TYPE |
Constant enumeration for <event> or <command> parameter's type objects
|