org.infinispan.cli.commands.server
Class AbstractServerCommand
java.lang.Object
org.infinispan.cli.commands.AbstractCommand
org.infinispan.cli.commands.server.AbstractServerCommand
- All Implemented Interfaces:
- Command, ServerCommand
- Direct Known Subclasses:
- Abort, Begin, Cache, Clear, Commit, Create, Encoding, End, Evict, Get, Info, Locate, Ping, Put, Remove, Replace, Rollback, Site, Start, Stats, Upgrade, Version
public abstract class AbstractServerCommand
- extends AbstractCommand
- implements ServerCommand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractServerCommand
public AbstractServerCommand()
isAvailable
public boolean isAvailable(Context context)
- Specified by:
isAvailable
in interface Command
execute
public void execute(Context context,
ProcessedCommand commandLine)
- Specified by:
execute
in interface Command
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.