public class AgentSessionManager extends Object
Constructor and Description |
---|
AgentSessionManager() |
Modifier and Type | Method and Description |
---|---|
Host |
getHost(String sessionId) |
String |
getSessionId(Long hostId) |
boolean |
isRegistered(String sessionId) |
void |
register(String sessionId,
Host host) |
void |
unregisterByHost(Long hostId) |
public boolean isRegistered(String sessionId)
public Host getHost(String sessionId) throws HostNotRegisteredException
HostNotRegisteredException
public String getSessionId(Long hostId) throws HostNotRegisteredException
HostNotRegisteredException
public void unregisterByHost(Long hostId)
Copyright © 2022 Apache Software Foundation. All rights reserved.