The CatSrvServices enumeration identifies the optional catalog-related capabilities of a COMA server that can be controlled dynamically by the ICapabilitySupport (section 3.1.4.19) interface. The current version of COMA defines one such capability, instance load balancing.
typedef enum
{
css_lb = 1
} CatSrvServices;
css_lb: Identifies the instance load balancing capability.