1 22 package org.jboss.console.remote; 23 24 import javax.management.ObjectName ; 25 26 43 44 public interface SimpleRemoteMBeanInvoker 45 { 46 public Object invoke(ObjectName name, String operationName, Object [] params, String [] signature) 47 throws Exception ; 48 49 public Object getAttribute(ObjectName name, String attr) 50 throws Exception ; 51 52 } 53 | Popular Tags |