public interface BeanContext
Modifier and Type | Method and Description |
---|---|
String |
getBeanName()
Returns the name of the bean..
|
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.
|
String getBeanName()
org.jboss.msc.service.ServiceName getDeploymentUnitServiceName()
org.jboss.modules.ModuleLoader getModuleLoader()
ClassLoader getClassLoader()
Time getTimeout()
Copyright © 2017 JBoss by Red Hat. All rights reserved.