public class PrototypeBean extends Bean implements java.lang.Runnable
Bean based on the
prototype pattern| Constructor and Description |
|---|
PrototypeBean(java.lang.Object bean) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
duplicate(java.lang.Object object) |
java.lang.Object |
getInstance() |
void |
run() |
getClassKeypublic java.lang.Object getInstance()
getInstance in class Beanpublic static java.lang.Object duplicate(java.lang.Object object)
throws MdxException
MdxExceptionpublic void run()
run in interface java.lang.Runnable