| Package | Description |
|---|---|
| org.jboss.weld.annotated.enhanced | |
| org.jboss.weld.annotated.enhanced.jlr | |
| org.jboss.weld.bean | |
| org.jboss.weld.bean.proxy | |
| org.jboss.weld.bootstrap |
| Modifier and Type | Method and Description |
|---|---|
MethodSignature |
EnhancedAnnotatedMethod.getSignature() |
| Modifier and Type | Method and Description |
|---|---|
<M> EnhancedAnnotatedMethod<M,?> |
EnhancedAnnotatedType.getDeclaredEnhancedMethod(MethodSignature signature)
Get a method by name
|
<M> EnhancedAnnotatedMethod<M,?> |
EnhancedAnnotatedType.getEnhancedMethod(MethodSignature signature)
Get a method by name
|
| Modifier and Type | Class and Description |
|---|---|
class |
MethodSignatureImpl |
| Modifier and Type | Method and Description |
|---|---|
MethodSignature |
EnhancedAnnotatedMethodImpl.getSignature() |
static MethodSignature |
MethodSignatureImpl.of(javax.enterprise.inject.spi.AnnotatedMethod<?> method) |
| Modifier and Type | Method and Description |
|---|---|
<M> EnhancedAnnotatedMethod<M,?> |
EnhancedAnnotatedTypeImpl.getDeclaredEnhancedMethod(MethodSignature signature) |
<M> EnhancedAnnotatedMethod<M,?> |
EnhancedAnnotatedTypeImpl.getEnhancedMethod(MethodSignature signature) |
| Modifier and Type | Method and Description |
|---|---|
Set<MethodSignature> |
SessionBean.getLocalBusinessMethodSignatures()
Returns an unmodifiable set of local business method signatures.
|
Set<MethodSignature> |
SessionBean.getRemoteBusinessMethodSignatures()
Returns an unmodifiable set of remote business method signatures.
|
| Constructor and Description |
|---|
InterceptedProxyFactory(String contextId,
Class<?> proxiedBeanType,
Set<? extends Type> typeClosure,
Set<MethodSignature> enhancedMethodSignatures,
Set<MethodSignature> interceptedMethodSignatures,
String suffix) |
InterceptedProxyFactory(String contextId,
Class<?> proxiedBeanType,
Set<? extends Type> typeClosure,
Set<MethodSignature> enhancedMethodSignatures,
Set<MethodSignature> interceptedMethodSignatures,
String suffix) |
InterceptedSubclassFactory(String contextId,
Class<?> proxiedBeanType,
Set<? extends Type> typeClosure,
javax.enterprise.inject.spi.Bean<?> bean,
Set<MethodSignature> enhancedMethodSignatures,
Set<MethodSignature> interceptedMethodSignatures) |
InterceptedSubclassFactory(String contextId,
Class<?> proxiedBeanType,
Set<? extends Type> typeClosure,
javax.enterprise.inject.spi.Bean<?> bean,
Set<MethodSignature> enhancedMethodSignatures,
Set<MethodSignature> interceptedMethodSignatures) |
InterceptedSubclassFactory(String contextId,
Class<?> proxiedBeanType,
Set<? extends Type> typeClosure,
String proxyName,
javax.enterprise.inject.spi.Bean<?> bean,
Set<MethodSignature> enhancedMethodSignatures,
Set<MethodSignature> interceptedMethodSignatures)
Creates a new proxy factory when the name of the proxy class is already
known, such as during de-serialization
|
InterceptedSubclassFactory(String contextId,
Class<?> proxiedBeanType,
Set<? extends Type> typeClosure,
String proxyName,
javax.enterprise.inject.spi.Bean<?> bean,
Set<MethodSignature> enhancedMethodSignatures,
Set<MethodSignature> interceptedMethodSignatures)
Creates a new proxy factory when the name of the proxy class is already
known, such as during de-serialization
|
| Modifier and Type | Method and Description |
|---|---|
Set<ProducerMethod<?,?>> |
BeanDeployerEnvironment.getProducerMethod(Class<?> declaringClass,
MethodSignature signature) |
Copyright © 2017. All rights reserved.