}
};
constructors[IS_LOCKED] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {
return new MapIsLockedRequest();
}
};
constructors[UNLOCK] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {