public class InfrastructureOsgiProxyAdvice
extends org.springframework.aop.support.DelegatingIntroductionInterceptor
implements org.springframework.core.InfrastructureProxy
InfrastructureProxy interface.| Modifier and Type | Field and Description |
|---|---|
private static int |
hashCode |
private ServiceInvoker |
invoker |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
InfrastructureOsgiProxyAdvice(ServiceInvoker serviceInvoker) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
java.lang.Object |
getWrappedObject()
Returns the OSGi target service.
|
int |
hashCode() |
doProceed, invokegetInterfaces, implementInterfacesOnObject, implementsInterface, isMethodOnIntroducedInterface, suppressInterfaceprivate static final long serialVersionUID
private static final int hashCode
private final transient ServiceInvoker invoker
public InfrastructureOsgiProxyAdvice(ServiceInvoker serviceInvoker)
public java.lang.Object getWrappedObject()
getWrappedObject in interface org.springframework.core.InfrastructureProxypublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object