1 23 24 package com.sun.enterprise.management.offline; 25 26 import javax.management.ObjectName ; 27 import javax.management.MBeanRegistration ; 28 import javax.management.NotificationListener ; 29 30 import com.sun.appserv.management.base.AMXMBeanLogging; 31 32 33 import com.sun.enterprise.management.support.AMXSupport; 34 35 38 public interface OfflineLoaderMBean 39 extends AMXSupport, MBeanRegistration 40 { 41 45 public String getAdministrativeDomainName(); 46 47 50 public String getAMXJMXDomainName(); 51 } 52 53 54 55 56 57 58 59 60 | Popular Tags |