org.apache.yoko.osgi.locator
Class ServiceBean

java.lang.Object
  extended by org.apache.yoko.osgi.locator.ServiceBean

public class ServiceBean
extends Object

Version:
$Rev: 936530 $ $Date: 2010-04-21 18:01:02 -0400 (Wed, 21 Apr 2010) $

Constructor Summary
ServiceBean(String key, String className, org.osgi.framework.Bundle bundle, Register providerRegistry)
           
ServiceBean(String key, String className, org.osgi.framework.Bundle bundle, Register providerRegistry, Integer priority)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceBean

public ServiceBean(String key,
                   String className,
                   org.osgi.framework.Bundle bundle,
                   Register providerRegistry)

ServiceBean

public ServiceBean(String key,
                   String className,
                   org.osgi.framework.Bundle bundle,
                   Register providerRegistry,
                   Integer priority)
Method Detail

start

public void start()

stop

public void stop()


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.