ZXTM Control API Overview and Reference
Version 4.0
4
Function Reference
4.1 About the ZXTM Control API functions
ZXTM Control API functions generally operate on lists of configurations.
For example, the VirtualServer getEnabled() function takes a list of
virtual server names as its first argument, and returns a list of Boolean
values, one for each named virtual server.
Some functions depend on compound structures for their arguments, and
enumerated types are used to represent some configuration settings.
All of the methods, structures and enumerated types are specified in the
WSDL interface files
9
.
The addRules() and getRules() VirtualServer functions are good
examples:
VirtualServer.Rule[][] getRules(
String[] names
)
void addRules(
String[] names
VirtualServer.Rule[][] rules
)
Method prototypes for the VirtualServer getRules and addRules methods
9
The WSDL interface specifications are located in ZEUSHOME/zxtm/etc/wsdl/
48
New Page 1