In file ../../src/Pegasus/Client/CIMServerDiscovery.h:

class PEGASUS_CLIENT_LINKAGE CIMServerDiscovery

This class provides the interface that a client uses to discover CIM Servers.

Documentation

This class provides the interface that a client uses to discover CIM Servers. ATTN: Add more descriptive material here KS 2 Oct 2003

Inheritance:


Public Methods

[more] CIMServerDiscovery ()
Constructor for a CIMServerDiscovery object
[more] ~CIMServerDiscovery ()
Destructor for a CIMServerDiscovery object
[more]Array<CIMServerDescription> lookup (const SLPClientOptions* options = NULL)
Lookup all WBEM servers
[more]Array<CIMServerDescription> lookup (const Array<Attribute> & criteria, const SLPClientOptions* options = NULL)
Lookup specific WBEM servers

o CIMServerDiscovery()
Constructor for a CIMServerDiscovery object

o ~CIMServerDiscovery()
Destructor for a CIMServerDiscovery object

oArray<CIMServerDescription> lookup(const SLPClientOptions* options = NULL)
Lookup all WBEM servers
Returns:
the return value is an array of connection descriptions.

oArray<CIMServerDescription> lookup(const Array<Attribute> & criteria, const SLPClientOptions* options = NULL)
Lookup specific WBEM servers
Parameters:
criteria - Criteria for specifing which CIM Servers to lookup.
Returns:
the return value is array of connection descriptions.


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java