myLog.warn ("close - session has not been initialised");
return false;
}
else {
try {
UnbindResp response = getSession ().unbind();
if (response != null) {
myLog.debug ("close - response: {}", response.debugString ());
}
return true;
}
catch (ValueNotSetException exc) {
myLog.error ("close - value not set", exc);