Package | Description |
---|---|
de.kruis.padoclet.util |
This package contains utility classes used to build PublishedApiDoclet.
|
Modifier and Type | Field and Description |
---|---|
private HalfDynamicProxy.HDPState |
HalfDynamicProxy.state
holds the state
|
Modifier and Type | Method and Description |
---|---|
static HalfDynamicProxy.HDPState |
HalfDynamicProxy.stateFactory(java.lang.Object userState,
HalfDynamicProxy.MessageInterface reciver)
Create a new state object.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
HalfDynamicProxy.getHDPProxy(java.lang.Object obj,
java.lang.Class<?> expect,
HalfDynamicProxy.HDPState state)
Get the dynamic proxy for an object.
|