Package org.jboss.resource.metadata

Examples of org.jboss.resource.metadata.DescriptionGroupMetaData


/*     */   }
/*     */
/*     */   protected String getInternalDescription()
/*     */   {
/* 794 */     String description = null;
/* 795 */     DescriptionGroupMetaData dgmd = this.cmd.getDescription();
/* 796 */     if (dgmd != null)
/* 797 */       description = dgmd.getDescription();
/* 798 */     if (description == null)
/* 799 */       description = "RAR Deployment ";
/* 800 */     return description;
/*     */   }
View Full Code Here


/*     */   }
/*     */
/*     */   protected String getInternalDescription()
/*     */   {
/* 160 */     String description = null;
/* 161 */     DescriptionGroupMetaData dgmd = this.cmd.getDescription();
/* 162 */     if (dgmd != null)
/* 163 */       description = dgmd.getDescription();
/* 164 */     if (description == null)
/* 165 */       description = "RAR Deployment " + this.cmd.getURL();
/* 166 */     return description;
/*     */   }
View Full Code Here

TOP

Related Classes of org.jboss.resource.metadata.DescriptionGroupMetaData

Copyright © 2018 www.massapicom. 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.