Get the descriptor for the message-driven bean owner.
returnthe message destination object to which this message destination ref is linked. Can be NULL.
Gets the link name of the reference. Points to the associated message destination within the J2EE application. Can be NULL if link is not set.returnthe link name.
Get the descriptor for the message destination reference owner.
returntrue if this referencer is linked to a message destination and false otherwise.
True if the owner is a message-driven bean.
True if the owner is a message destination reference.
Try to resolve the current link name value to a MessageDestination object.returnMessageDestination to which link was resolved, or null if link name resolution failed.
paramdestination set the message destination object to which this message destination ref is linked. Can be NULL.
Sets the link name of the reference. Points to the associated message destination within the J2EE application. Can be NULL if link is not set.paramthe link name.
Sets the name of the message destination to which I refer.paramresolve if true, *try* to resolve link to the target message destination.returnMessageDestination to which link was resolved, or null if link name resolution failed.