Package | Description |
---|---|
org.jboss.metadata.common.ejb | |
org.jboss.metadata.ejb.jboss | |
org.jboss.metadata.ejb.parser.spec | |
org.jboss.metadata.ejb.spec |
Modifier and Type | Method and Description |
---|---|
NamedMethodMetaData |
ITimeoutTarget.getTimeoutMethod() |
Modifier and Type | Method and Description |
---|---|
void |
ITimeoutTarget.setTimeoutMethod(NamedMethodMetaData timeoutMethod) |
Modifier and Type | Method and Description |
---|---|
NamedMethodMetaData |
JBossSessionBean31MetaData.getAfterBeginMethod()
Deprecated.
|
NamedMethodMetaData |
JBossSessionBean31MetaData.getAfterCompletionMethod()
Deprecated.
|
NamedMethodMetaData |
JBossSessionBean31MetaData.getBeforeCompletionMethod()
Deprecated.
|
NamedMethodMetaData |
JBossSessionBeanMetaData.getTimeoutMethod()
Get the timeoutMethod.
|
NamedMethodMetaData |
JBossMessageDrivenBeanMetaData.getTimeoutMethod()
Deprecated.
Get the timeoutMethod.
|
Modifier and Type | Method and Description |
---|---|
void |
JBossSessionBean31MetaData.setAfterBeginMethod(NamedMethodMetaData method)
Deprecated.
|
void |
JBossSessionBean31MetaData.setAfterCompletionMethod(NamedMethodMetaData method)
Deprecated.
|
void |
JBossSessionBean31MetaData.setBeforeCompletionMethod(NamedMethodMetaData method)
Deprecated.
|
void |
JBossSessionBeanMetaData.setTimeoutMethod(NamedMethodMetaData timeoutMethod)
Set the timeoutMethod.
|
void |
JBossMessageDrivenBeanMetaData.setTimeoutMethod(NamedMethodMetaData timeoutMethod)
Deprecated.
Set the timeoutMethod.
|
Modifier and Type | Method and Description |
---|---|
NamedMethodMetaData |
NamedMethodMetaDataParser.parse(XMLStreamReader reader,
PropertyReplacer propertyReplacer) |
Modifier and Type | Method and Description |
---|---|
protected void |
NamedMethodMetaDataParser.processElement(NamedMethodMetaData metaData,
XMLStreamReader reader,
PropertyReplacer propertyReplacer) |
Modifier and Type | Method and Description |
---|---|
NamedMethodMetaData |
SessionBean31MetaData.getAfterBeginMethod() |
NamedMethodMetaData |
AbstractGenericBeanMetaData.getAfterBeginMethod() |
NamedMethodMetaData |
SessionBean31MetaData.getAfterCompletionMethod() |
NamedMethodMetaData |
AbstractGenericBeanMetaData.getAfterCompletionMethod() |
NamedMethodMetaData |
RemoveMethodMetaData.getBeanMethod()
Get the beanMethod.
|
NamedMethodMetaData |
InitMethodMetaData.getBeanMethod()
Get the beanMethod.
|
NamedMethodMetaData |
SessionBean31MetaData.getBeforeCompletionMethod() |
NamedMethodMetaData |
AbstractGenericBeanMetaData.getBeforeCompletionMethod() |
NamedMethodMetaData |
InitMethodMetaData.getCreateMethod()
Get the createMethod.
|
NamedMethodMetaData |
ConcurrentMethodMetaData.getMethod() |
NamedMethodMetaData |
InterceptorBindingMetaData.getMethod()
Get the method.
|
NamedMethodMetaData |
QueryMetaData.getQueryMethod()
Get the queryMethod.
|
NamedMethodMetaData |
SessionBeanMetaData.getTimeoutMethod()
Get the timeoutMethod.
|
NamedMethodMetaData |
TimerMetaData.getTimeoutMethod() |
NamedMethodMetaData |
MessageDrivenBeanMetaData.getTimeoutMethod()
Get the timeoutMethod.
|
Modifier and Type | Method and Description |
---|---|
ConcurrentMethodMetaData |
ConcurrentMethodsMetaData.find(NamedMethodMetaData equivalent) |
ConcurrentMethodMetaData |
ConcurrentMethodsMetaData.get(NamedMethodMetaData key)
Deprecated.
|
void |
AbstractGenericBeanMetaData.setAfterBeginMethod(NamedMethodMetaData method) |
void |
AbstractGenericBeanMetaData.setAfterCompletionMethod(NamedMethodMetaData method) |
void |
RemoveMethodMetaData.setBeanMethod(NamedMethodMetaData beanMethod)
Set the beanMethod.
|
void |
InitMethodMetaData.setBeanMethod(NamedMethodMetaData beanMethod)
Set the beanMethod.
|
void |
AbstractGenericBeanMetaData.setBeforeCompletionMethod(NamedMethodMetaData method) |
void |
InitMethodMetaData.setCreateMethod(NamedMethodMetaData createMethod)
Set the createMethod.
|
void |
ConcurrentMethodMetaData.setMethod(NamedMethodMetaData namedMethod) |
void |
InterceptorBindingMetaData.setMethod(NamedMethodMetaData method)
Set the method.
|
void |
QueryMetaData.setQueryMethod(NamedMethodMetaData queryMethod)
Set the queryMethod.
|
void |
AbstractGenericBeanMetaData.setTimeoutMethod(NamedMethodMetaData timeoutMethod)
Set the timeoutMethod.
|
void |
TimerMetaData.setTimeoutMethod(NamedMethodMetaData timeoutMethod) |
void |
MessageDrivenBeanMetaData.setTimeoutMethod(NamedMethodMetaData timeoutMethod)
Set the timeoutMethod.
|
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.