org.infinispan.cli
Interface Context
- All Known Implementing Classes:
- ContextImpl
public interface Context
Context.
- Since:
- 5.2
- Author:
- Tristan Tarrant
isConnected
boolean isConnected()
isQuitting
boolean isQuitting()
setQuitting
void setQuitting(boolean quitting)
setProperty
void setProperty(String key,
String value)
getProperty
String getProperty(String key)
println
void println(String s)
getConnection
Connection getConnection()
setConnection
void setConnection(Connection connection)
disconnect
void disconnect()
error
void error(String s)
error
void error(Throwable t)
refreshProperties
void refreshProperties()
getCommandBuffer
CommandBuffer getCommandBuffer()
getCommandRegistry
CommandRegistry getCommandRegistry()
getOutputAdapter
IOAdapter getOutputAdapter()
setOutputAdapter
void setOutputAdapter(IOAdapter outputAdapter)
execute
void execute()
execute
void execute(CommandBuffer commandBuffer)
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.