public class InvocationHandler<T> extends Object implements InvocationHandler
Constructor and Description |
---|
InvocationHandler(RecoverableContainer<T> c,
T obj) |
InvocationHandler(RecoverableContainer<T> cont,
T obj,
Uid u) |
Modifier and Type | Method and Description |
---|---|
Uid |
get_uid() |
protected RecoverableContainer<T> |
getContainer()
It might be useful to get the Container for the object at some points.
|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public InvocationHandler(RecoverableContainer<T> c, T obj)
public InvocationHandler(RecoverableContainer<T> cont, T obj, Uid u)
public Uid get_uid()
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
in interface InvocationHandler
Throwable
protected final RecoverableContainer<T> getContainer()
Copyright © 2021 JBoss by Red Hat. All rights reserved.