Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.cli
Interface Context

All Known Implementing Classes:
ContextImpl

public interface Context

Context.

Since:
5.2
Author:
Tristan Tarrant

Method Summary
 void disconnect()
           
 void error(String s)
           
 void error(Throwable t)
           
 void execute()
           
 void execute(CommandBuffer commandBuffer)
           
 CommandBuffer getCommandBuffer()
           
 CommandRegistry getCommandRegistry()
           
 Connection getConnection()
           
 IOAdapter getOutputAdapter()
           
 String getProperty(String key)
           
 boolean isConnected()
           
 boolean isQuitting()
           
 void println(String s)
           
 void refreshProperties()
           
 void setConnection(Connection connection)
           
 void setOutputAdapter(IOAdapter outputAdapter)
           
 void setProperty(String key, String value)
           
 void setQuitting(boolean quitting)
           
 

Method Detail

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)

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.