org.eclipse.gemini.blueprint.service.importer.support.internal.aop
Class ProxyPlusCallback

java.lang.Object
  extended by org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ProxyPlusCallback

public class ProxyPlusCallback
extends Object

Author:
Costin Leau

Field Summary
 org.springframework.beans.factory.DisposableBean destructionCallback
          destruction callback
 ImportedOsgiServiceProxy proxy
          proxy object
 
Constructor Summary
ProxyPlusCallback(Object proxy, org.springframework.beans.factory.DisposableBean destructionCallback)
          Constructs a new ProxyPlusCallback instance.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

proxy

public final ImportedOsgiServiceProxy proxy
proxy object


destructionCallback

public final org.springframework.beans.factory.DisposableBean destructionCallback
destruction callback

Constructor Detail

ProxyPlusCallback

public ProxyPlusCallback(Object proxy,
                         org.springframework.beans.factory.DisposableBean destructionCallback)
Constructs a new ProxyPlusCallback instance.

Parameters:
proxy -
destructionCallback -


Copyright © 2006-2013. All Rights Reserved.