|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Context in org.infinispan.cli.commands |
---|
Methods in org.infinispan.cli.commands with parameters of type Context | |
---|---|
void |
Command.complete(Context context,
ProcessedCommand procCmd,
List<String> candidates)
|
void |
AbstractCommand.complete(Context context,
ProcessedCommand procCmd,
List<String> candidates)
|
void |
Command.execute(Context context,
ProcessedCommand commandLine)
|
boolean |
Command.isAvailable(Context context)
|
Uses of Context in org.infinispan.cli.commands.client |
---|
Methods in org.infinispan.cli.commands.client with parameters of type Context | |
---|---|
void |
Help.complete(Context context,
ProcessedCommand procCmd,
List<String> candidates)
|
void |
Container.complete(Context context,
ProcessedCommand procCmd,
List<String> candidates)
|
void |
Disconnect.execute(Context context,
ProcessedCommand commandLine)
|
void |
Help.execute(Context context,
ProcessedCommand commandLine)
|
void |
Quit.execute(Context context,
ProcessedCommand commandLine)
|
void |
Container.execute(Context context,
ProcessedCommand commandLine)
|
void |
Connect.execute(Context context,
ProcessedCommand commandLine)
|
boolean |
Disconnect.isAvailable(Context context)
|
boolean |
Help.isAvailable(Context context)
|
boolean |
Quit.isAvailable(Context context)
|
boolean |
Container.isAvailable(Context context)
|
boolean |
Connect.isAvailable(Context context)
|
Uses of Context in org.infinispan.cli.commands.server |
---|
Methods in org.infinispan.cli.commands.server with parameters of type Context | |
---|---|
void |
Create.complete(Context context,
ProcessedCommand procCmd,
List<String> candidates)
|
void |
Cache.complete(Context context,
ProcessedCommand procCmd,
List<String> candidates)
|
void |
Upgrade.complete(Context context,
ProcessedCommand procCmd,
List<String> candidates)
|
void |
Info.complete(Context context,
ProcessedCommand procCmd,
List<String> candidates)
|
void |
Site.complete(Context context,
ProcessedCommand procCmd,
List<String> candidates)
|
void |
Stats.complete(Context context,
ProcessedCommand procCmd,
List<String> candidates)
|
void |
Ping.execute(Context context,
ProcessedCommand commandLine)
|
void |
AbstractServerCommand.execute(Context context,
ProcessedCommand commandLine)
|
void |
Version.execute(Context context,
ProcessedCommand commandLine)
|
boolean |
Ping.isAvailable(Context context)
|
boolean |
AbstractServerCommand.isAvailable(Context context)
|
boolean |
Version.isAvailable(Context context)
|
Uses of Context in org.infinispan.cli.connection |
---|
Methods in org.infinispan.cli.connection with parameters of type Context | |
---|---|
void |
Connection.connect(Context context,
String credentials)
|
void |
Connection.execute(Context context,
CommandBuffer commandBuffer)
|
Uses of Context in org.infinispan.cli.connection.jmx |
---|
Methods in org.infinispan.cli.connection.jmx with parameters of type Context | |
---|---|
void |
JMXConnection.connect(Context context,
String credentials)
|
void |
JMXConnection.execute(Context context,
CommandBuffer commandBuffer)
|
Uses of Context in org.infinispan.cli.impl |
---|
Classes in org.infinispan.cli.impl that implement Context | |
---|---|
class |
ContextImpl
ContextImpl. |
Uses of Context in org.infinispan.cli.shell |
---|
Methods in org.infinispan.cli.shell that return Context | |
---|---|
Context |
ShellImpl.getContext()
|
Context |
Shell.getContext()
|
Constructors in org.infinispan.cli.shell with parameters of type Context | |
---|---|
Completer(Context context)
|
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |