org.fusesource.fabric.boot.commands.support
Class EnsembleCommandSupport

java.lang.Object
  extended by org.apache.karaf.shell.console.AbstractAction
      extended by org.apache.karaf.shell.console.OsgiCommandSupport
          extended by org.fusesource.fabric.boot.commands.support.EnsembleCommandSupport
All Implemented Interfaces:
org.apache.felix.gogo.commands.Action, org.apache.karaf.shell.console.BundleContextAware
Direct Known Subclasses:
Create, EnsembleCreate

public abstract class EnsembleCommandSupport
extends org.apache.karaf.shell.console.OsgiCommandSupport


Field Summary
protected  ZooKeeperClusterService service
           
 
Fields inherited from class org.apache.karaf.shell.console.OsgiCommandSupport
bundleContext, usedReferences
 
Fields inherited from class org.apache.karaf.shell.console.AbstractAction
log, session
 
Constructor Summary
EnsembleCommandSupport()
           
 
Method Summary
protected  void checkFabricAvailable()
           
 ZooKeeperClusterService getService()
           
 void setService(ZooKeeperClusterService service)
           
 
Methods inherited from class org.apache.karaf.shell.console.OsgiCommandSupport
execute, getAllServices, getBundleContext, getService, setBundleContext, ungetServices
 
Methods inherited from class org.apache.karaf.shell.console.AbstractAction
doExecute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

service

protected ZooKeeperClusterService service
Constructor Detail

EnsembleCommandSupport

public EnsembleCommandSupport()
Method Detail

getService

public ZooKeeperClusterService getService()

setService

public void setService(ZooKeeperClusterService service)

checkFabricAvailable

protected void checkFabricAvailable()


Copyright © 2012 FuseSource. All Rights Reserved.