|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.crispy.proxy.Proxy net.sf.crispy.proxy.ProxyDecorator
Decorate the Proxy. It is a Wrapper. Intercept calls on the newInstance-Methode (for internal use).
Field Summary |
Fields inherited from class net.sf.crispy.proxy.Proxy |
log |
Constructor Summary | |
ProxyDecorator(Proxy pvProxy,
InterceptorHandler pvInterceptorHandler)
|
Method Summary | |
java.util.Properties |
getProperties()
Delegate Method to Proxy. |
Proxy |
getProxy()
Get the wrapped (decorated) Proxy. |
java.lang.Class |
getProxyClass()
Delegate Method to Proxy. |
java.lang.Object |
getProxyObject()
Delegate Method to Proxy. |
java.lang.Object |
newInstance(java.lang.Class pvClass)
Intercept the Method and delegate Method to Proxy. |
void |
setProperties(java.util.Properties pvProperties)
Delegate Method to Proxy. |
void |
setProxy(Proxy pvProxy)
Set the wrapped (decorated) Proxy. |
Methods inherited from class net.sf.crispy.proxy.Proxy |
createInvocationStrategy, setProxyClass, setProxyObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProxyDecorator(Proxy pvProxy, InterceptorHandler pvInterceptorHandler)
Method Detail |
public java.lang.Object newInstance(java.lang.Class pvClass)
newInstance
in class Proxy
Proxy.newInstance(java.lang.Class)
public Proxy getProxy()
public void setProxy(Proxy pvProxy)
pvProxy
- The to wrapped Proxypublic java.util.Properties getProperties()
getProperties
in class Proxy
Proxy.getProperties()
public void setProperties(java.util.Properties pvProperties)
setProperties
in class Proxy
Proxy.setProperties(Properties)
public java.lang.Class getProxyClass()
getProxyClass
in class Proxy
Proxy.getProxyClass()
public java.lang.Object getProxyObject()
getProxyObject
in class Proxy
Proxy.getProxyObject()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |