getConnectedClients() Purpose This method returns a list of names clients connected to the specified instance. If the instance name is not specified, it searches all the clients of all the instances that this server is serving. If the specified instance is not found in the server, then the server will throw an exception. Type Open, Synchronous, IMPACT_INFO Parameters Name Description Instance name Name of the instance you are interested in. If it is not specified, this method searches all the instances of this server. Returns Name Description Client Name of the clients currently connected to the specified instance. Type Type of client, either read-only or read-write. Instance Name of the instance to which this client is connecting.