incrementOutstandingRequests();
super.process(command); //To change body of overridden methods use File | Settings | File Templates.
} else {
try {
CougarObjectInput input = command.getInput();
Object eventPayload = input.readObject();
input.close();
if (eventPayload instanceof TerminateSubscription) {
connectedObjectManager.terminateSubscription(command.getSession(), (TerminateSubscription) eventPayload);
} else {