}
else if (methodName == MethodName.UNSUBSCRIBE) {
return new MsgQueueUnSubscribeEntry(glob, PriorityEnum.toPriorityEnum(priority), storageId,
new Timestamp(timestamp), sizeInBytes,
new UnSubscribeKey(glob, glob.getQueryKeyFactory().readObject(key)),
new UnSubscribeQos(glob, glob.getQueryQosFactory().readObject(qos)) );
}
else if (methodName == MethodName.ERASE) {
return new MsgQueueEraseEntry(glob, PriorityEnum.toPriorityEnum(priority), storageId,
new Timestamp(timestamp), sizeInBytes,