org.gwe.app.client
Class SessionsRepository
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<HeadResourceInfo,Session4ClientAPIEnhancer>
org.gwe.app.client.SessionsRepository
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<HeadResourceInfo,Session4ClientAPIEnhancer>
public class SessionsRepository
- extends java.util.HashMap<HeadResourceInfo,Session4ClientAPIEnhancer>
- Since:
- Dec 16, 2008
- Author:
- Marco Ruiz
- See Also:
- Serialized Form
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
SessionsRepository
public SessionsRepository(ClientConfig config)
setTracker
public void setTracker(ProgressTracker tracker)
getSession
public Session4ClientAPIEnhancer getSession(HeadResourceInfo daemonInfo)
throws InstallerException,
ServerAPIConnectionException
- Throws:
InstallerException
ServerAPIConnectionException
getSession
public Session4ClientAPIEnhancer getSession(HeadResourceInfo daemonInfo,
boolean installDaemonIfNeeded)
throws InstallerException,
ServerAPIConnectionException
- Throws:
InstallerException
ServerAPIConnectionException
getSession
public Session4ClientAPIEnhancer getSession(HeadResourceInfo daemonInfo,
boolean installDaemonIfNeeded,
BundleType bundleType)
throws InstallerException,
ServerAPIConnectionException
- Throws:
InstallerException
ServerAPIConnectionException
Copyright © 2007-2009. All Rights Reserved.