public class ImportedOsgiServiceProxyAdvice extends org.springframework.aop.support.DelegatingIntroductionInterceptor implements ImportedOsgiServiceProxy
| Modifier and Type | Field and Description |
|---|---|
private static int |
hashCode |
private ServiceReferenceProxy |
reference |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ImportedOsgiServiceProxyAdvice(org.osgi.framework.ServiceReference reference) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
ServiceReferenceProxy |
getServiceReference()
Provides access to the service reference used for accessing the backing
object.
|
int |
hashCode() |
doProceed, invokegetInterfaces, implementInterfacesOnObject, implementsInterface, isMethodOnIntroducedInterface, suppressInterfaceprivate static final long serialVersionUID
private static final int hashCode
private final transient ServiceReferenceProxy reference
public ImportedOsgiServiceProxyAdvice(org.osgi.framework.ServiceReference reference)
public ServiceReferenceProxy getServiceReference()
ImportedOsgiServiceProxygetServiceReference in interface ImportedOsgiServiceProxypublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object