📄 _ejsremotecmpusers_789ae0b4_tie.java
字号:
// Tie class generated by rmic, do not edit.
// Contents subject to change without notice.
package com.leeman.wkexs.master.users.dao;
import java.io.Serializable;
import java.rmi.Remote;
import java.rmi.RemoteException;
import java.util.Date;
import javax.ejb.EJBHome;
import javax.ejb.EJBObject;
import javax.ejb.Handle;
import javax.ejb.RemoveException;
import javax.rmi.CORBA.Util;
import org.omg.CORBA.BAD_OPERATION;
import org.omg.CORBA.SystemException;
import org.omg.CORBA.portable.UnknownException;
public class _EJSRemoteCMPUsers_789ae0b4_Tie extends org.omg.CORBA_2_3.portable.ObjectImpl implements javax.rmi.CORBA.Tie {
private EJSRemoteCMPUsers_789ae0b4 target = null;
private org.omg.CORBA.ORB orb = null;
private static final String[] _type_ids = {
"RMI:com.leeman.wkexs.master.users.dao.Users:0000000000000000",
"RMI:javax.ejb.EJBObject:0000000000000000",
"RMI:com.ibm.websphere.csi.CSIServant:0000000000000000",
"RMI:com.ibm.websphere.csi.TransactionalObject:0000000000000000"
};
public void setTarget(java.rmi.Remote target) {
this.target = (EJSRemoteCMPUsers_789ae0b4) target;
}
public java.rmi.Remote getTarget() {
return target;
}
public org.omg.CORBA.Object thisObject() {
return this;
}
public void deactivate() {
if (orb != null) {
orb.disconnect(this);
_set_delegate(null);
}
}
public org.omg.CORBA.ORB orb() {
return _orb();
}
public void orb(org.omg.CORBA.ORB orb) {
orb.connect(this);
}
public void _set_delegate(org.omg.CORBA.portable.Delegate del) {
super._set_delegate(del);
if (del != null)
orb = _orb();
else
orb = null;
}
public String[] _ids() {
return _type_ids;
}
public org.omg.CORBA.portable.OutputStream _invoke(String method, org.omg.CORBA.portable.InputStream _in, org.omg.CORBA.portable.ResponseHandler reply) throws org.omg.CORBA.SystemException {
try {
org.omg.CORBA_2_3.portable.InputStream in =
(org.omg.CORBA_2_3.portable.InputStream) _in;
switch (method.hashCode()) {
case -2011540107:
if (method.equals("_get_fax")) {
return _get_fax(in, reply);
}
case -1777131973:
if (method.equals("_get_last_modify_by")) {
return _get_last_modify_by(in, reply);
}
case -1729739195:
if (method.equals("_set_position")) {
return _set_position(in, reply);
}
case -1550521068:
if (method.equals("_get_EJBHome")) {
return _get_EJBHome(in, reply);
}
case -1260558409:
if (method.equals("_set_password")) {
return _set_password(in, reply);
}
case -1011244123:
if (method.equals("_get_primaryKey")) {
return _get_primaryKey(in, reply);
}
case -934610812:
if (method.equals("remove")) {
return remove(in, reply);
}
case -910000444:
if (method.equals("_get_create_dttm")) {
return _get_create_dttm(in, reply);
}
case -857098321:
if (method.equals("_set_last_modify_by")) {
return _set_last_modify_by(in, reply);
}
case -612121822:
if (method.equals("_set_active")) {
return _set_active(in, reply);
}
case -569961472:
if (method.equals("_set_email")) {
return _set_email(in, reply);
}
case -355344396:
if (method.equals("_get_email")) {
return _get_email(in, reply);
}
case -37997701:
if (method.equals("_set_approval_password")) {
return _set_approval_password(in, reply);
}
case 752080:
if (method.equals("_set_create_dttm")) {
return _set_create_dttm(in, reply);
}
case 48569473:
if (method.equals("_set_fax")) {
return _set_fax(in, reply);
}
case 329778898:
if (method.equals("_get_create_by")) {
return _get_create_by(in, reply);
}
case 514612316:
if (method.equals("_get_telephone")) {
return _get_telephone(in, reply);
}
case 742773992:
if (method.equals("_set_role_id")) {
return _set_role_id(in, reply);
}
case 831353820:
if (method.equals("_get_role_id")) {
return _get_role_id(in, reply);
}
case 920473785:
if (method.equals("_set_dept_id")) {
return _set_dept_id(in, reply);
}
case 962292833:
if (method.equals("_set_last_modify_dttm")) {
return _set_last_modify_dttm(in, reply);
}
case 1009053613:
if (method.equals("_get_dept_id")) {
return _get_dept_id(in, reply);
}
case 1016235473:
if (method.equals("_get_position")) {
return _get_position(in, reply);
}
case 1103910110:
if (method.equals("_set_create_by")) {
return _set_create_by(in, reply);
}
case 1264756395:
if (method.equals("isIdentical")) {
return isIdentical(in, reply);
}
case 1288743528:
if (method.equals("_set_telephone")) {
return _set_telephone(in, reply);
}
case 1485416259:
if (method.equals("_get_password")) {
return _get_password(in, reply);
}
case 1505891751:
if (method.equals("_set_name")) {
return _set_name(in, reply);
}
case 1573216237:
if (method.equals("_get_last_modify_dttm")) {
return _get_last_modify_dttm(in, reply);
}
case 1720758639:
if (method.equals("_get_approval_password")) {
return _get_approval_password(in, reply);
}
case 1746040238:
if (method.equals("_get_active")) {
return _get_active(in, reply);
}
case 1944413392:
if (method.equals("_get_handle")) {
return _get_handle(in, reply);
}
case 2067004211:
if (method.equals("_get_name")) {
return _get_name(in, reply);
}
}
throw new BAD_OPERATION();
} catch (SystemException ex) {
throw ex;
} catch (Throwable ex) {
throw new UnknownException(ex);
}
}
private org.omg.CORBA.portable.OutputStream _get_EJBHome(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
EJBHome result = target.getEJBHome();
org.omg.CORBA.portable.OutputStream out = reply.createReply();
Util.writeRemoteObject(out,result);
return out;
}
private org.omg.CORBA.portable.OutputStream _get_primaryKey(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
Object result = target.getPrimaryKey();
org.omg.CORBA.portable.OutputStream out = reply.createReply();
Util.writeAny(out,result);
return out;
}
private org.omg.CORBA.portable.OutputStream remove(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
try {
target.remove();
} catch (RemoveException ex) {
String id = "IDL:javax/ejb/RemoveEx:1.0";
org.omg.CORBA_2_3.portable.OutputStream out =
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -