| Constructor and Description |
|---|
CoarseSessions(Map<D,String> sessions,
Mutator mutator) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSession(D deployment,
String id) |
Set<D> |
getDeployments() |
String |
getSession(D deployment) |
void |
removeSession(D deployment) |
public Set<D> getDeployments()
getDeployments in interface Sessions<D>public String getSession(D deployment)
getSession in interface Sessions<D>public void removeSession(D deployment)
removeSession in interface Sessions<D>public void addSession(D deployment, String id)
addSession in interface Sessions<D>Copyright © 2015 JBoss by Red Hat. All rights reserved.