Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ConcurrentMethodType<SessionBeanType<T>> |
SessionBeanType.createConcurrentMethod()
Creates a new
concurrent-method element |
ConcurrentMethodType<SessionBeanType<T>> |
SessionBeanType.getOrCreateConcurrentMethod()
If not already created, a new
concurrent-method element will be created and returned. |
ConcurrentMethodType<T> |
ConcurrentMethodType.lock(ConcurrentLockTypeType lock)
Sets the
lock element |
ConcurrentMethodType<T> |
ConcurrentMethodType.lock(String lock)
Sets the
lock element |
ConcurrentMethodType<T> |
ConcurrentMethodType.removeAccessTimeout()
Removes the
access-timeout element |
ConcurrentMethodType<T> |
ConcurrentMethodType.removeLock()
Removes the
lock attribute |
ConcurrentMethodType<T> |
ConcurrentMethodType.removeMethod()
Removes the
method element |
Modifier and Type | Method and Description |
---|---|
List<ConcurrentMethodType<SessionBeanType<T>>> |
SessionBeanType.getAllConcurrentMethod()
Returns all
concurrent-method elements |
AccessTimeoutType<ConcurrentMethodType<T>> |
ConcurrentMethodType.getOrCreateAccessTimeout()
If not already created, a new
access-timeout 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. |
Copyright © 2013 JBoss by Red Hat. All rights reserved.