doStopInstance() Purpose This method stops a repository instance being served by the monitored repository server. The method sends a notification that the instance has been stopped to TIBCO Hawk. Its return value will list the names of clients who are connected to any instances of this server. Exceptions The method throws exceptions: • If the instance name is not specified or the specified named instance does not exist in the server. • If there are any nodes locked by connected clients. Type Open, Synchronous, METHOD_TYPE_ACTION_INFO Parameters Name Description Instance name Name of the instance you are interested in. If the instance name is not specified or the specified named instance does not exist in the server, this method will throws an exception. ReleaseInstanceLock This parameter determines whether the method removes the lock on this instance when the instance on this server is stopped. If the parameter is set to true, this method stops the repository instance and release its instance lock. When the parameter is set to false, the instance lock will remain even after the instance is stopped, which encourages this instance to be served by a server of the same name in the future. Returns Name Description Client Name of the clients currently connected to the specified instance. Type Type of the client, either Read-only or Read-write. Instance Name of the instance to which this client is connecting.