}
};
constructors[ADD_ENTRY_LISTENER_SQL] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {
return new MapAddEntryListenerSqlRequest();
}
};
constructors[GET_ENTRY_VIEW] = new ConstructorFunction<Integer, Portable>() {