org.apache.felix.dependencymanager
Class ServiceRegistrationImpl
java.lang.Object
org.apache.felix.dependencymanager.ServiceRegistrationImpl
- All Implemented Interfaces:
- org.osgi.framework.ServiceRegistration
public final class ServiceRegistrationImpl
- extends Object
- implements org.osgi.framework.ServiceRegistration
A wrapper around a service registration that blocks until the
service registration is available.
- Author:
- Felix Project Team
ILLEGAL_STATE
public static final ServiceRegistrationImpl ILLEGAL_STATE
ServiceRegistrationImpl
public ServiceRegistrationImpl()
getReference
public org.osgi.framework.ServiceReference getReference()
- Specified by:
getReference
in interface org.osgi.framework.ServiceRegistration
setProperties
public void setProperties(Dictionary dictionary)
- Specified by:
setProperties
in interface org.osgi.framework.ServiceRegistration
unregister
public void unregister()
- Specified by:
unregister
in interface org.osgi.framework.ServiceRegistration
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.