}
//CHECKSTYLE:OFF
@Override
public PortableFactory createFactory() {
return new PortableFactory() {
private final ConstructorFunction<Integer, Portable> constructors[] = new ConstructorFunction[LENGTH];
{
constructors[CLIENT_JOB_PROCESS_INFO_REQUEST] = new ConstructorFunction<Integer, Portable>() {
@Override