public class PrototypeBean extends Bean implements java.lang.Runnable
Bean based on the
prototype pattern| Constructor and Description |
|---|
PrototypeBean(java.lang.Object bean,
java.util.concurrent.ExecutorService executorService) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
duplicate(java.lang.Object object) |
java.lang.Object |
getInstance() |
void |
run() |
getClassKeypublic PrototypeBean(java.lang.Object bean,
java.util.concurrent.ExecutorService executorService)
public 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