org.apache.openejb.core
Class InstanceContext
java.lang.Object
org.apache.openejb.core.InstanceContext
public class InstanceContext
- extends Object
- Version:
- $Rev$ $Date$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstanceContext
public InstanceContext(BeanContext beanContext,
Object bean,
Map<String,Object> interceptors,
javax.enterprise.context.spi.CreationalContext creationalContext)
getCreationalContext
public javax.enterprise.context.spi.CreationalContext getCreationalContext()
getBeanContext
public BeanContext getBeanContext()
getBean
public Object getBean()
getInterceptors
public Map<String,Object> getInterceptors()
getInstanceData
public Object getInstanceData()
setInstanceData
public void setInstanceData(Object instanceData)
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.