com.atlassian.bamboo.shell
Class ShellSessionManager

java.lang.Object
  extended by com.atlassian.bamboo.shell.ShellSessionManager
Direct Known Subclasses:
RemoteAgentShellSessionManager

public abstract class ShellSessionManager
extends Object


Constructor Summary
protected ShellSessionManager(ExpiryTicker expiryTicker)
           
 
Method Summary
 ShellSession getSession(long sessionId)
           
protected abstract  ShellSession newShellSession(long sessionId)
           
 void removeSession(long sessionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellSessionManager

protected ShellSessionManager(ExpiryTicker expiryTicker)
Method Detail

newShellSession

protected abstract ShellSession newShellSession(long sessionId)

getSession

public ShellSession getSession(long sessionId)

removeSession

public void removeSession(long sessionId)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.