📄 iiopdown.java
字号:
public Collection findAllTaskchannel(int m_debug_no) throws RemoteException {
try {
return this.m_FSessionEjb.findAllTaskchannel(m_debug_no);
}
catch (java.rmi.RemoteException m_RemoteException) {
CFunction.writeLog("findAllTaskchannel In IIopDown Error #1",
m_RemoteException);
throw new RemoteException();
}
}
public pbs.service.valueobject.taskchannel findTaskchannelByTaskchannelId(int
m_debug_no, long m_TaskchannelId) throws RemoteException {
try {
return this.m_FSessionEjb.findTaskchannelByTaskchannelId(m_debug_no,
m_TaskchannelId);
}
catch (java.rmi.RemoteException m_RemoteException) {
CFunction.writeLog("findTaskchannelByTaskchannelId In IIopDown Error #1",
m_RemoteException);
throw new RemoteException();
}
}
public java.util.Collection findAllComputer() throws RemoteException {
try {
return this.m_FSessionEjb.findAllComputer();
}
catch (java.rmi.RemoteException m_RemoteException) {
CFunction.writeLog("findAllComputer In IIopDown Error #1",
m_RemoteException);
throw new RemoteException();
}
}
public Collection findAllArea() throws RemoteException {
try {
return this.m_FSessionEjb.findAllArea();
}
catch (java.rmi.RemoteException m_RemoteException) {
CFunction.writeLog("findAllArea In IIopDown Error #1", m_RemoteException);
throw new RemoteException();
}
}
public Collection findAllProtocol() throws RemoteException {
try {
return this.m_FSessionEjb.findAllProtocol();
}
catch (java.rmi.RemoteException m_RemoteException) {
CFunction.writeLog("findAllProtocol In IIopDown Error #1",
m_RemoteException);
throw new RemoteException();
}
}
public Collection findAllSampleEventType() throws RemoteException {
try {
return this.m_FSessionEjb.findAllSampleEventType();
}
catch (java.rmi.RemoteException m_RemoteException) {
CFunction.writeLog("findAllSampleEventType In IIopDown Error #1",
m_RemoteException);
throw new RemoteException();
}
}
public Collection findFactoriesByAreaId(long areaId) throws RemoteException {
try {
return this.m_FSessionEjb.findFactoriesByAreaId(areaId);
}
catch (java.rmi.RemoteException m_RemoteException) {
CFunction.writeLog("findFactoriesByAreaId In IIopDown Error #1",
m_RemoteException);
throw new RemoteException();
}
}
public Collection findMetersByFactoryId(long factoryId) throws
RemoteException {
try {
return this.m_FSessionEjb.findMetersByFactoryId(factoryId);
}
catch (java.rmi.RemoteException m_RemoteException) {
CFunction.writeLog("findMetersByFactoryId In IIopDown Error #1",
m_RemoteException);
throw new RemoteException();
}
}
public Collection findPulsesByMeterId(long meterId) throws RemoteException {
try {
return this.m_FSessionEjb.findPulsesByMeterId(meterId);
}
catch (java.rmi.RemoteException m_RemoteException) {
CFunction.writeLog("findPulsesByMeterId In IIopDown Error #1",
m_RemoteException);
throw new RemoteException();
}
}
public factory findFactoryByFactoryId(long factoryId) throws RemoteException {
try {
return this.m_FSessionEjb.findFactoryByFactoryId(factoryId);
}
catch (java.rmi.RemoteException m_RemoteException) {
CFunction.writeLog("findFactoryByFactoryId In IIopDown Error #1",
m_RemoteException);
throw new RemoteException();
}
}
public meter findMeterByMeterId(long meterId) throws RemoteException {
try {
return this.m_FSessionEjb.findMeterByMeterId(meterId);
}
catch (java.rmi.RemoteException m_RemoteException) {
CFunction.writeLog("findMeterByMeterId In IIopDown Error #1",
m_RemoteException);
throw new RemoteException();
}
}
public pulse findPulseByPulseId(long pulseId) throws RemoteException {
try {
return this.m_FSessionEjb.findPulseByPulseId(pulseId);
}
catch (java.rmi.RemoteException m_RemoteException) {
CFunction.writeLog("findPulseByPulseId In IIopDown Error #1",
m_RemoteException);
throw new RemoteException();
}
}
public Collection findFactoriesByArea(area areaV) throws RemoteException {
try {
return this.m_FSessionEjb.findFactoriesByArea(areaV);
}
catch (java.rmi.RemoteException m_RemoteException) {
CFunction.writeLog("findFactoriesByArea In IIopDown Error #1",
m_RemoteException);
throw new RemoteException();
}
}
public Collection findMetersByFactory(factory factoryV) throws
RemoteException {
try {
return this.m_FSessionEjb.findMetersByFactory(factoryV);
}
catch (java.rmi.RemoteException m_RemoteException) {
CFunction.writeLog("findMetersByFactory In IIopDown Error #1",
m_RemoteException);
throw new RemoteException();
}
}
public Collection findPulsesByMeter(meter meterV) throws RemoteException {
try {
return this.m_FSessionEjb.findPulsesByMeter(meterV);
}
catch (java.rmi.RemoteException m_RemoteException) {
CFunction.writeLog("findPulsesByMeter In IIopDown Error #1",
m_RemoteException);
throw new RemoteException();
}
}
public Collection findYcsByMeter(meter meterV) throws RemoteException {
try {
return this.m_FSessionEjb.findYcsByMeter(meterV);
}
catch (java.rmi.RemoteException m_RemoteException) {
CFunction.writeLog("findYcsByMeter In IIopDown Error #1",
m_RemoteException);
throw new RemoteException();
}
}
public Collection findYcsByFactory(factory factoryV) throws RemoteException {
try {
return this.m_FSessionEjb.findYcsByFactory(factoryV);
}
catch (java.rmi.RemoteException m_RemoteException) {
throw new RemoteException();
}
}
public pbs.service.valueobject.yc findYcByYcId(long ycId) throws
RemoteException {
try {
return this.m_FSessionEjb.findYcByYcId(ycId);
}
catch (java.rmi.RemoteException m_RemoteException) {
throw new RemoteException();
}
}
public pbs.service.valueobject.user_define verifyUser(java.lang.String
userName, java.lang.String passwd) throws RemoteException {
try {
return this.m_FSessionEjb.verifyUser(userName, passwd);
}
catch (java.rmi.RemoteException m_RemoteException) {
throw new RemoteException();
}
}
public pbs.service.valueobject.user_define findUserByUserName(java.lang.
String userName) throws RemoteException {
try {
return this.m_FSessionEjb.findUserByUserName(userName);
}
catch (java.rmi.RemoteException m_RemoteException) {
throw new RemoteException();
}
}
public pbs.service.valueobject.user_define findUserByUserId(long userId) throws
RemoteException {
try {
return this.m_FSessionEjb.findUserByUserId(userId);
}
catch (java.rmi.RemoteException m_RemoteException) {
CFunction.writeLog("findUserByUserId In IIopDown Error #1",
m_RemoteException);
throw new RemoteException();
}
}
public pbs.service.valueobject.user_group findUserGroupById(long group_id) throws
RemoteException {
try {
return this.m_FSessionEjb.findUserGroupById(group_id);
}
catch (java.rmi.RemoteException m_RemoteException) {
CFunction.writeLog("findUserGroupById In IIopDown Error #1",
m_RemoteException);
throw new RemoteException();
}
}
public java.util.Collection findAllUserGroup() throws RemoteException {
try {
return this.m_FSessionEjb.findAllUserGroup();
}
catch (java.rmi.RemoteException m_RemoteException) {
CFunction.writeLog("findAllUserGroup In IIopDown Error #1",
m_RemoteException);
throw new RemoteException();
}
}
public java.util.Collection findAllFactory() throws RemoteException {
try {
return this.m_FSessionEjb.findAllFactory();
}
catch (java.rmi.RemoteException m_RemoteException) {
CFunction.writeLog("findAllFactory In IIopDown Error #1",
m_RemoteException);
throw new RemoteException();
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -