Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar32 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
NamedMethodType<SessionBeanType<T>> |
SessionBeanType.getOrCreateAfterBeginMethod()
If not already created, a new
after-begin-method element with the given value will be created. |
NamedMethodType<SessionBeanType<T>> |
SessionBeanType.getOrCreateAfterCompletionMethod()
If not already created, a new
after-completion-method element with the given value will be created. |
NamedMethodType<InitMethodType<T>> |
InitMethodType.getOrCreateBeanMethod()
If not already created, a new
bean-method element with the given value will be created. |
NamedMethodType<RemoveMethodType<T>> |
RemoveMethodType.getOrCreateBeanMethod()
If not already created, a new
bean-method element with the given value will be created. |
NamedMethodType<SessionBeanType<T>> |
SessionBeanType.getOrCreateBeforeCompletionMethod()
If not already created, a new
before-completion-method element with the given value will be created. |
NamedMethodType<InitMethodType<T>> |
InitMethodType.getOrCreateCreateMethod()
If not already created, a new
create-method element with the given value will be created. |
NamedMethodType<ConcurrentMethodType<T>> |
ConcurrentMethodType.getOrCreateMethod()
If not already created, a new
method element with the given value will be created. |
NamedMethodType<InterceptorBindingType<T>> |
InterceptorBindingType.getOrCreateMethod()
If not already created, a new
method element with the given value will be created. |
NamedMethodType<TimerType<T>> |
TimerType.getOrCreateTimeoutMethod()
If not already created, a new
timeout-method element with the given value will be created. |
NamedMethodType<SessionBeanType<T>> |
SessionBeanType.getOrCreateTimeoutMethod()
If not already created, a new
timeout-method element with the given value will be created. |
NamedMethodType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateTimeoutMethod()
If not already created, a new
timeout-method element with the given value will be created. |
NamedMethodType<T> |
NamedMethodType.id(String id)
Sets the
id attribute |
NamedMethodType<T> |
NamedMethodType.methodName(String methodName)
Sets the
method-name element |
NamedMethodType<T> |
NamedMethodType.removeId()
Removes the
id attribute |
NamedMethodType<T> |
NamedMethodType.removeMethodName()
Removes the
method-name element |
NamedMethodType<T> |
NamedMethodType.removeMethodParams()
Removes the
method-params element |
Modifier and Type | Method and Description |
---|---|
MethodParamsType<NamedMethodType<T>> |
NamedMethodType.getOrCreateMethodParams()
If not already created, a new
method-params element with the given value will be created. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.