Package | Description |
---|---|
org.jboss.weld.bean.proxy |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBeanInstance |
class |
ContextBeanInstance<T>
An instance locator that uses a context to lookup the instance if
it exists; otherwise, a new instance will be created from the
bean.
|
class |
EnterpriseTargetBeanInstance |
class |
InjectionPointPropagatingEnterpriseTargetBeanInstance |
class |
TargetBeanInstance
A simple
BeanInstance which always maintains a specific bean instance that is being proxied. |
Modifier and Type | Method and Description |
---|---|
BeanInstance |
Proxy.proxy_getInstance()
Gets the proxied bean instance.
|
Modifier and Type | Method and Description |
---|---|
T |
ClientProxyFactory.create(BeanInstance beanInstance) |
T |
ProxyFactory.create(BeanInstance beanInstance)
Method to create a new proxy that wraps the bean instance.
|
void |
Proxy.proxy_setInstance(BeanInstance beanInstance)
Sets the proxied instance.
|
static <T> void |
ProxyFactory.setBeanInstance(String contextId,
T proxy,
BeanInstance beanInstance,
javax.enterprise.inject.spi.Bean<?> bean)
Convenience method to set the underlying bean instance for a proxy.
|
Constructor and Description |
---|
ProxyMethodHandler(String contextId,
BeanInstance beanInstance,
javax.enterprise.inject.spi.Bean<?> bean) |
Copyright © 2016. All rights reserved.