doTerminateClient() Purpose This method disconnects the specified client from the repository instance This means immediate rollback of any uncommitted data of the specified client, and removal of the client entry in the instance. Exceptions If the client name is not specified, or the specified named client does not exist in the instance, this method will throw an exception. If the instance name is not specified or the specified named instance does not exist in the server, this method will throw an exception. Type Open, Synchronous, IMPACT_ACTION Parameters Name Description Client Name of client that you want to terminate. If it is not specified or specified named client does not exist in the instance, this method will throw an exception. Instance name Name of the instance from which you want to disconnect a the client. If it is not specified or specified named instance does not exist in the server, this method will throw an exception.