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
-
PacSM_UniqueSession(int, boolean, String, String, String)
- Constructor
the parameters come from the command line options when
the client is run
-
addTemplate(InfoSession, int)
- Method Called by PacSession to add a new session in the list
-
parseTemplate()
-
-
removeSession(PacSession)
- Method Called by PacSession to remove a session in the list
the Workplace launchable config called exit of the environment
-
removeTemp(PacSession)
- Method Called by PacTemplate to remove a Template in the list
-
saveTemplate(InfoSession)
-
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
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
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
removeTemp
public void removeTemp(PacSession pacT)
- Method Called by PacTemplate to remove a Template in the list
- Overrides:
- removeTemp in class PacSessionManager
parseTemplate
protected void parseTemplate()
- Overrides:
- parseTemplate in class PacSessionManager
saveTemplate
public void saveTemplate(InfoSession is)
- Overrides:
- saveTemplate in class PacSessionManager
All Packages Class Hierarchy This Package Previous Next Index