Uses of Interface
org.eclipse.modisco.jee.ejbjar.EjbJar30.NamedMethodType

Packages that use NamedMethodType
org.eclipse.modisco.jee.ejbjar.EjbJar30   
 

Uses of NamedMethodType in org.eclipse.modisco.jee.ejbjar.EjbJar30
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar30 that return NamedMethodType
 NamedMethodType EjbJar30Factory.createNamedMethodType()
          Returns a new object of class 'Named Method Type'.
 NamedMethodType InitMethodType.getBeanMethod()
          Returns the value of the 'Bean Method' containment reference.
 NamedMethodType RemoveMethodType.getBeanMethod()
          Returns the value of the 'Bean Method' containment reference.
 NamedMethodType InitMethodType.getCreateMethod()
          Returns the value of the 'Create Method' containment reference.
 NamedMethodType InterceptorBindingType.getMethod()
          Returns the value of the 'Method' containment reference.
 NamedMethodType MessageDrivenBeanType.getTimeoutMethod()
          Returns the value of the 'Timeout Method' containment reference.
 NamedMethodType SessionBeanType.getTimeoutMethod()
          Returns the value of the 'Timeout Method' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar30 with parameters of type NamedMethodType
 void InitMethodType.setBeanMethod(NamedMethodType value)
          Sets the value of the 'Bean Method' containment reference.
 void RemoveMethodType.setBeanMethod(NamedMethodType value)
          Sets the value of the 'Bean Method' containment reference.
 void InitMethodType.setCreateMethod(NamedMethodType value)
          Sets the value of the 'Create Method' containment reference.
 void InterceptorBindingType.setMethod(NamedMethodType value)
          Sets the value of the 'Method' containment reference.
 void MessageDrivenBeanType.setTimeoutMethod(NamedMethodType value)
          Sets the value of the 'Timeout Method' containment reference.
 void SessionBeanType.setTimeoutMethod(NamedMethodType value)
          Sets the value of the 'Timeout Method' containment reference.