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 |
---|---|
AroundTimeoutType<T> |
AroundTimeoutType.clazz(String clazz)
Sets the
class element |
AroundTimeoutType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createAroundTimeout()
Creates a new
around-timeout element |
AroundTimeoutType<InterceptorType<T>> |
InterceptorType.createAroundTimeout()
Creates a new
around-timeout element |
AroundTimeoutType<SessionBeanType<T>> |
SessionBeanType.createAroundTimeout()
Creates a new
around-timeout element |
AroundTimeoutType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateAroundTimeout()
If not already created, a new
around-timeout element will be created and returned. |
AroundTimeoutType<InterceptorType<T>> |
InterceptorType.getOrCreateAroundTimeout()
If not already created, a new
around-timeout element will be created and returned. |
AroundTimeoutType<SessionBeanType<T>> |
SessionBeanType.getOrCreateAroundTimeout()
If not already created, a new
around-timeout element will be created and returned. |
AroundTimeoutType<T> |
AroundTimeoutType.methodName(String methodName)
Sets the
method-name element |
AroundTimeoutType<T> |
AroundTimeoutType.removeClazz()
Removes the
class element |
AroundTimeoutType<T> |
AroundTimeoutType.removeMethodName()
Removes the
method-name element |
Modifier and Type | Method and Description |
---|---|
List<AroundTimeoutType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllAroundTimeout()
Returns all
around-timeout elements |
List<AroundTimeoutType<InterceptorType<T>>> |
InterceptorType.getAllAroundTimeout()
Returns all
around-timeout elements |
List<AroundTimeoutType<SessionBeanType<T>>> |
SessionBeanType.getAllAroundTimeout()
Returns all
around-timeout elements |
Copyright © 2023 JBoss by Red Hat. All rights reserved.