30313233343536
public class JRMPDLTest extends ServiceMBeanSupport implements JRMPDLTestMBean { protected void startService() throws Exception { InitialContext ctx = new InitialContext(); Util.rebind(ctx, "test/jrmp/IString", new AString("from the mbean")); }