Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.osgi.services
Class ServiceRegistrationImpl

java.lang.Object
  extended by org.nuxeo.osgi.services.ServiceRegistrationImpl
All Implemented Interfaces:
org.osgi.framework.ServiceRegistration

public class ServiceRegistrationImpl
extends Object
implements org.osgi.framework.ServiceRegistration

Dummy service registration impl.

Author:
Bogdan Stefanescu

Constructor Summary
ServiceRegistrationImpl(OSGiAdapter osgi, org.osgi.framework.Bundle bundle, String[] classes, Object service)
           
 
Method Summary
 org.osgi.framework.ServiceReference getReference()
           
 void setProperties(Dictionary properties)
           
 void unregister()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceRegistrationImpl

public ServiceRegistrationImpl(OSGiAdapter osgi,
                               org.osgi.framework.Bundle bundle,
                               String[] classes,
                               Object service)
Method Detail

getReference

public org.osgi.framework.ServiceReference getReference()
Specified by:
getReference in interface org.osgi.framework.ServiceRegistration

setProperties

public void setProperties(Dictionary properties)
Specified by:
setProperties in interface org.osgi.framework.ServiceRegistration

unregister

public void unregister()
Specified by:
unregister in interface org.osgi.framework.ServiceRegistration

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.