Java Pool Member Control
Problem this snippet solves: This Java application allows for the graceful shutdown of a pool member. As an added bonus it also allows you to query pools, pool members, pool member status, and enabl...
Published Mar 08, 2015
Version 1.0CodeCentral_194
Cirrus
Joined May 05, 2019
CodeCentral_194
Cirrus
Joined May 05, 2019
Russ_Baker_2113
Jul 16, 2015Nimbostratus
Thanks for the example, this really clears a lot up for me. However, there is a bug in the disableMember method. It is trying to query the member's status after it has disabled the memberSessionState which throws an error. I commented out that portion of the code, and it works fine.