org.eclipse.gemini.blueprint.service.importer.support.internal.aop
Class InfrastructureOsgiProxyAdvice
java.lang.Object
org.springframework.aop.support.IntroductionInfoSupport
org.springframework.aop.support.DelegatingIntroductionInterceptor
org.eclipse.gemini.blueprint.service.importer.support.internal.aop.InfrastructureOsgiProxyAdvice
- All Implemented Interfaces:
- Serializable, org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, org.springframework.aop.DynamicIntroductionAdvice, org.springframework.aop.IntroductionInfo, org.springframework.aop.IntroductionInterceptor, org.springframework.core.InfrastructureProxy
public class InfrastructureOsgiProxyAdvice
- extends org.springframework.aop.support.DelegatingIntroductionInterceptor
- implements org.springframework.core.InfrastructureProxy
Mixin implementation for InfrastructureProxy
interface.
- Author:
- Costin Leau
- See Also:
- Serialized Form
Fields inherited from class org.springframework.aop.support.IntroductionInfoSupport |
publishedInterfaces |
Methods inherited from class org.springframework.aop.support.DelegatingIntroductionInterceptor |
doProceed, invoke |
Methods inherited from class org.springframework.aop.support.IntroductionInfoSupport |
getInterfaces, implementInterfacesOnObject, implementsInterface, isMethodOnIntroducedInterface, suppressInterface |
Methods inherited from interface org.springframework.aop.DynamicIntroductionAdvice |
implementsInterface |
InfrastructureOsgiProxyAdvice
public InfrastructureOsgiProxyAdvice(ServiceInvoker serviceInvoker)
getWrappedObject
public Object getWrappedObject()
-
Returns the OSGi target service.
- Specified by:
getWrappedObject
in interface org.springframework.core.InfrastructureProxy
equals
public boolean equals(Object other)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2006-2012. All Rights Reserved.