547548549550551552553554555
return delegate.getMBeanInfo(); } public Object createLocalProxy(Object id, LocalBinding binding) throws Exception { ServiceLocalProxyFactory factory = new ServiceLocalProxyFactory(this, binding); return factory.createProxyBusiness(id); }
127128129130131132133
} @Override protected ProxyFactory getProxyFactory(LocalBinding binding) { return new ServiceLocalProxyFactory(this, binding); }
128129130131132133134
559560561562563564565566567
544545546547548549550551552
546547548549550551552553554