org.jclouds.karaf.services
Class ComputeServiceFactory

java.lang.Object
  extended by org.jclouds.karaf.services.ComputeServiceFactory
All Implemented Interfaces:
org.osgi.service.cm.ManagedServiceFactory

public class ComputeServiceFactory
extends Object
implements org.osgi.service.cm.ManagedServiceFactory

Author:
Guillaume Nodet (gnodet)

Field Summary
static String CREDENTIAL
           
static String IDENTITY
           
static String PROVIDER
           
 
Constructor Summary
ComputeServiceFactory(org.osgi.framework.BundleContext bundleContext)
           
 
Method Summary
 void deleted(String pid)
           
 String getName()
           
 void updated(String pid, Dictionary properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROVIDER

public static final String PROVIDER
See Also:
Constant Field Values

IDENTITY

public static final String IDENTITY
See Also:
Constant Field Values

CREDENTIAL

public static final String CREDENTIAL
See Also:
Constant Field Values
Constructor Detail

ComputeServiceFactory

public ComputeServiceFactory(org.osgi.framework.BundleContext bundleContext)
Method Detail

getName

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

updated

public void updated(String pid,
                    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(String pid)
Specified by:
deleted in interface org.osgi.service.cm.ManagedServiceFactory


Copyright © 2009-2011 jclouds. All Rights Reserved.