Uses of Interface
org.eclipse.modisco.jee.ejbjar.EjbJar21.MessageDestinationLinkType

Packages that use MessageDestinationLinkType
org.eclipse.modisco.jee.ejbjar.EjbJar21   
 

Uses of MessageDestinationLinkType in org.eclipse.modisco.jee.ejbjar.EjbJar21
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar21 that return MessageDestinationLinkType
 MessageDestinationLinkType EjbJar21Factory.createMessageDestinationLinkType()
          Returns a new object of class 'Message Destination Link Type'.
 MessageDestinationLinkType MessageDestinationRefType.getMessageDestinationLink()
          Returns the value of the 'Message Destination Link' containment reference.
 MessageDestinationLinkType MessageDrivenBeanType.getMessageDestinationLink()
          Returns the value of the 'Message Destination Link' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar21 with parameters of type MessageDestinationLinkType
 void MessageDestinationRefType.setMessageDestinationLink(MessageDestinationLinkType value)
          Sets the value of the 'Message Destination Link' containment reference.
 void MessageDrivenBeanType.setMessageDestinationLink(MessageDestinationLinkType value)
          Sets the value of the 'Message Destination Link' containment reference.