public class RestConnectorLoader extends Object implements ConnectorLoader
| Constructor and Description |
|---|
RestConnectorLoader() |
| Modifier and Type | Method and Description |
|---|---|
<T extends RemoteConnector> |
createConnector(NodeInformation nodeInformation,
Class<T> operationInterface) |
String |
getCachingKey(NodeInformation nodeInformation,
Class<? extends RemoteConnector> operationInterface) |
String |
getConnectorType() |
boolean |
isReusable() |
int |
priority() |
void |
shutdown() |
public String getConnectorType()
getConnectorType in interface ConnectorLoaderpublic boolean isReusable()
isReusable in interface ConnectorLoaderpublic int priority()
priority in interface ConnectorLoaderpublic String getCachingKey(NodeInformation nodeInformation, Class<? extends RemoteConnector> operationInterface)
getCachingKey in interface ConnectorLoaderpublic <T extends RemoteConnector> T createConnector(NodeInformation nodeInformation, Class<T> operationInterface) throws RemoteException
createConnector in interface ConnectorLoaderRemoteExceptionpublic void shutdown()
shutdown in interface ConnectorLoaderCopyright © 2015. All rights reserved.