Uses of Interface
org.inxar.hotswap.ProxyObject

Packages that use ProxyObject
org.inxar.hotswap This package provides the core interfaces and reference implementation. 
 

Uses of ProxyObject in org.inxar.hotswap
 

Methods in org.inxar.hotswap with parameters of type ProxyObject
 boolean ProxyObject.hotswap_onPrepare(ProxyObject oldInstance)
          Called when the ProxyObject is first involved in a hotswap transaction; the argument is the old ProxyObject instance that will be subsequently released (the one that this new object will replace).