Package com.atlassian.bamboo.shell
Class RemoteAgentShellSessionManager
- java.lang.Object
-
- com.atlassian.bamboo.shell.ShellSessionManager
-
- com.atlassian.bamboo.shell.RemoteAgentShellSessionManager
-
public class RemoteAgentShellSessionManager extends ShellSessionManager
-
-
Constructor Summary
Constructors Constructor Description RemoteAgentShellSessionManager(JmsTemplateMessageSender jmsTemplateMessageSender, ExpiryTicker expiryTicker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ShellSession
newShellSession(long sessionId)
-
Methods inherited from class com.atlassian.bamboo.shell.ShellSessionManager
getSession, removeSession
-
-
-
-
Constructor Detail
-
RemoteAgentShellSessionManager
public RemoteAgentShellSessionManager(JmsTemplateMessageSender jmsTemplateMessageSender, ExpiryTicker expiryTicker)
-
-
Method Detail
-
newShellSession
protected ShellSession newShellSession(long sessionId)
- Specified by:
newShellSession
in classShellSessionManager
-
-