|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConcurrentMethodType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 | Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd |
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 | Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd |
Uses of ConcurrentMethodType in org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return ConcurrentMethodType | |
---|---|
ConcurrentMethodType<SessionBeanType<T>> |
SessionBeanType.concurrentMethod()
Returns the concurrent-method element |
ConcurrentMethodType<T> |
ConcurrentMethodType.removeAccessTimeout()
Removes the access-timeout element |
ConcurrentMethodType<T> |
ConcurrentMethodType.removeMethod()
Removes the method element |
ConcurrentMethodType<T> |
ConcurrentMethodType.setLock(ConcurrentLockTypeType lock)
If not already created, a new lock element with the given value will be created. |
ConcurrentMethodType<T> |
ConcurrentMethodType.setLock(java.lang.String lock)
If not already created, a new lock element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type ConcurrentMethodType | |
---|---|
AccessTimeoutType<ConcurrentMethodType<T>> |
ConcurrentMethodType.accessTimeout()
If not already created, a new access-timeout element will be created and returned. |
java.util.List<ConcurrentMethodType<SessionBeanType<T>>> |
SessionBeanType.getConcurrentMethodList()
Returns all concurrent-method elements |
NamedMethodType<ConcurrentMethodType<T>> |
ConcurrentMethodType.method()
If not already created, a new method element will be created and returned. |
Uses of ConcurrentMethodType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement ConcurrentMethodType | |
---|---|
class |
ConcurrentMethodTypeImpl<T>
This class implements the concurrent-methodType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return ConcurrentMethodType | |
---|---|
ConcurrentMethodType<SessionBeanType<T>> |
SessionBeanTypeImpl.concurrentMethod()
Returns the concurrent-method element |
ConcurrentMethodType<T> |
ConcurrentMethodTypeImpl.removeAccessTimeout()
Removes the access-timeout element |
ConcurrentMethodType<T> |
ConcurrentMethodTypeImpl.removeMethod()
Removes the method element |
ConcurrentMethodType<T> |
ConcurrentMethodTypeImpl.setLock(ConcurrentLockTypeType lock)
If not already created, a new lock element with the given value will be created. |
ConcurrentMethodType<T> |
ConcurrentMethodTypeImpl.setLock(java.lang.String lock)
If not already created, a new lock element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type ConcurrentMethodType | |
---|---|
AccessTimeoutType<ConcurrentMethodType<T>> |
ConcurrentMethodTypeImpl.accessTimeout()
If not already created, a new access-timeout element will be created and returned. |
java.util.List<ConcurrentMethodType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getConcurrentMethodList()
Returns all concurrent-method elements |
NamedMethodType<ConcurrentMethodType<T>> |
ConcurrentMethodTypeImpl.method()
If not already created, a new method element will be created and returned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |