Basic HTML version of Foils prepared May 19 99

Foil 20 Deployment Descriptor

From Enterprise Javabeans Basic Information Track Computational Science Course CPS616 -- Spring Semester 1999. by Nancy McCracken


1 Class SessionDescriptor
2 public class javax.ejb.deployment.SessionDescriptor
3 extends javax.ejb.deployment.DeploymentDescriptor
4 {
5 public final static int STATEFUL_SESSION;
6 public final static int
7 STATELESS_SESSION;
8 public SessionDescriptor();
9 public int getSessionTimeout();
10 public int getStateManagementType();
11 public void setSessionTimeout(int value);
12 public void setStateManagementType(int value);
13 }

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Mon Jul 5 1999