public abstract class ShellSessionManager extends Object
Modifier | Constructor and Description |
---|---|
protected |
ShellSessionManager(ExpiryTicker expiryTicker) |
Modifier and Type | Method and Description |
---|---|
ShellSession |
getSession(long sessionId) |
protected abstract ShellSession |
newShellSession(long sessionId) |
void |
removeSession(long sessionId) |
protected ShellSessionManager(ExpiryTicker expiryTicker)
protected abstract ShellSession newShellSession(long sessionId)
public ShellSession getSession(long sessionId)
public void removeSession(long sessionId)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.