sessionstateful.java

来自「jboss4 + Mysql +ejb3.0 EJB3 简单例子」· Java 代码 · 共 46 行

JAVA
46
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?