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 ConnectorLoader
public boolean isReusable()
isReusable
in interface ConnectorLoader
public int priority()
priority
in interface ConnectorLoader
public String getCachingKey(NodeInformation nodeInformation, Class<? extends RemoteConnector> operationInterface)
getCachingKey
in interface ConnectorLoader
public <T extends RemoteConnector> T createConnector(NodeInformation nodeInformation, Class<T> operationInterface) throws RemoteException
createConnector
in interface ConnectorLoader
RemoteException
public void shutdown()
shutdown
in interface ConnectorLoader
Copyright © 2015. All rights reserved.