public class DefaultClientInstanceManager extends Object implements ClientInstanceManager
DEFAULT_BEAN_NAME
Constructor and Description |
---|
DefaultClientInstanceManager() |
Modifier and Type | Method and Description |
---|---|
void |
closeAllClients() |
void |
closeClient(String templateId) |
ClientInterface |
getClientInterface(String templateId) |
void |
registerClient(String templateId,
ClientInterface client) |
public void registerClient(String templateId, ClientInterface client)
registerClient
in interface ClientInstanceManager
public void closeClient(String templateId) throws IOException
closeClient
in interface ClientInstanceManager
IOException
public void closeAllClients() throws IOException
closeAllClients
in interface ClientInstanceManager
IOException
public ClientInterface getClientInterface(String templateId)
getClientInterface
in interface ClientInstanceManager
Copyright © 2006–2018 TinyGroup. All rights reserved.