if (manager == null) { // fallback if raw access failed
// Process the callback queue of each loaded client (we won't find transient clients with positive session id and not yet re-connected)
SessionInfo[] arr = authenticate.getSessionInfoArr();
for (int i=0; i<arr.length; i++) {
SessionInfo sessionInfo = arr[i];
I_Queue callbackQueue = sessionInfo.getSessionQueue();
if (callbackQueue != null) {
callbackQueue.getEntries(new I_EntryFilter() {
public I_Entry intercept(I_Entry ent, I_Storage storage) {
try {
ReferenceEntry callbackEntry = (ReferenceEntry)ent;