public interface BeanContext
Modifier and Type | Method and Description |
---|---|
Class<?> |
getBeanClass()
Returns the type of the bean instance.
|
ClassLoader |
getClassLoader()
Returns the class loader of this bean's deployment module.
|
org.jboss.msc.service.ServiceName |
getDeploymentUnitServiceName()
Returns the service name of the deployment unit to which this bean is associated.
|
org.jboss.modules.ModuleLoader |
getModuleLoader()
Returns the module loader of this bean's deployment module.
|
Time |
getTimeout()
Returns the duration of time this bean can be idle after which it will expire.
|
Class<?> getBeanClass()
org.jboss.msc.service.ServiceName getDeploymentUnitServiceName()
org.jboss.modules.ModuleLoader getModuleLoader()
ClassLoader getClassLoader()
Time getTimeout()
Copyright © 2015 JBoss by Red Hat. All rights reserved.