|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Proxy | |
org.inxar.hotswap | This package provides the core interfaces and reference implementation. |
Uses of Proxy in org.inxar.hotswap |
Methods in org.inxar.hotswap that return Proxy | |
abstract Proxy |
ProxyClass.newInstance()
JDK1.2 or JDK1.3 Factory method; Creates a new Proxy for this ProxyClass having no
constructor arguments (though arguments can be set later on the
Proxy itself). |
abstract Proxy |
ProxyClass.newInstance(Object[] args)
JDK1.2 or JDK1.3 Factory method; Creates a new Proxy having the given constructor arguments. |
abstract Proxy |
ProxyClass.newInstance(Class[] params,
Object[] args)
JDK1.2 or JDK1.3 Factory method; Creates a new Proxy having the given constructor parameters and
arguments. |
abstract Proxy |
ProxyClass.newInstanceH(Object h)
JDK1.3 Factory method; Creates a new Proxy for
this ProxyClass having no constructor arguments
using the given ProxyInvocationHandler (H) instance. |
abstract Proxy |
ProxyClass.newInstanceH(Object h,
Object[] args)
JDK1.3 Factory method; Creates a new Proxy having
the given constructor arguments using the given
ProxyInvocationHandler (H) instance. |
abstract Proxy |
ProxyClass.newInstanceH(Object h,
Class[] params,
Object[] args)
JDK1.3 Factory method; Creates a new Proxy having
the given constructor parameters and arguments using the given
ProxyInvocationHandler (H) instance. |
Proxy |
ProxyObjectSwapEvent.getProxy()
Returns the associated Proxy to which the new and
old instances are associated. |
Proxy |
ProxyInvocationHandler.getProxy()
Returns the internal Proxy instance. |
Methods in org.inxar.hotswap with parameters of type Proxy | |
void |
ProxyInvocationHandler.setProxy(Proxy proxy)
Sets the internal Proxy to the given instance. |
Constructors in org.inxar.hotswap with parameters of type Proxy | |
ProxyObjectSwapEvent(Proxy source,
Object oldInstance,
Object newInstance)
Standard constructor originates from the given Proxy source and carries the given new and old
Object instances. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |