1 25 26 package org.objectweb.easybeans.jsr77; 27 28 import javax.management.MBeanException ; 29 30 34 public class J2EEModuleMBean extends J2EEDeployedObjectMBean { 35 36 40 public J2EEModuleMBean() throws MBeanException { 41 super(); 42 } 43 44 47 public String [] getJavaVMs() { 48 throw new UnsupportedOperationException ("Not implemented yet !"); 50 } 51 } 52 | Popular Tags |