public interface ClientInstanceManager
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_BEAN_NAME |
Modifier and Type | Method and Description |
---|---|
void |
closeAllClients() |
void |
closeClient(String templateId) |
ClientInterface |
getClientInterface(String templateId) |
void |
registerClient(String templateId,
ClientInterface client) |
static final String DEFAULT_BEAN_NAME
void registerClient(String templateId, ClientInterface client)
ClientInterface getClientInterface(String templateId)
void closeClient(String templateId) throws IOException
IOException
void closeAllClients() throws IOException
IOException
Copyright © 2006–2018 TinyGroup. All rights reserved.