org.apache.openejb.core.stateless
Class Instance
java.lang.Object
org.apache.openejb.core.stateless.Instance
public class Instance
- extends Object
- Version:
- $Rev: 1178455 $ $Date: 2011-10-03 16:58:53 +0000 (Mon, 03 Oct 2011) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bean
public final Object bean
interceptors
public final Map<String,Object> interceptors
creationalContext
public javax.enterprise.context.spi.CreationalContext creationalContext
Instance
public Instance(Object bean,
Map<String,Object> interceptors,
javax.enterprise.context.spi.CreationalContext creationalContext)
getPoolEntry
public Pool.Entry getPoolEntry()
setPoolEntry
public void setPoolEntry(Pool.Entry poolEntry)
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.