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 java.lang.Object
implements org.osgi.service.cm.ManagedServiceFactory

Author:
Guillaume Nodet (gnodet)

Field Summary
static java.lang.String CREDENTIAL
           
static java.lang.String IDENTITY
           
static java.lang.String PROVIDER
           
 
Constructor Summary
ComputeServiceFactory(org.osgi.framework.BundleContext bundleContext)
           
 
Method Summary
 void deleted(java.lang.String pid)
           
 void destroy()
           
 java.lang.String getName()
           
 void init()
           
 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
 

Field Detail

PROVIDER

public static final java.lang.String PROVIDER
See Also:
Constant Field Values

IDENTITY

public static final java.lang.String IDENTITY
See Also:
Constant Field Values

CREDENTIAL

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

ComputeServiceFactory

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

init

public void init()

destroy

public void destroy()

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


Copyright © 2012. All Rights Reserved.