115116117118119120121122123
@Override protected void registerChildren() { super.registerChildren(); final J2EEServer selfProxy = getSelf(J2EEServer.class); mRegistrationSupport = new RegistrationSupport( selfProxy ); mRegistrationSupport.start(); }