Searched defs:newMsgDest (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DEjbMessageBeanDescriptor.java318 * @param newMsgDest the message destination to which I refer.
320 public void setMessageDestination(MessageDestinationDescriptor newMsgDest) { argument
321 msgDestReferencer.setMessageDestination(newMsgDest);
H A DMessageDestinationReferenceDescriptor.java242 public void setMessageDestination(MessageDestinationDescriptor newMsgDest) { argument
243 referencer.setMessageDestination(newMsgDest);
H A DMessageDestinationReferencerImpl.java271 public void setMessageDestination(MessageDestinationDescriptor newMsgDest) { argument
275 if( newMsgDest != null ) {
276 newMsgDest.addReferencer(this);
282 newMsgDest.getBundleDescriptor();
283 String linkName = newMsgDest.getName();
292 messageDestination = newMsgDest;

Completed in 1787 milliseconds