158159160161162163164165166167168
Class result = null; EJClient client = (EJClient) _clients.get( _clientKey ); try { byte[] classRaw = (byte[]) client.execute( new ClassloaderRequest( name ) ); if ( classRaw == null ) { throw new ClassNotFoundException( "Class " + name + " not found!" ); }