Uses of Class
org.apache.openejb.jee.jba.MessageDestinationRef
-
Packages that use MessageDestinationRef Package Description org.apache.openejb.jee.jba -
-
Uses of MessageDestinationRef in org.apache.openejb.jee.jba
Fields in org.apache.openejb.jee.jba with type parameters of type MessageDestinationRef Modifier and Type Field Description protected List<MessageDestinationRef>Entity. messageDestinationRefprotected List<MessageDestinationRef>MessageDriven. messageDestinationRefprotected List<MessageDestinationRef>Session. messageDestinationRefMethods in org.apache.openejb.jee.jba that return MessageDestinationRef Modifier and Type Method Description MessageDestinationRefObjectFactory. createMessageDestinationRef()Create an instance ofMessageDestinationRefMethods in org.apache.openejb.jee.jba that return types with arguments of type MessageDestinationRef Modifier and Type Method Description List<MessageDestinationRef>Entity. getMessageDestinationRef()Gets the value of the messageDestinationRef property.List<MessageDestinationRef>MessageDriven. getMessageDestinationRef()Gets the value of the messageDestinationRef property.List<MessageDestinationRef>Session. getMessageDestinationRef()Gets the value of the messageDestinationRef property.
-