try {
org.omg.CORBA_2_3.portable.InputStream in = (org.omg.CORBA_2_3.portable.InputStream)_in;
switch (method.length()) {
case 10:
if (method.equals("_get_login")) {
Transporter result = target.getLogin();
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
}
case 12:
if (method.equals("executeQuery")) {
Transporter arg0 = readTransporter(in);
Transporter result = target.executeQuery(arg0);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
}
case 13:
if (method.equals("getDescriptor")) {
Transporter arg0 = readTransporter(in);
Transporter result = target.getDescriptor(arg0);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
}
case 14:
if (method.equals("processCommand")) {
Transporter arg0 = (Transporter)in.read_value(Transporter.class);
Transporter result = target.processCommand(arg0);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
out.write_value(result, Transporter.class);
return out;
}
case 16:
if (method.equals("beginTransaction")) {
Transporter result = target.beginTransaction();
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
}
case 17:
if (method.equals("commitTransaction")) {
Transporter result = target.commitTransaction();
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
} else if (method.equals("executeNamedQuery")) {
Transporter arg0 = readTransporter(in);
Transporter arg1 = readTransporter(in);
Transporter arg2 = readTransporter(in);
Transporter result = target.executeNamedQuery(arg0, arg1, arg2);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
}
case 18:
if (method.equals("cursoredStreamSize")) {
Transporter arg0 = readTransporter(in);
Transporter result = target.cursoredStreamSize(arg0);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
}
case 19:
if (method.equals("cursorSelectObjects")) {
Transporter arg0 = readTransporter(in);
Transporter result = target.cursorSelectObjects(arg0);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
} else if (method.equals("cursoredStreamClose")) {
Transporter arg0 = readTransporter(in);
Transporter result = target.cursoredStreamClose(arg0);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
} else if (method.equals("rollbackTransaction")) {
Transporter result = target.rollbackTransaction();
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
}
case 20:
if (method.equals("commitRootUnitOfWork")) {
Transporter arg0 = readTransporter(in);
Transporter result = target.commitRootUnitOfWork(arg0);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
} else if (method.equals("scrollableCursorLast")) {
Transporter arg0 = readTransporter(in);
Transporter result = target.scrollableCursorLast(arg0);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
} else if (method.equals("scrollableCursorSize")) {
Transporter arg0 = readTransporter(in);
Transporter result = target.scrollableCursorSize(arg0);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
}
case 21:
if (method.equals("scrollableCursorClose")) {
Transporter arg0 = readTransporter(in);
Transporter result = target.scrollableCursorClose(arg0);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
} else if (method.equals("scrollableCursorFirst")) {
Transporter arg0 = readTransporter(in);
Transporter result = target.scrollableCursorFirst(arg0);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
}
case 22:
if (method.equals("cursoredStreamNextPage")) {
Transporter arg0 = readTransporter(in);
int arg1 = in.read_long();
Transporter result = target.cursoredStreamNextPage(arg0, arg1);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
} else if (method.equals("getSequenceNumberNamed")) {
Transporter arg0 = readTransporter(in);
Transporter result = target.getSequenceNumberNamed(arg0);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
} else if (method.equals("scrollableCursorIsLast")) {
Transporter arg0 = readTransporter(in);
Transporter result = target.scrollableCursorIsLast(arg0);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
}
case 23:
if (method.equals("scrollableCursorIsFirst")) {
Transporter arg0 = readTransporter(in);
Transporter result = target.scrollableCursorIsFirst(arg0);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
}
case 24:
if (method.equals("scrollableCursorAbsolute")) {
Transporter arg0 = readTransporter(in);
int arg1 = in.read_long();
Transporter result = target.scrollableCursorAbsolute(arg0, arg1);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
} else if (method.equals("scrollableCursorRelative")) {
Transporter arg0 = readTransporter(in);
int arg1 = in.read_long();
Transporter result = target.scrollableCursorRelative(arg0, arg1);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
}
case 25:
if (method.equals("scrollableCursorAfterLast")) {
Transporter arg0 = readTransporter(in);
Transporter result = target.scrollableCursorAfterLast(arg0);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
}
case 26:
if (method.equals("scrollableCursorNextObject")) {
Transporter arg0 = readTransporter(in);
Transporter result = target.scrollableCursorNextObject(arg0);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
} else if (method.equals("getDefaultReadOnlyClasses")) {
Transporter result = target.getDefaultReadOnlyClasses();
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
}
case 27:
if (method.equals("scrollableCursorBeforeFirst")) {
Transporter arg0 = readTransporter(in);
Transporter result = target.scrollableCursorBeforeFirst(arg0);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
} else if (method.equals("scrollableCursorIsAfterLast")) {
Transporter arg0 = readTransporter(in);
Transporter result = target.scrollableCursorIsAfterLast(arg0);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
}
case 28:
if (method.equals("scrollableCursorCurrentIndex")) {
Transporter arg0 = readTransporter(in);
Transporter result = target.scrollableCursorCurrentIndex(arg0);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
}
case 29:
if (method.equals("scrollableCursorIsBeforeFirst")) {
Transporter arg0 = readTransporter(in);
Transporter result = target.scrollableCursorIsBeforeFirst(arg0);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
}
case 30:
if (method.equals("scrollableCursorPreviousObject")) {
Transporter arg0 = readTransporter(in);
Transporter result = target.scrollableCursorPreviousObject(arg0);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
}
case 36:
if (method.equals("instantiateRemoteValueHolderOnServer")) {
Transporter arg0 = readTransporter(in);
Transporter result = target.instantiateRemoteValueHolderOnServer(arg0);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
}
case 37:
if (method.equals("initializeIdentityMapsOnServerSession")) {
Transporter result = target.initializeIdentityMapsOnServerSession();
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)reply.createReply();
writeTransporter(result, out);
return out;
}
}