org.fusesource.fabric.zookeeper.internal
Class ZKServerFactoryBean

java.lang.Object
  extended by org.fusesource.fabric.zookeeper.internal.ZKServerFactoryBean
All Implemented Interfaces:
org.osgi.service.cm.ManagedServiceFactory

public class ZKServerFactoryBean
extends java.lang.Object
implements org.osgi.service.cm.ManagedServiceFactory


Constructor Summary
ZKServerFactoryBean()
           
 
Method Summary
 void deleted(java.lang.String pid)
           
 void destroy()
           
 org.osgi.framework.BundleContext getBundleContext()
           
 java.lang.String getName()
           
 void setBundleContext(org.osgi.framework.BundleContext bundleContext)
           
 void updated(java.lang.String pid, java.util.Dictionary properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZKServerFactoryBean

public ZKServerFactoryBean()
Method Detail

getBundleContext

public org.osgi.framework.BundleContext getBundleContext()

setBundleContext

public void setBundleContext(org.osgi.framework.BundleContext bundleContext)

getName

public java.lang.String getName()
Specified by:
getName in interface org.osgi.service.cm.ManagedServiceFactory

updated

public void updated(java.lang.String pid,
                    java.util.Dictionary properties)
             throws org.osgi.service.cm.ConfigurationException
Specified by:
updated in interface org.osgi.service.cm.ManagedServiceFactory
Throws:
org.osgi.service.cm.ConfigurationException

deleted

public void deleted(java.lang.String pid)
Specified by:
deleted in interface org.osgi.service.cm.ManagedServiceFactory

destroy

public void destroy()
             throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2011 FuseSource. All Rights Reserved.