⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sessionstateful.java

📁 jboss4 + Mysql +ejb3.0 EJB3 简单例子
💻 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 + -