home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual Thematic 7: Programming
/
CDAT7.iso
/
Share
/
Java
/
JDesignerPro
/
Jdp3_0.exe
/
data1.cab
/
Program_Files
/
javax
/
ejb
/
SessionBean.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1999-04-09
|
417 b
|
14 lines
package javax.ejb;
import java.rmi.RemoteException;
public interface SessionBean extends EnterpriseBean {
void setSessionContext(SessionContext var1) throws RemoteException;
void ejbRemove() throws RemoteException;
void ejbActivate() throws RemoteException;
void ejbPassivate() throws RemoteException;
}