DescriptionGroup.java

00001 
00028 package org.objectweb.jonas_lib.deployment.api;
00029 
00035 public interface DescriptionGroup {
00036 
00042     String getDisplayName();
00047     String getDescription();
00048 
00053     String getSmallIcon();
00054 
00059     String getLargeIcon();
00060 
00065     String toString();
00066 
00067 }

Generated on Tue Feb 15 15:05:50 2005 for JOnAS by  doxygen 1.3.9.1