public class ServiceRegistrationWrapper<T>
extends java.lang.Object
implements com.liferay.registry.ServiceRegistration<T>
| Constructor and Description |
|---|
ServiceRegistrationWrapper(org.osgi.framework.ServiceRegistration<T> serviceRegistration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
com.liferay.registry.ServiceReference<T> |
getServiceReference() |
org.osgi.framework.ServiceRegistration<T> |
getServiceRegistration() |
int |
hashCode() |
void |
setProperties(java.util.Map<java.lang.String,java.lang.Object> properties) |
java.lang.String |
toString() |
void |
unregister() |
public ServiceRegistrationWrapper(org.osgi.framework.ServiceRegistration<T> serviceRegistration)
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic com.liferay.registry.ServiceReference<T> getServiceReference()
getServiceReference in interface com.liferay.registry.ServiceRegistration<T>public org.osgi.framework.ServiceRegistration<T> getServiceRegistration()
public int hashCode()
hashCode in class java.lang.Objectpublic void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
setProperties in interface com.liferay.registry.ServiceRegistration<T>public java.lang.String toString()
toString in class java.lang.Objectpublic void unregister()
unregister in interface com.liferay.registry.ServiceRegistration<T>