
public interface ConcurrentMethodType<T> extends Child<T>, JavaeeConcurrentMethodCommonType<T,ConcurrentMethodType<T>,NamedMethodType<ConcurrentMethodType<T>>,AccessTimeoutType<ConcurrentMethodType<T>>>
concurrent-methodType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the
id attribute |
ConcurrentLockTypeType |
getLock()
Returns the
lock element |
String |
getLockAsString()
Returns the
lock element |
AccessTimeoutType<ConcurrentMethodType<T>> |
getOrCreateAccessTimeout()
If not already created, a new
access-timeout element with the given value will be created. |
NamedMethodType<ConcurrentMethodType<T>> |
getOrCreateMethod()
If not already created, a new
method element with the given value will be created. |
ConcurrentMethodType<T> |
id(String id)
Sets the
id attribute |
ConcurrentMethodType<T> |
lock(ConcurrentLockTypeType lock)
Sets the
lock element |
ConcurrentMethodType<T> |
lock(String lock)
Sets the
lock element |
ConcurrentMethodType<T> |
removeAccessTimeout()
Removes the
access-timeout element |
ConcurrentMethodType<T> |
removeId()
Removes the
id attribute |
ConcurrentMethodType<T> |
removeLock()
Removes the
lock attribute |
ConcurrentMethodType<T> |
removeMethod()
Removes the
method element |
NamedMethodType<ConcurrentMethodType<T>> getOrCreateMethod()
method element with the given value will be created.
Otherwise, the existing method element will be returned.NamedMethodType> ConcurrentMethodType<T> removeMethod()
method elementConcurrentMethodTypeConcurrentMethodType<T> lock(ConcurrentLockTypeType lock)
lock elementlock - the value for the element lockConcurrentMethodTypeConcurrentMethodType<T> lock(String lock)
lock elementlock - the value for the element lockConcurrentMethodTypeConcurrentLockTypeType getLock()
lock elementlockString getLockAsString()
lock elementlockConcurrentMethodType<T> removeLock()
lock attributeConcurrentMethodTypeAccessTimeoutType<ConcurrentMethodType<T>> getOrCreateAccessTimeout()
access-timeout element with the given value will be created.
Otherwise, the existing access-timeout element will be returned.AccessTimeoutType> ConcurrentMethodType<T> removeAccessTimeout()
access-timeout elementConcurrentMethodTypeConcurrentMethodType<T> id(String id)
id attributeid - the value for the attribute idConcurrentMethodTypeString getId()
id attributeidConcurrentMethodType<T> removeId()
id attributeConcurrentMethodTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.