case EntryResponseCommand.COMMAND_ID:
EntryResponseCommand entryResponseCommand = (EntryResponseCommand) c;
entryResponseCommand.init(entryRetriever);
break;
case PartitionStateControlCommand.COMMAND_ID:
PartitionStateControlCommand stateControlCommand = (PartitionStateControlCommand) c;
stateControlCommand.init(partitionHandlingManager);
break;
case GetKeysInGroupCommand.COMMAND_ID:
GetKeysInGroupCommand getKeysInGroupCommand = (GetKeysInGroupCommand) c;
getKeysInGroupCommand.setGroupManager(groupManager);
break;