|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.netseeker.ejoe.handler.BaseRemotingHandler
de.netseeker.ejoe.handler.AssistedRemotingHandler
public class AssistedRemotingHandler
A remoting handler which does use dynamically generated proxies instead of reflection for method invocations. A
underlying implementation of DynProxyGenerator will create a new proxy class
for each class-method-arguments combination and reuse that proxy class for all following invocations of that method
(or constructor).
| Field Summary |
|---|
| Fields inherited from class de.netseeker.ejoe.handler.BaseRemotingHandler |
|---|
classCache |
| Constructor Summary | |
|---|---|
AssistedRemotingHandler()
Creates a new AssistedRemotingHandler using the Javassist based DynProxyGenerator |
|
AssistedRemotingHandler(IProxyGenerator generator)
Creates a new AssistedRemotingHandler using a custom IProxyGenerator |
|
| Method Summary |
|---|
| Methods inherited from class de.netseeker.ejoe.handler.BaseRemotingHandler |
|---|
deRegisterClassMapping, getClassByName, getPrimitiveForWrapper, getWrapperForPrimitive, handle, registerClassMapping |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssistedRemotingHandler()
DynProxyGeneratorpublic AssistedRemotingHandler(IProxyGenerator generator)
generator - the proxy generator to use
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||