|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lsst.ccs.utilities.beanutils.BeanProxyFor<T>
public abstract class BeanProxyFor<T>
Super classes of all Bean "proxies" : that is class the offer a bean "vision" of a non-bean class.
| Nested Class Summary | |
|---|---|
protected class |
BeanProxyFor.ProxyAgent
|
| Field Summary | |
|---|---|
protected BeanProxyFor.ProxyAgent |
agent
|
protected T |
delegate
|
protected boolean |
methodsCalled
|
| Constructor Summary | |
|---|---|
BeanProxyFor()
|
|
BeanProxyFor(T delegate)
|
|
| Method Summary | |
|---|---|
T |
get()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final BeanProxyFor.ProxyAgent agent
protected T delegate
protected boolean methodsCalled
| Constructor Detail |
|---|
public BeanProxyFor()
throws WrappedException
WrappedException
public BeanProxyFor(T delegate)
throws WrappedException
WrappedException| Method Detail |
|---|
public T get()
get in interface BeanFor<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||