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() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public InvocationHandler(RecoverableContainer<T> c, T obj)
public InvocationHandler(RecoverableContainer<T> cont, T obj, Uid u)
Copyright © 2014 JBoss by Red Hat. All rights reserved.