📄 sessionstateful.java
字号:
// Decompiled by DJ v3.7.7.81 Copyright 2004 Atanas Neshkov Date: 2009-2-24 15:53:52
// Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version!
// Decompiler options: packimports(3)
// Source File Name: SessionStateful.java
package com.volcano.eruption.tsas.applet.obj.collect.sessionbeantest;
import com.volcano.eruption.tsas.applet.obj.collect.Mapping_VO;
import java.rmi.RemoteException;
import java.util.ArrayList;
import javax.ejb.EJBObject;
public interface SessionStateful
extends EJBObject
{
public abstract Mapping_VO getMapping_VO()
throws RemoteException;
public abstract ArrayList getSubUsageOfYanyeByPaihao(String s, String s1, String s2)
throws RemoteException;
public abstract String getString(String s, String s1)
throws RemoteException;
public abstract int getInt(String s, String s1)
throws RemoteException;
public abstract ArrayList getFormulaMarkEntity_VO(String s)
throws RemoteException;
public abstract ArrayList getRoleEachDayCount_VO(String s)
throws RemoteException;
public abstract int callProcedure(int i, int j, int k, String s)
throws RemoteException;
public abstract int getWorkDay(String s)
throws RemoteException;
public abstract ArrayList getRationDate(String s)
throws RemoteException;
public abstract ArrayList queryExecuteLeaf(String s)
throws RemoteException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -