1 22 package org.jboss.test.aop.bean; 23 24 25 26 32 public interface RemotingTesterMBean 33 extends org.jboss.system.ServiceMBean 34 { 35 public POJO testRemoting(); 36 public NonadvisedPOJO testNonadvisedRemoting(); 37 public POJO testClusteredRemoting(); 38 public NonadvisedPOJO testClusteredNonadvisedRemoting(); 39 public void unregisterTarget(Object object); 40 public void unregisterNonClusteredObject(String oid); 41 } 42 | Popular Tags |