1 12 13 package org.ejtools.jmx.browser.model.service; 14 15 16 17 import java.io.Serializable ; 18 19 import java.util.Collection ; 20 21 22 23 import org.ejtools.jmx.browser.mbean.View; 24 25 26 27 42 43 public interface CustomizationService extends Serializable  44 45 { 46 47 56 57 public Collection getViews(); 58 59 60 61 62 63 80 81 public View getView(int index); 82 83 } 84 85 | Popular Tags |