com.hazelcast.management
Class ConsoleCommandHandler

java.lang.Object
  extended by com.hazelcast.management.ConsoleCommandHandler

public class ConsoleCommandHandler
extends Object

Handler class for console commands that sent from Console application which located in Management Center.


Constructor Summary
ConsoleCommandHandler(HazelcastInstance instance)
           
 
Method Summary
 String handleCommand(String command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleCommandHandler

public ConsoleCommandHandler(HazelcastInstance instance)
Method Detail

handleCommand

public String handleCommand(String command)
                     throws InterruptedException
Throws:
InterruptedException


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.