All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.env.control.PacSM_UniqueSession

java.lang.Object
   |
   +----ncsa.env.control.PacSessionManager
           |
           +----ncsa.env.control.PacSM_UniqueSession

public class PacSM_UniqueSession
extends PacSessionManager

Constructor Index

 o PacSM_UniqueSession(int, boolean, String, String, String)
Constructor the parameters come from the command line options when the client is run

Method Index

 o addTemplate(InfoSession, int)
Method Called by PacSession to add a new session in the list
 o parseTemplate()
 o removeSession(PacSession)
Method Called by PacSession to remove a session in the list the Workplace launchable config called exit of the environment
 o removeTemp(PacSession)
Method Called by PacTemplate to remove a Template in the list
 o saveTemplate(InfoSession)

Constructors

 o PacSM_UniqueSession
 public PacSM_UniqueSession(int listen,
                            boolean url,
                            String location,
                            String lang,
                            String launch) throws Exception
Constructor the parameters come from the command line options when the client is run

Methods

 o removeSession
 public void removeSession(PacSession session)
Method Called by PacSession to remove a session in the list the Workplace launchable config called exit of the environment

Overrides:
removeSession in class PacSessionManager
 o addTemplate
 public void addTemplate(InfoSession is,
                         int index)
Method Called by PacSession to add a new session in the list

Overrides:
addTemplate in class PacSessionManager
 o removeTemp
 public void removeTemp(PacSession pacT)
Method Called by PacTemplate to remove a Template in the list

Overrides:
removeTemp in class PacSessionManager
 o parseTemplate
 protected void parseTemplate()
Overrides:
parseTemplate in class PacSessionManager
 o saveTemplate
 public void saveTemplate(InfoSession is)
Overrides:
saveTemplate in class PacSessionManager

All Packages  Class Hierarchy  This Package  Previous  Next  Index