org.infinispan.cli.commands.client
Class Disconnect

java.lang.Object
  extended by org.infinispan.cli.commands.AbstractCommand
      extended by org.infinispan.cli.commands.client.Disconnect
All Implemented Interfaces:
Command

public class Disconnect
extends AbstractCommand


Constructor Summary
Disconnect()
           
 
Method Summary
 void execute(Context context, ProcessedCommand commandLine)
           
 String getName()
           
 boolean isAvailable(Context context)
           
 
Methods inherited from class org.infinispan.cli.commands.AbstractCommand
complete, getOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Disconnect

public Disconnect()
Method Detail

getName

public String getName()

isAvailable

public boolean isAvailable(Context context)

execute

public void execute(Context context,
                    ProcessedCommand commandLine)

-->

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