Package org.jboss.metamodel.descriptor

Examples of org.jboss.metamodel.descriptor.MessageDestinationRef.merge()


   public void mergeMessageDestinationRef(MessageDestinationRef ref)
   {
      MessageDestinationRef tmpRef = (MessageDestinationRef)messageDestinationRefs.get(ref.getMessageDestinationRefName());
      if (tmpRef != null)
         tmpRef.merge(ref);
   }

   public void mergeResourceRef(ResourceRef ref)
   {
      ResourceRef tmpRef = (ResourceRef)resourceRefs.get(ref.getResRefName());
View Full Code Here


/*     */
/*     */   public void mergeMessageDestinationRef(MessageDestinationRef ref)
/*     */   {
/* 155 */     MessageDestinationRef tmpRef = (MessageDestinationRef)this.messageDestinationRefs.get(ref.getMessageDestinationRefName());
/* 156 */     if (tmpRef != null)
/* 157 */       tmpRef.merge(ref);
/*     */   }
/*     */
/*     */   public void mergeResourceRef(ResourceRef ref)
/*     */   {
/* 162 */     ResourceRef tmpRef = (ResourceRef)this.resourceRefs.get(ref.getResRefName());
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.