ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar31.NamedMethodType

Packages that use NamedMethodType
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of NamedMethodType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return NamedMethodType
 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<InterceptorBindingType<T>> InterceptorBindingType.getOrCreateMethod()
          If not already created, a new 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<MessageDrivenBeanType<T>> MessageDrivenBeanType.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<TimerType<T>> TimerType.getOrCreateTimeoutMethod()
          If not already created, a new timeout-method element with the given value will be created.
 NamedMethodType<T> NamedMethodType.methodName(String methodName)
          Sets the method-name element
 NamedMethodType<T> NamedMethodType.removeMethodName()
          Removes the method-name element
 NamedMethodType<T> NamedMethodType.removeMethodParams()
          Removes the method-params element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type NamedMethodType
 MethodParamsType<NamedMethodType<T>> NamedMethodType.getOrCreateMethodParams()
          If not already created, a new method-params element with the given value will be created.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.