Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
EjbMessages.ejbMethodIsNullForViewType(MethodIntf viewType)
Creates an exception indicating EJB method identifier cannot be null while setting roles on view type
|
IllegalArgumentException |
EjbMessages.rolesIsNullOnViewType(MethodIntf viewType)
Creates an exception indicating roles cannot be null while setting roles on view type
|
IllegalArgumentException |
EjbMessages.rolesIsNullOnViewTypeAndMethod(MethodIntf viewType,
EJBMethodIdentifier ejbMethodIdentifier)
Creates an exception indicating roles cannot be null while setting roles on view type and method"
|
Modifier and Type | Method and Description |
---|---|
MethodIntf |
EJBViewDescription.getMethodIntf() |
MethodIntf |
MethodTransactionAttributeKey.getMethodIntf() |
MethodIntf |
EJBViewConfiguration.getMethodIntf() |
static MethodIntf |
MethodIntfHelper.of(org.jboss.invocation.InterceptorContext invocation) |
static MethodIntf |
MethodIntf.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodIntf[] |
MethodIntf.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
javax.ejb.TransactionAttributeType |
EJBComponent.getTransactionAttributeType(MethodIntf methodIntf,
Method method) |
int |
EJBComponent.getTransactionTimeout(MethodIntf methodIntf,
Method method) |
protected void |
EJBComponentCreateService.processTxAttr(EJBComponentDescription ejbComponentDescription,
MethodIntf methodIntf,
Method method) |
protected EJBViewDescription |
EJBComponentDescription.registerView(String viewClassName,
MethodIntf viewType) |
protected EJBViewDescription |
EJBComponentDescription.registerView(String viewClassName,
MethodIntf viewType,
boolean ejb2xView) |
Constructor and Description |
---|
EJBBusinessMethod(MethodIntf view,
String methodName,
Class<?>... paramTypes) |
EjbHomeViewDescription(ComponentDescription componentDescription,
String viewClassName,
MethodIntf methodIntf) |
EJBViewConfiguration(Class<?> viewClass,
ComponentConfiguration componentConfiguration,
org.jboss.msc.service.ServiceName viewServiceName,
org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory,
MethodIntf methodIntf) |
EJBViewDescription(ComponentDescription componentDescription,
String viewClassName,
MethodIntf methodIntf,
boolean ejb2xView) |
MethodTransactionAttributeKey(MethodIntf methodIntf,
org.jboss.invocation.proxy.MethodIdentifier methodIdentifier) |
Modifier and Type | Method and Description |
---|---|
List<T> |
ApplicableMethodInformation.getAllAttributes(MethodIntf methodIntf,
String className,
String methodName,
String... methodParams) |
T |
ApplicableMethodInformation.getAttribute(MethodIntf methodIntf,
String className,
String methodName,
String... methodParams) |
T |
ApplicableMethodInformation.getAttributeStyle1(MethodIntf methodIntf,
String className) |
T |
ApplicableMethodInformation.getAttributeStyle2(MethodIntf methodIntf,
String methodName) |
T |
ApplicableMethodInformation.getAttributeStyle3(MethodIntf methodIntf,
String className,
String methodName,
String... methodParams) |
T |
ApplicableMethodInformation.getViewAttribute(MethodIntf methodIntf,
String methodName,
String... methodParams) |
void |
ApplicableMethodInformation.setAttribute(MethodIntf methodIntf,
String className,
T attribute)
Style 1 (13.3.7.2.1 @1)
|
void |
ApplicableMethodInformation.setAttribute(MethodIntf methodIntf,
T transactionAttribute,
String methodName)
Style 2 (13.3.7.2.1 @2)
|
void |
ApplicableMethodInformation.setAttribute(MethodIntf methodIntf,
T transactionAttribute,
String className,
String methodName,
String... methodParams)
Style 3 (13.3.7.2.1 @3)
|
Modifier and Type | Method and Description |
---|---|
protected MethodIntf |
AbstractEjbXmlDescriptorProcessor.getMethodIntf(org.jboss.metadata.ejb.spec.MethodInterfaceType viewType) |
Modifier and Type | Method and Description |
---|---|
protected MethodIntf |
AbstractMergingProcessor.getMethodIntf(org.jboss.metadata.ejb.spec.MethodInterfaceType viewType) |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.metadata.ejb.spec.MethodInterfaceType |
EjbJaccConfigurator.getMethodInterfaceType(MethodIntf viewType) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.