public interface Connection extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
connect(String credentials) |
void |
execute(Context context,
CommandBuffer commandBuffer) |
String |
getActiveCache() |
String |
getActiveContainer() |
Collection<String> |
getAvailableCaches() |
Collection<String> |
getAvailableContainers() |
boolean |
isConnected() |
boolean |
needsCredentials() |
void |
setActiveContainer(String name) |
boolean needsCredentials()
void execute(Context context, CommandBuffer commandBuffer)
String getActiveCache()
String getActiveContainer()
Collection<String> getAvailableCaches()
Collection<String> getAvailableContainers()
boolean isConnected()
void setActiveContainer(String name)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.